diff --git a/README.md b/README.md index 15282b57..f2c7f407 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d # 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 - Separate script for copying the default theme static assets to the public directory. diff --git a/package.json b/package.json index d4302f0b..02a25bdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.11.11", + "version": "7.12.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",