keycloakify 4.7.2 → 4.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### **4.7.3** (2022-04-08)
2
+
3
+ - Mention that there is still problems with M1 Mac
4
+
1
5
  ### **4.7.2** (2022-04-06)
2
6
 
3
7
  - #43: M1 Mac support
package/README.md CHANGED
@@ -30,10 +30,6 @@
30
30
  <img src="https://user-images.githubusercontent.com/6702424/110260457-a1c3d380-7fac-11eb-853a-80459b65626b.png">
31
31
  </p>
32
32
 
33
- > New with v4.7.2: **M1 Mac** support (for testing locally with a dockerized Keycloak).
34
- > Thanks goes to [@eduardosanzb](https://github.com/InseeFrLab/keycloakify/issues/43#issuecomment-975699658).
35
- > Be aware: When running M1s you are testing with Keycloak v15 else the local container spun will be a Keycloak v16.1.0.
36
-
37
33
  # Motivations
38
34
 
39
35
  Keycloak provides [theme support](https://www.keycloak.org/docs/latest/server_development/#_themes) for web pages. This allows customizing the look and feel of end-user facing pages so they can be integrated with your applications.
@@ -480,8 +476,9 @@ and `kcRegisterContext["authorizedMailDomains"]` to validate on.
480
476
 
481
477
  # v4.7.2
482
478
 
483
- Testing with local Keycloak container working with M1 Mac. Thanks to [@eduardosanzb](https://github.com/InseeFrLab/keycloakify/issues/43#issuecomment-975699658).
484
- Be aware: When running M1s you are testing with Keycloak v15 else the local container spun will be a Keycloak v16.1.0.
479
+ > WARNING: This is broken.
480
+ > Testing with local Keycloak container working with M1 Mac. Thanks to [@eduardosanzb](https://github.com/InseeFrLab/keycloakify/issues/43#issuecomment-975699658).
481
+ > Be aware: When running M1s you are testing with Keycloak v15 else the local container spun will be a Keycloak v16.1.0.
485
482
 
486
483
  # v4.7.0
487
484
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",