From 1f68cc305a323cc198b0e2cc3e7e631efb37bce2 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 1 Jan 2022 18:23:10 +0100 Subject: [PATCH] Bump version (changelog ignore) --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 829d774b..ef823871 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,6 @@

-> **New in v4.3.0**: Feature [`login-update-password.ftl`](https://user-images.githubusercontent.com/6702424/147517600-6191cf72-93dd-437b-a35c-47180142063e.png). -> Every time a page is added it's a breaking change for non CSS-only theme. -> Change [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L17) and [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L37) to update. - # 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. @@ -479,6 +475,10 @@ and `kcRegisterContext["authorizedMailDomains"]` to validate on. # Changelog highlights +> **New in v4.3.0**: Feature [`login-update-password.ftl`](https://user-images.githubusercontent.com/6702424/147517600-6191cf72-93dd-437b-a35c-47180142063e.png). +> Every time a page is added it's a breaking change for non CSS-only theme. +> Change [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L17) and [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L37) to update. + ## v4 - Out of the box [frontend form validation](#user-profile-and-frontend-form-validation) 🥳 diff --git a/package.json b/package.json index c4d2608c..8fc156ce 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "4.3.0", + "version": "4.4.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",