keycloakify 8.0.0-rc.3 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -125,11 +125,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
125
125
 
126
126
  # Changelog highlights
127
127
 
128
- ## 8.0 (candidate)
128
+ ## 8.0
129
129
 
130
130
  - Much smaller .jar size. 70.2 MB -> 7.8 MB.
131
131
  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.
132
- - Build time: The first build is slowed but the subsequent build are faster. Update your CI so that nodes_modules/.cache is not deleted between builds.
132
+ - Build time: The first build is slowed but the subsequent build are faster. [Update your CI so that the cache is persisted across CI build](https://github.com/keycloakify/keycloakify-starter/commit/bc378d5afb67e796f520afbc348185f3e319d9d0).
133
133
 
134
134
  ### Breaking changes
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "8.0.0-rc.3",
3
+ "version": "8.0.0",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",