Skip to content

Commit

Permalink
Merge pull request #1957 from damienbod/release_18_0_0
Browse files Browse the repository at this point in the history
18.0.0
  • Loading branch information
damienbod authored Jun 6, 2024
2 parents 981375f + 6d52d79 commit cb9f426
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2024-06-06 18.0.0

- Support Angular 18

### 2024-05-31 17.1.0

- docs: add new signal properties to public api docs
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ AuthModule.forRoot({

## Versions

Current Version is Version 17.x
Current Version is Version 18.x

- [Info about Version 17](https://github.com/damienbod/angular-auth-oidc-client/tree/version-17)
- [Info about Version 16](https://github.com/damienbod/angular-auth-oidc-client/tree/version-16)
- [Info about Version 15](https://github.com/damienbod/angular-auth-oidc-client/tree/version-15)
- [Info about Version 14](https://github.com/damienbod/angular-auth-oidc-client/tree/version-14)
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/damienbod/angular-auth-oidc-client/issues"
},
"version": "17.1.0",
"version": "18.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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"authorization"
],
"license": "MIT",
"version": "17.1.0",
"version": "18.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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NgAddOptions } from '../models/ng-add-options';
const dependenciesToAdd: any[] = [
{
name: 'angular-auth-oidc-client',
version: '17.1.0',
version: '18.0.0',
},
];

Expand Down

0 comments on commit cb9f426

Please sign in to comment.