diff --git a/README.md b/README.md index cfa05b6f..9816719f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -## Changelog highlights +# Changelog highlights + +## 7.9 + +- Separate script for copying the default theme static assets to the public directory. + Theses assets are only needed for testing your theme locally in Storybook or with a `mockPageId`. + You are now expected to have a `"prepare": "copy-keycloak-resources-to-public",` in your package.json scripts. + This script will create `public/keycloak-assets` when you run `yarn install` (If you are using another package manager + like `pnpm` makes sure that `"prepare"` is actually ran.) + [See the updated starter](https://github.com/keycloakify/keycloakify-starter/blob/94532fcf10bf8b19e0873be8575fd28a8958a806/package.json#L11). + `public/keycloak-assets` shouldn't be tracked by GIT and is automatically ignored. ## 7.7 diff --git a/package.json b/package.json index 0ff38728..704744a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.9.0-rc.0", + "version": "7.9.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",