Bump version: Release v7 🚀

This commit is contained in:
garronej 2023-03-22 01:55:49 +01:00
parent 5f43f1afc6
commit 3e18a7390c
2 changed files with 7 additions and 1 deletions

View File

@ -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).

View File

@ -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",