Skip to content

Commit

Permalink
Bump v25 version
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 5, 2024
1 parent 4375d06 commit 0049471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.4-rc.7">
<a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.8">
<img src="https://img.shields.io/npm/dm/@keycloakify/keycloak-account-ui">
</a>
<p align="center">
Expand All @@ -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/[email protected].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/[email protected].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/[email protected].7/src/).
> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/[email protected].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/[email protected].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/[email protected].8`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.8) that
> mirrors [`@keycloak/[email protected]`](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).
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0049471

Please sign in to comment.