From 6d1cbdc4630a242a80955a9d82aae474def7267b Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 6 Sep 2022 19:12:59 +0200 Subject: [PATCH] Bump version --- .github/workflows/ci.yaml | 2 -- README.md | 6 ++++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d84f3b5..ce3b4939 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,9 @@ on: push: branches: - main - - v6 pull_request: branches: - main - - v6 jobs: diff --git a/README.md b/README.md index aabb1362..bd3111b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- 🔏 Create Keycloak themes using React 🔏 + 🔏 Create Keycloak themes using React 🔏

@@ -36,6 +36,8 @@

+> 🗣 V6 have been released 🎉 (It features major improvements)[#600]. Checkout [the migration guide](https://docs.keycloakify.dev/v5-to-v6). + # Changelog highlights ## 6.0.0 @@ -45,7 +47,7 @@ - Real i18n API. - Actual documentation for build options. -Checkout the migration guide. +Checkout [the migration guide](https://docs.keycloakify.dev/v5-to-v6) ## 5.8.0 diff --git a/package.json b/package.json index eaeb88d1..8deef68e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.0.0-beta.14", + "version": "6.0.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",