@golemui/gui-validators 1.1.1-rc.0 → 1.1.1-rc.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 1.1.1-rc.1 (2026-08-02)
2
+
3
+ This was a version bump only for gui-validators to align it with other projects, there were no code changes.
4
+
5
+ ## 1.1.1-rc.0 (2026-08-01)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **gui-validators:** fail loudly on unknown custom rules and string formats ([024b41db](https://github.com/golemui/golemui/commit/024b41db))
10
+ - **gui-validators:** make initValidators fail loudly on unknown configs ([#237](https://github.com/golemui/golemui/pull/237))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Mud Scientist @mudscientist
15
+
1
16
  ## 1.1.0 (2026-07-21)
2
17
 
3
18
  ### 🚀 Features
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@golemui/gui-validators",
3
- "version": "1.1.1-rc.0",
3
+ "version": "1.1.1-rc.2",
4
4
  "license": "MIT",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
5
8
  "type": "module",
6
9
  "main": "./index.umd.cjs",
7
10
  "module": "./index.js",
@@ -23,7 +26,7 @@
23
26
  "peerDependencies": {
24
27
  "zod": "^4.0.0",
25
28
  "@standard-schema/spec": "^1.0.0",
26
- "@golemui/core": "1.1.1-rc.0"
29
+ "@golemui/core": "1.1.1-rc.2"
27
30
  },
28
31
  "repository": {
29
32
  "type": "git",