Compare commits

...

3 Commits
main ... v5.9.0

Author SHA1 Message Date
Joseph Garrone
697171be1e
Update ci.yaml 2022-08-02 14:23:47 +02:00
garronej
cf91c6fb8a Bump version (changelog ignore) 2022-08-02 09:07:11 +02:00
garronej
18a2e4ae04 Add extra field for u/loki344, in v6 such fields will have to be declared in the package.json #40 2022-08-02 09:06:29 +02:00
3 changed files with 5 additions and 4 deletions

View File

@ -67,7 +67,7 @@ jobs:
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
is_release_beta: ${{steps.step1.outputs.is_release_beta }}
steps:
- uses: garronej/ts-ci@v1.1.4
- uses: garronej/ts-ci@v1.1.7
id: step1
with:
action_name: is_package_json_version_upgraded

View File

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

View File

@ -14,7 +14,8 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
"totp", "totpSecret", "SAMLRequest", "SAMLResponse", "relayState", "device_user_code", "code",
"password-new", "rememberMe", "login", "authenticationExecution", "cancel-aia", "clientDataJSON",
"authenticatorData", "signature", "credentialId", "userHandle", "error", "authn_use_chk", "authenticationExecution",
"isSetRetry", "try-again", "attestationObject", "publicKeyCredentialId", "authenticatorLabel"
"isSetRetry", "try-again", "attestationObject", "publicKeyCredentialId", "authenticatorLabel",
"user.attributes.dateOfBirth", "user.attributes.country", "user.attributes.acceptedTermsAndConditions"
]>
<#attempt>