From 09f716440a3cf88be08bf6d9409d412dea10afe2 Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 26 Feb 2023 16:41:47 +0100 Subject: [PATCH] Bump version --- README.md | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4151989..565b700a 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,9 @@ Home - Documentation -

-

---- Project starter / Demo setup ----

-

- CSS Level customization - - Component Level customization + Starter project

-

----

-

@@ -49,6 +43,15 @@ # Changelog highlights +## 6.12 + +Massive improvement in the developer experience: + +- There is now only one starter repo: https://github.com/codegouvfr/keycloakify-starter +- A lot of comments have been added in the code of the starter to make it easier to get started. +- The doc has been updated: https://docs.keycloakify.dev +- A lot of improvements in the type system. + ## 6.11.4 - You no longer need to have Maven installed to build the theme. Thanks to @lordvlad, [see PR](https://github.com/InseeFrLab/keycloakify/pull/239). diff --git a/package.json b/package.json index 52c37f95..78aeea03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.11.9", + "version": "6.12.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",