diff --git a/README.md b/README.md index d3a9316..4044e08 100644 --- a/README.md +++ b/README.md @@ -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 | - | diff --git a/package-lock.json b/package-lock.json index 2a79968..d2d81d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keycloak-angular", - "version": "16.0.0", + "version": "16.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "keycloak-angular", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index 7b17003..a1c9750 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/projects/keycloak-angular/package.json b/projects/keycloak-angular/package.json index de4b3f7..0bd2e98 100644 --- a/projects/keycloak-angular/package.json +++ b/projects/keycloak-angular/package.json @@ -1,6 +1,6 @@ { "name": "keycloak-angular", - "version": "16.0.0", + "version": "16.0.1", "description": "Easy Keycloak setup for Angular applications", "repository": { "type": "git", @@ -8,7 +8,7 @@ }, "author": { "name": "Mauricio Gemelli Vigolo", - "email": "@mauriciovigolo", + "email": "@mauriciovigolo@mastodon.social", "url": "https://github.com/mauriciovigolo" }, "license": "MIT",