Skip to content

Commit

Permalink
Bump version - Keycloak 25.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 21, 2024
1 parent 4fd8141 commit 055842d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://github.com/keycloakify/keycloak-account-ui/actions">
<img src="https://github.com/keycloakify/keycloak-account-ui/actions/workflows/ci.yaml/badge.svg?branch=main">
</a>
<a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.1-rc.11">
<a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.2-rc.0">
<img src="https://img.shields.io/npm/dm/@keycloakify/keycloak-account-ui">
</a>
<p align="center">
Expand All @@ -26,19 +26,19 @@ All credits goes to the keycloak team for the original work. Mainly [@jonkoops
This re-packaged distribution exists to make it possible to take ownership of
some specific part of the Account UI to create your own custom version of it.
In straight forward therms it make the Account UI ejectable, you can copy
past [the source files](https://unpkg.com/browse/@keycloakify/[email protected].1-rc.11/src/) that you want to modify into your codebase.
past [the source files](https://unpkg.com/browse/@keycloakify/[email protected].2-rc.0/src/) that you want to modify into your codebase.

For more details on integrating this package into your project, refer to the [Keycloakify documentation](https://keycloakify.dev).

> **Note:** This package's GitHub repository does not contain any code as it is automatically generated at build time by [scripts/prepare.ts](/scripts/prepare.ts).
> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/[email protected].1-rc.11/src/).
> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/[email protected].2-rc.0/src/).
## Installation

> **Note:** This README file is automatically generated at build so the information above are guaranteed to be up to date.
> You are currently viewing the README of [`@keycloakify/[email protected].1-rc.11`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.1-rc.11) that
> mirrors [`@keycloak/[email protected].1`](https://www.npmjs.com/package/@keycloak/keycloak-account-ui/v/25.0.1).
> It is the version of the Account UI that ships with [**Keycloak 25.0.1**](https://github.com/keycloak/keycloak/tree/25.0.1/js/apps/account-ui).
> You are currently viewing the README of [`@keycloakify/[email protected].2-rc.0`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.2-rc.0) that
> mirrors [`@keycloak/[email protected].2`](https://www.npmjs.com/package/@keycloak/keycloak-account-ui/v/25.0.2).
> It is the version of the Account UI that ships with [**Keycloak 25.0.2**](https://github.com/keycloak/keycloak/tree/25.0.2/js/apps/account-ui).
Here are all the dependencies that are required to use the Account UI in your project.
It's important to respect the exact version range listed here to avoid any compatibility issues.
Expand All @@ -48,7 +48,7 @@ It's important to respect the exact version range listed here to avoid any compa
```json
{
"dependencies": {
"@keycloakify/keycloak-account-ui": "25.0.1-rc.11",
"@keycloakify/keycloak-account-ui": "25.0.2-rc.0",
"@patternfly/patternfly": "^5.3.1",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-icons": "^5.3.2",
Expand All @@ -59,9 +59,9 @@ It's important to respect the exact version range listed here to avoid any compa
"react-hook-form": "7.51.5",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.23.1",
"keycloak-js": "25.0.1",
"keycloak-js": "25.0.2",
"@patternfly/react-styles": "^5.3.1",
"@keycloak/keycloak-admin-client": "25.0.1"
"@keycloak/keycloak-admin-client": "25.0.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
Expand All @@ -72,4 +72,4 @@ It's important to respect the exact version range listed here to avoid any compa
## Ejecting

You can take partial ownership of some parts of the Account UI by copy pasting the sources files you want to modify into your codebase.
You can browse the sources files **[here](https://unpkg.com/browse/@keycloakify/[email protected].1-rc.11/src/)**.
You can browse the sources files **[here](https://unpkg.com/browse/@keycloakify/[email protected].2-rc.0/src/)**.
4 changes: 2 additions & 2 deletions dependencies.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"react-hook-form": "7.51.5",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.23.1",
"keycloak-js": "25.0.1",
"keycloak-js": "25.0.2",
"@patternfly/react-styles": "^5.3.1",
"@keycloak/keycloak-admin-client": "25.0.1"
"@keycloak/keycloak-admin-client": "25.0.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keycloakify/keycloak-account-ui",
"version": "25.0.1-rc.11",
"version": "25.0.2-rc.0",
"description": "Repackaged Keycloak Account UI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,9 +46,9 @@
"react-hook-form": "7.51.5",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.23.1",
"keycloak-js": "25.0.1",
"keycloak-js": "25.0.2",
"@patternfly/react-styles": "^5.3.1",
"@keycloak/keycloak-admin-client": "25.0.1"
"@keycloak/keycloak-admin-client": "25.0.2"
},
"devDependencies": {
"react": "^18.3.1",
Expand Down Expand Up @@ -80,9 +80,9 @@
"react-hook-form": "7.51.5",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.23.1",
"keycloak-js": "25.0.1",
"keycloak-js": "25.0.2",
"@patternfly/react-styles": "^5.3.1",
"@keycloak/keycloak-admin-client": "25.0.1"
"@keycloak/keycloak-admin-client": "25.0.2"
},
"dependencies": {
"tsafe": "^1.7.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@
wrap-ansi "^8.1.0"
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"

"@keycloak/[email protected].1":
version "25.0.1"
resolved "https://registry.yarnpkg.com/@keycloak/keycloak-admin-client/-/keycloak-admin-client-25.0.1.tgz#b33886b0d9f2898d4785e14c28ee03b503a6de7b"
integrity sha512-FzJ7OSa6MvBfJbiH/+vlH6Kjz9b74z5eVMPWm4kZmUg1+M4bH3oeSsC2y1Yis72Yrtt62PmlaE2ddaaz+iGi/Q==
"@keycloak/[email protected].2":
version "25.0.2"
resolved "https://registry.yarnpkg.com/@keycloak/keycloak-admin-client/-/keycloak-admin-client-25.0.2.tgz#4cd0447a4a190ed123a2efecd4078ec0f96add39"
integrity sha512-rHlJ1bQYQKLA3fnIktYZqofQP9imSPTia0yX7329fTpJ49A2MoPduAEFNsTa9QJIPHcuz2TBgZ6eI5NnfaP6/w==
dependencies:
camelize-ts "^3.0.0"
url-join "^5.0.0"
Expand Down Expand Up @@ -1192,10 +1192,10 @@ jwt-decode@^4.0.0:
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

[email protected].1:
version "25.0.1"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-25.0.1.tgz#6197e1184dd86ecc1b55f8b19df0f61c466a00c0"
integrity sha512-ns5sKQ5Iz3UyVGIKq2XBBXNZTlTCg9bzybR+JB2Vn+fDHIo9EGgAY4kzrBWMwbeFuegY+qJwGs05N+W9jgY9tg==
[email protected].2:
version "25.0.2"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-25.0.2.tgz#10de8352ae7bb0d46396e4f083b40b959285791b"
integrity sha512-ACLf5O5PqzfDJwGqvLpqM0kflYWmyl3+T7M2C23gztJYccDxdfNP54+B9OkXz2GnDpLUId0ceoA+lbHw9t4Wng==
dependencies:
js-sha256 "^0.11.0"
jwt-decode "^4.0.0"
Expand Down

0 comments on commit 055842d

Please sign in to comment.