Skip to content

Commit

Permalink
Merge pull request #1832 from damienbod/release-16_0_1
Browse files Browse the repository at this point in the history
Release 16.0.1
  • Loading branch information
damienbod committed Aug 27, 2023
2 parents bd73ff2 + 3483721 commit 771585b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2023-08-27 16.0.1

- Fix problem in logoff when urlHandler option is present
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1825)
- Included authOptions in createBodyForParCodeFlowRequest - url.service.ts
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1823)
- Added useCustomAuth0Domain flag
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1821)
- Check if savedRouteForRedirect is null
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1812)
- Remove provided in root for interceptor
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1806)
- Support ng-add for standalone applications
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1800)
- Code improvement, remove cast
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1787)

### 2023-06-19 16.0.0

- Add provideAuth for standalone applications
Expand Down
4 changes: 2 additions & 2 deletions 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": "16.0.0",
"version": "16.0.1",
"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": "16.0.0",
"version": "16.0.1",
"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": "16.0.0",
"version": "16.0.1",
"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: '16.0.0',
version: '16.0.1',
},
];

Expand Down

0 comments on commit 771585b

Please sign in to comment.