Compare commits

...

2 Commits

Author SHA1 Message Date
9f001f1521 Bump version 2025-03-13 13:32:23 +01:00
368e3a32c5 #772 2025-03-13 13:32:08 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "11.8.19",
"version": "11.8.20",
"description": "Framework to create custom Keycloak UIs",
"repository": {
"type": "git",

View File

@ -18,7 +18,7 @@ export async function command(params: { buildContext: BuildContext }) {
const { buildContext } = params;
const { hasBeenHandled } = await maybeDelegateCommandToCustomHandler({
commandName: "initialize-account-theme",
commandName: "initialize-email-theme",
buildContext
});