keycloakify 11.3.2 → 11.3.3

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.
package/README.md CHANGED
@@ -43,6 +43,11 @@
43
43
 
44
44
  Keycloakify is fully compatible with Keycloak from version 11 to 26...[and beyond](https://github.com/keycloakify/keycloakify/discussions/346#discussioncomment-5889791)
45
45
 
46
+ > 📣 **Keycloakify 26 Released**
47
+ > Themes built with Keycloakify versions **prior** to Keycloak 26 are **incompatible** with Keycloak 26.
48
+ > To ensure compatibility, simply upgrade to the latest Keycloakify version for your major release (v10 or v11) and rebuild your theme.
49
+ > No breaking changes have been introduced, but the target version ranges have been updated. For more details, see [this guide](https://docs.keycloakify.dev/targeting-specific-keycloak-versions).
50
+
46
51
  ## Sponsors
47
52
 
48
53
  Friends for the project, we trust and recommend their services.
package/bin/main.js CHANGED
@@ -16244,7 +16244,7 @@ program
16244
16244
  });
16245
16245
  program
16246
16246
  .command({
16247
- name: "initialize-login-theme",
16247
+ name: "initialize-email-theme",
16248
16248
  description: "Initialize an email theme."
16249
16249
  })
16250
16250
  .task({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.3.2",
3
+ "version": "11.3.3",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
package/src/bin/main.ts CHANGED
@@ -171,7 +171,7 @@ program
171
171
 
172
172
  program
173
173
  .command({
174
- name: "initialize-login-theme",
174
+ name: "initialize-email-theme",
175
175
  description: "Initialize an email theme."
176
176
  })
177
177
  .task({