Skip to content

Commit 4d32d41

Browse files
bugfix: fix keycloak-js compatibility table
1 parent 9fed287 commit 4d32d41

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
5050
### Versions
5151

5252
| Angular | keycloak-js | keycloak-angular | Support |
53-
| :-----: | :---------: | :--------------: | :-----------------: |
54-
| 18.x | 18 - 24 | 16.x.x | New Features / Bugs |
55-
| 17.x | 18 - 24 | 15.x.x | Bugs |
56-
| 16.x | 18 - 24 | 14.x.x | - |
53+
| :-----: |:-----------:| :--------------: | :-----------------: |
54+
| 18.x | 18 - 25 | 16.x.x | New Features / Bugs |
55+
| 17.x | 18 - 25 | 15.x.x | Bugs |
56+
| 16.x | 18 - 25 | 14.x.x | - |
5757
| 15.x | 18 - 21 | 13.x.x | - |
5858
| 14.x | 18 - 19 | 12.x.x | - |
5959
| 14.x | 10 - 17 | 11.x.x | - |

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
@@ -1,6 +1,6 @@
11
{
22
"name": "keycloak-angular",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "Easy Keycloak setup for Angular applications",
55
"scripts": {
66
"clean": "shx rm -rf ./dist/",

projects/keycloak-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "keycloak-angular",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "Easy Keycloak setup for Angular applications",
55
"repository": {
66
"type": "git",
77
"url": "git+ssh://git@github.com/mauriciovigolo/keycloak-angular.git"
88
},
99
"author": {
1010
"name": "Mauricio Gemelli Vigolo",
11-
"email": "@mauriciovigolo",
11+
"email": "@mauriciovigolo@mastodon.social",
1212
"url": "https://github.com/mauriciovigolo"
1313
},
1414
"license": "MIT",

0 commit comments

Comments
 (0)