Bump version

This commit is contained in:
garronej 2023-06-08 23:25:30 +02:00
parent ed48669ae1
commit 5db8ce3043
2 changed files with 6 additions and 1 deletions

View File

@ -117,6 +117,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
# Changelog highlights # Changelog highlights
## 7.12
- You can now pack multiple themes variant in a single `.jar` bundle. In vanilla Keycloak themes you have the ability to extend a base theme.
There is now an idiomatic way of achieving the same result. [Learn more](https://docs.keycloakify.dev/build-options#keycloakify.extrathemenames).
## 7.9 ## 7.9
- Separate script for copying the default theme static assets to the public directory. - Separate script for copying the default theme static assets to the public directory.

View File

@ -1,6 +1,6 @@
{ {
"name": "keycloakify", "name": "keycloakify",
"version": "7.11.11", "version": "7.12.0",
"description": "Create Keycloak themes using React", "description": "Create Keycloak themes using React",
"repository": { "repository": {
"type": "git", "type": "git",