From 3e18a7390ce08453633251ca0522cb107f9a00e3 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 22 Mar 2023 01:55:49 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=20Release=20v7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",