From 48501407fcb675f3d1c4421671a206dd5cba3675 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 26 Aug 2024 04:05:40 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v10=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index aba7cfd9..74a781e7 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ Keycloakify is fully compatible with Keycloak 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [~~22~~](https://github.com/keycloakify/keycloakify/issues/389#issuecomment-1822509763), 23, 24, 25...[and beyond](https://github.com/keycloakify/keycloakify/discussions/346#discussioncomment-5889791) -> NOTE: Keycloakify 10, while still being tagged as release candidate is the version you should use if you are starting today. -> Use `yarn add keycloakify@next` or pin [the latest version candidate](https://www.npmjs.com/package/keycloakify?activeTab=versions). - ## Sponsors Friends for the project, we trust and recommend their services. diff --git a/package.json b/package.json index 761317fb..d5e8e60e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "10.0.0-rc.149", + "version": "10.0.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",