From 7eedb23285b3e80774b7bcfc04809a2f08b49042 Mon Sep 17 00:00:00 2001 From: ts_ci Date: Wed, 10 Mar 2021 22:04:25 +0000 Subject: [PATCH 1/3] Update changelog v0.2.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304f8580..22f6c372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### **0.2.6** (2021-03-10) + +- Fix generated gitignore + ### **0.2.5** (2021-03-10) - Fix generated .gitignore From 8f3797407bfd344758b2feac2e7d92545f0bd37e Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Wed, 10 Mar 2021 23:55:37 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2acc75..657da8d1 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ reactDom.render( then `yarn start` ... +Checkout [this concrete example](https://github.com/garronej/keycloakify-demo-app/blob/main/src/index.tsx) + *NOTE: keycloak-react-theming was renamed keycloakify since this video was recorded* [![kickstart_video](https://user-images.githubusercontent.com/6702424/108877866-f146ee80-75ff-11eb-8120-003b3c5f6dd8.png)](https://youtu.be/xTz0Rj7i2v8) @@ -167,7 +169,7 @@ TOTO: Provide a clean way, as abstracted as possible, way to do that. # GitHub Actions -![image](https://user-images.githubusercontent.com/6702424/110417203-6bae4e80-8095-11eb-8211-2592a5758668.png) +![image](https://user-images.githubusercontent.com/6702424/110708305-c44b2c00-81fa-11eb-8152-eeaaac0883d6.png) [Here is a demo repo](https://github.com/garronej/keycloakify-demo-app) to show how to automate the building and publishing of the theme (the .jar file). From fd9c6afa5e35a4c6fad8eb34060a0acfcb41b564 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Thu, 11 Mar 2021 00:10:34 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 657da8d1..5a294700 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ Typically you will get: "keycloakify": "^0.0.10" }, "scripts": { - "build": "react-scripts build && build-keycloak-theme" + "keycloak": "yarn build && build-keycloak-theme", }, ``` -Then build your app with `yarn run build` or `npm run build`, you will be provided with instructions +Then run `yarn keycloak` or `npm run keycloak`, you will be provided with instructions about how to load the theme into Keycloak. ## Developing your login and register pages in your React app