diff --git a/README.md b/README.md index d8a588e9..602c17a7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ # Changelog highlights +## 7.0 🍾 + +- Account theme support 🚀 +- It's much easier to customize pages at the CSS level, you can now see in the browser dev tool the customizable classes. +- New interactive CLI tool `npx eject-keycloak-page`, that enables to select the page you want to customize at the component level. + ## 6.13 - Build work behind corporate proxies, [see issue](https://github.com/InseeFrLab/keycloakify/issues/257). diff --git a/package.json b/package.json index a9e7c456..2a6bbd0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.0.0-rc.16", + "version": "7.0.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",