From 15aa114579c891d90900e9da28792c0d2bf53b59 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 28 Aug 2023 20:10:05 +0200 Subject: [PATCH] Release v8 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 854e0e7b..ee85e3f4 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d # Changelog highlights -## 8.0 (candidate) +## 8.0 - Much smaller .jar size. 70.2 MB -> 7.8 MB. Keycloakify now detects which of the static resources from the default theme are actually used by your theme and only include those in the .jar. diff --git a/package.json b/package.json index aaa0e092..908ee839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "8.0.0-rc.3", + "version": "8.0.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",