Skip to content

Commit

Permalink
feat: update keycloak v25
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed Jun 17, 2024
1 parent d911e55 commit 275279b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities]
[![npm version][npm-version-badge]][npm]
[![npm][npm-badge]][npm]
[![Discord][discord-badge]][discord]
<!-- prettier-ignore-end -->

> Easy Keycloak setup for Angular applications.
Expand Down Expand Up @@ -51,9 +50,9 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
### Versions

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: | :---------: | :--------------: | :-----------------: |
| 17.x | 18 - 24 | 15.x.x | New Features / Bugs |
| 16.x | 18 - 24 | 14.x.x | Bugs |
| :-----: |:-----------:| :--------------: | :-----------------: |
| 17.x | 18 - 25 | 15.x.x | New Features / Bugs |
| 16.x | 18 - 25 | 14.x.x | Bugs |
| 15.x | 18 - 21 | 13.x.x | - |
| 14.x | 18 - 19 | 12.x.x | - |
| 14.x | 10 - 17 | 11.x.x | - |
Expand Down Expand Up @@ -258,8 +257,8 @@ keycloakService.keycloakEvents$.subscribe({
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

<!-- prettier-ignore -->
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/https://github.com/jonkoops)<br />|
| :---: | :---: |
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />| [<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/jonkoops)<br /> |
| :---: |:----------------------------------------------------------------------------------------------------------------------------------------------------------:|

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand All @@ -281,6 +280,4 @@ document.
[npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
[npm]: https://www.npmjs.com/package/keycloak-angular
[contributors-badge]: https://img.shields.io/badge/all_contributors-5-orange
[discord-badge]: https://img.shields.io/discord/790617227853692958?color=7389d8&labelColor=6a7ec2&logo=discord&logoColor=fff
[discord]: https://discord.gg/mmzEhYXXDG
<!-- prettier-ignore-end -->
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "15.2.1",
"version": "15.3.0",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"clean": "shx rm -rf ./dist/",
Expand All @@ -19,7 +19,7 @@
},
"author": {
"name": "Mauricio Gemelli Vigolo",
"email": "@mauriciovigolo",
"email": "@mauriciovigolo@mastodon.social",
"url": "https://github.com/mauriciovigolo"
},
"license": "MIT",
Expand Down Expand Up @@ -62,7 +62,7 @@
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"keycloak-js": "^24.0.1",
"keycloak-js": "^25.0.0",
"ng-packagr": "^17.0.1",
"prettier": "^3.1.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
keycloak:
image: quay.io/keycloak/keycloak:24.0.1
image: quay.io/keycloak/keycloak:25.0.0
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "15.2.1",
"version": "15.3.0",
"description": "Easy Keycloak setup for Angular applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular/common": "^17",
"@angular/core": "^17",
"@angular/router": "^17",
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22 || ^23 || ^24"
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22 || ^23 || ^24 || ^25"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit 275279b

Please sign in to comment.