Skip to content

Commit 7adde5d

Browse files
committed
chore: update package.json
1 parent 5925f4e commit 7adde5d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Successfully tested with **Angular 9** and its Router, PathLocationStrategy as w
5252

5353
Also, the Okta community created some guidelines on how to use this lib with Okta. See the links at the end of this page for more information.
5454

55+
**Angular 12**: Use 12.x versions of this library (**should also work with older Angular versions!**).
56+
57+
**Angular 11**: Use 10.x versions of this library (**should also work with older Angular versions!**).
58+
5559
**Angular 10**: Use 10.x versions of this library (**should also work with older Angular versions!**).
5660

5761
**Angular 9**: Use 9.x versions of this library (**should also work with older Angular versions!**).

projects/angular-oauth2-oidc-jwks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Manfred Steyer"
66
},
7-
"version": "10.0.0",
7+
"version": "12.0.0",
88
"repository": "manfredsteyer/angular-oauth2-oidc",
99
"dependencies": {
1010
"jsrsasign": "^10.2.0",

projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Manfred Steyer"
66
},
7-
"version": "10.0.2",
7+
"version": "12.0.0",
88
"repository": "manfredsteyer/angular-oauth2-oidc",
99
"peerDependencies": {
1010
"@angular/common": ">=8.0.0",

0 commit comments

Comments
 (0)