Bump version

This commit is contained in:
garronej 2022-10-13 12:03:24 +02:00
parent 688455d0aa
commit b7bc0f178b
2 changed files with 7 additions and 1 deletions

View File

@ -49,6 +49,12 @@
# Changelog highlights
## 6.8.0
- It is now possible to pass a custom `<Template />` component as a prop to `<KcApp />` and every
individual page (`<Login />`, `<RegisterUserProfile />`, ...) it enables to customize only the header and footer for
example without having to switch to a full-component level customization. [See issue](https://github.com/InseeFrLab/keycloakify/issues/191).
## 6.7.0
- Add support for `webauthn-authenticate.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/185).

View File

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