Skip to content

Commit

Permalink
Merge pull request #1732 from damienbod/release_15_0_4
Browse files Browse the repository at this point in the history
Release 15.0.4
  • Loading branch information
damienbod committed Apr 15, 2023
2 parents fa42772 + 93f633b commit b873d1b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2023-04-15 15.0.4

- isCurrentlyInPopup will check for opener and session storage
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1719)
- Expand configuration per default
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1713)
- Move code storage values to store to simple boolean
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1710)
- Bugfix: Library fails on Firefox REOPEN #1621
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1704)
- added localstorage service. refactored missed jsdocs + fixed imports
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1666)
- adding provided in root to services
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1665)

### 2023-01-23 15.0.3

- fix(refreshSession): fix refreshSessionWithRefreshTokens
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/damienbod/angular-auth-oidc-client/issues"
},
"version": "15.0.3",
"version": "15.0.4",
"scripts": {
"ng": "ng",
"build": "npm run build-lib",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-auth-oidc-client/package.json
Expand Up @@ -36,7 +36,7 @@
"authorization"
],
"license": "MIT",
"version": "15.0.3",
"version": "15.0.4",
"description": "Angular Lib for OpenID Connect & OAuth2",
"schematics": "./schematics/collection.json",
"ng-add": {
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "schematics",
"version": "15.0.3",
"version": "15.0.4",
"description": "A schematic for the Angular Lib for OpenID Connect & OAuth2",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/ng-add/actions/add-dependencies.ts
Expand Up @@ -5,7 +5,7 @@ import { NgAddOptions } from '../models/ng-add-options';
const dependenciesToAdd: any[] = [
{
name: 'angular-auth-oidc-client',
version: '15.0.3',
version: '15.0.4',
},
];

Expand Down

0 comments on commit b873d1b

Please sign in to comment.