Compare commits

...

3 Commits

Author SHA1 Message Date
d59cb3b470 Update changelog v3.0.1 2021-10-17 17:22:44 +00:00
8ac292bd97 Bump version (changelog ignore) 2021-10-17 19:18:19 +02:00
c6cab82546 Add client.description in type kcContext type def 2021-10-17 19:17:58 +02:00
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### **3.0.1** (2021-10-17)
- Add client.description in type kcContext type def
# **3.0.0** (2021-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "3.0.0",
"version": "3.0.1",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",

View File

@ -65,6 +65,7 @@ export declare namespace KcContextBase {
client: {
clientId: string;
name?: string;
description?: string;
};
isAppInitiatedAction: boolean;
messagesPerField: {