Skip to content

Commit

Permalink
bugfix: fix keycloak-js compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed Jun 17, 2024
1 parent 9fed287 commit 4d32d41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
### Versions

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: | :---------: | :--------------: | :-----------------: |
| 18.x | 18 - 24 | 16.x.x | New Features / Bugs |
| 17.x | 18 - 24 | 15.x.x | Bugs |
| 16.x | 18 - 24 | 14.x.x | - |
| :-----: |:-----------:| :--------------: | :-----------------: |
| 18.x | 18 - 25 | 16.x.x | New Features / Bugs |
| 17.x | 18 - 25 | 15.x.x | Bugs |
| 16.x | 18 - 25 | 14.x.x | - |
| 15.x | 18 - 21 | 13.x.x | - |
| 14.x | 18 - 19 | 12.x.x | - |
| 14.x | 10 - 17 | 11.x.x | - |
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
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "16.0.0",
"version": "16.0.1",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"clean": "shx rm -rf ./dist/",
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "keycloak-angular",
"version": "16.0.0",
"version": "16.0.1",
"description": "Easy Keycloak setup for Angular applications",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mauriciovigolo/keycloak-angular.git"
},
"author": {
"name": "Mauricio Gemelli Vigolo",
"email": "@mauriciovigolo",
"email": "@mauriciovigolo@mastodon.social",
"url": "https://github.com/mauriciovigolo"
},
"license": "MIT",
Expand Down

0 comments on commit 4d32d41

Please sign in to comment.