Skip to content

Commit

Permalink
17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Feb 3, 2024
1 parent 19ec9b3 commit edf38cc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2024-02-03 17.0.0

- Support Angular 17

### 2023-08-27 16.0.1

- Fix problem in logoff when urlHandler option is present
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.1",
"version": "17.0.0",
"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.1",
"version": "17.0.0",
"description": "Angular Lib for OpenID Connect & OAuth2",
"schematics": "./schematics/collection.json",
"ng-add": {
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.1',
version: '17.0.0',
},
];

Expand Down

0 comments on commit edf38cc

Please sign in to comment.