From fc6910bc2c01bcf4308b668b6b6cfd63ee7f0afb Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 27 Dec 2021 22:31:03 +0100 Subject: [PATCH] Bump version (changelog ignore) --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c4bab3c..f1730cbd 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@

+> **New in v4.3.0**: Feature [`login-update-password.ftl`](https://github.com/InseeFrLab/keycloakify/pull/72) + # Motivations Keycloak provides [theme support](https://www.keycloak.org/docs/latest/server_development/#_themes) for web pages. This allows customizing the look and feel of end-user facing pages so they can be integrated with your applications. @@ -85,6 +87,7 @@ If you already have a Keycloak custom theme, it can be easily ported to Keycloak - [Adding custom message (to `i18n/useKcMessage.tsx`)](#adding-custom-message-to-i18nusekcmessagetsx) - [Email domain whitelist](#email-domain-whitelist) - [Changelog highlights](#changelog-highlights) + - [v4.3](#v43) - [v4](#v4) - [v3](#v3) - [v2.5](#v25) @@ -475,6 +478,10 @@ and `kcRegisterContext["authorizedMailDomains"]` to validate on. # Changelog highlights +## v4.3 + +Feature [`login-update-password.ftl`](https://github.com/InseeFrLab/keycloakify/pull/72) + ## v4 - Out of the box [frontend form validation](#user-profile-and-frontend-form-validation) 🥳 diff --git a/package.json b/package.json index 2e80c39f..c4d2608c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "4.2.21", + "version": "4.3.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",