From c4f8879cda657f6c0178b2a7ed01c73c7b7cb5fb Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 22 Mar 2023 04:49:30 +0100 Subject: [PATCH] Bump version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55061771..e55397fb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ - 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. - There is [a Storybook](https://storybook.keycloakify.dev) +- [Remember me is fixed](https://github.com/InseeFrLab/keycloakify/pull/272) ## 6.13 diff --git a/package.json b/package.json index 9772ed26..31e1f58b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.0.2", + "version": "7.0.3", "description": "Create Keycloak themes using React", "repository": { "type": "git",