Skip to content

Commit

Permalink
Bump internal version
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 31, 2024
1 parent a05aa3e commit 80ec4a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.3">
<a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.4">
<img src="https://img.shields.io/npm/dm/@keycloakify/keycloak-account-ui">
</a>
<p align="center">
Expand All @@ -26,17 +26,17 @@ 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].3/src/) that you want to modify into your codebase.
past [the source files](https://unpkg.com/browse/@keycloakify/[email protected].4/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].3/src/).
> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/[email protected].4/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].3`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.3) that
> You are currently viewing the README of [`@keycloakify/[email protected].4`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.4) 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 @@ -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.4-rc.3",
"@keycloakify/keycloak-account-ui": "25.0.4-rc.4",
"@patternfly/patternfly": "^5.3.1",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-icons": "^5.3.2",
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].3/src/)**.
You can browse the sources files **[here](https://unpkg.com/browse/@keycloakify/[email protected].4/src/)**.
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.3",
"version": "25.0.4-rc.4",
"description": "Repackaged Keycloak Account UI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 80ec4a1

Please sign in to comment.