From 004947129b49d98fb75a81d9e3df05b4fa969d9c Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 5 Oct 2024 09:42:18 +0200 Subject: [PATCH] Bump v25 version --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 926c3dc..d500395 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - +

@@ -29,17 +29,17 @@ This re-packaged distribution serves two key purposes: It allows the Account UI to work seamlessly with older versions of Keycloak (down to version 19) and future major versions. This enables you to create a custom Account UI with minimal maintenance, without worrying about which Keycloak version it will be deployed on. 2. **Enabling partial customization of the Account UI**: - You can take ownership of specific parts of the Account UI by simply copying and modifying [source files](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.4-rc.7/src/) as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized. + You can take ownership of specific parts of the Account UI by simply copying and modifying [source files](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.4-rc.8/src/) as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized. > **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/keycloak-account-ui@25.0.4-rc.7/src/). +> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.4-rc.8/src/). ## Installation This package is meant to be used via Keycloakify. Learn how to use this module on [the Keycloakify documentation website](https://keycloakify.dev). > **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/keycloak-account-ui@25.0.4-rc.7`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.7) that +> You are currently viewing the README of [`@keycloakify/keycloak-account-ui@25.0.4-rc.8`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.8) that > mirrors [`@keycloak/keycloak-account-ui@25.0.4`](https://www.npmjs.com/package/@keycloak/keycloak-account-ui/v/25.0.4). > It is the version of the Account UI that ships with [**Keycloak 25.0.4**](https://github.com/keycloak/keycloak/tree/25.0.4/js/apps/account-ui). @@ -51,7 +51,7 @@ It's important to respect the exact version range listed here to avoid any compa ```json { "dependencies": { - "@keycloakify/keycloak-account-ui": "25.0.4-rc.7", + "@keycloakify/keycloak-account-ui": "25.0.4-rc.8", "@patternfly/patternfly": "^5.3.1", "@patternfly/react-core": "^5.3.3", "@patternfly/react-icons": "^5.3.2", diff --git a/package.json b/package.json index 90ef134..a306941 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@keycloakify/keycloak-account-ui", - "version": "25.0.4-rc.7", + "version": "25.0.4-rc.8", "description": "Repackaged Keycloak Account UI", "repository": { "type": "git",