keycloakify 5.4.5 → 5.4.6

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
+ ### **5.4.6** (2022-06-16)
2
+
3
+ - Use keycloak 18.0.1 i18n resources #120
4
+
1
5
  ### **5.4.5** (2022-06-14)
2
6
 
3
7
  - Merge pull request #119 from dro-sh/fix-locale-on-useFormValidationSlice
@@ -97,7 +97,7 @@ var _loop_1 = function (keycloakVersion) {
97
97
  });
98
98
  };
99
99
  try {
100
- for (var _b = __values(["11.0.3", "15.0.2", "16.1.0"]), _c = _b.next(); !_c.done; _c = _b.next()) {
100
+ for (var _b = __values(["11.0.3", "15.0.2", "18.0.1"]), _c = _b.next(); !_c.done; _c = _b.next()) {
101
101
  var keycloakVersion = _c.value;
102
102
  _loop_1(keycloakVersion);
103
103
  }