Skip to content

Commit cb9f426

Browse files
authored
Merge pull request #1957 from damienbod/release_18_0_0
18.0.0
2 parents 981375f + 6d52d79 commit cb9f426

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Angular Lib for OpenID Connect/OAuth2 Changelog
22

3+
### 2024-06-06 18.0.0
4+
5+
- Support Angular 18
6+
37
### 2024-05-31 17.1.0
48

59
- docs: add new signal properties to public api docs

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ AuthModule.forRoot({
185185

186186
## Versions
187187

188-
Current Version is Version 17.x
188+
Current Version is Version 18.x
189189

190+
- [Info about Version 17](https://github.com/damienbod/angular-auth-oidc-client/tree/version-17)
190191
- [Info about Version 16](https://github.com/damienbod/angular-auth-oidc-client/tree/version-16)
191192
- [Info about Version 15](https://github.com/damienbod/angular-auth-oidc-client/tree/version-15)
192193
- [Info about Version 14](https://github.com/damienbod/angular-auth-oidc-client/tree/version-14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bugs": {
99
"url": "https://github.com/damienbod/angular-auth-oidc-client/issues"
1010
},
11-
"version": "17.1.0",
11+
"version": "18.0.0",
1212
"scripts": {
1313
"ng": "ng",
1414
"build": "npm run build-lib",

projects/angular-auth-oidc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"authorization"
3737
],
3838
"license": "MIT",
39-
"version": "17.1.0",
39+
"version": "18.0.0",
4040
"description": "Angular Lib for OpenID Connect & OAuth2",
4141
"schematics": "./schematics/collection.json",
4242
"ng-add": {

projects/schematics/src/ng-add/actions/add-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NgAddOptions } from '../models/ng-add-options';
55
const dependenciesToAdd: any[] = [
66
{
77
name: 'angular-auth-oidc-client',
8-
version: '17.1.0',
8+
version: '18.0.0',
99
},
1010
];
1111

0 commit comments

Comments
 (0)