Compare commits

..

3 Commits

Author SHA1 Message Date
9119caa843 Update changelog v3.0.2 2021-10-18 12:53:24 +00:00
f5c5a79064 Bump version (changelog ignore) 2021-10-18 14:50:23 +02:00
357d804124 Scan deeper to retreive user attribute 2021-10-18 14:50:04 +02:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
### **3.0.2** (2021-10-18)
- Scan deeper to retreive user attribute
### **3.0.1** (2021-10-17)
- Add client.description in type kcContext type def

View File

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

View File

@ -40,7 +40,7 @@
<#continue>
</#attempt>
<#if depth gt 4>
<#if depth gt 7>
/* Avoid calling recustively too many times depth: ${depth}, key: ${key} */
<#continue>
</#if>