Skip to content

Commit

Permalink
Update keycloak-angular lib support to v18 and v19 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhizerRehan authored Jan 20, 2025
1 parent 6f472dc commit 93da6e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/models/src/lib-support.interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ANGULAR_VERSIONS = [18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8];
export const ANGULAR_VERSIONS = [19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8];

export interface LibrarySupport {
name: string; // name of the library (e.g. @rx-angular/isr)
Expand Down
9 changes: 8 additions & 1 deletion src/assets/library-support-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,14 @@
"link": "https://github.com/mauriciovigolo/keycloak-angular/releases/tag/v15.0.0"
},
"18": {
"support": "partial"
"libraryVersion": "16.0.0",
"support": true,
"link": "https://github.com/mauriciovigolo/keycloak-angular/releases/tag/v16.0.0"
},
"19": {
"libraryVersion": "19.0.0",
"support": true,
"link": "https://github.com/mauriciovigolo/keycloak-angular/releases/tag/v19.0.0"
}
},
"automated": true
Expand Down

0 comments on commit 93da6e9

Please sign in to comment.