@golemui/gui-validators 1.0.0-rc.5 → 1.0.1

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # 1.0.0 (2026-06-14)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - added license field and copied license to all publishable packages ([#189](https://github.com/golemui/golemui/pull/189))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Mud Scientist @mudscientist
10
+
11
+ ## 1.0.0-rc.5 (2026-06-14)
12
+
13
+ This was a version bump only for gui-validators to align it with other projects, there were no code changes.
14
+
1
15
  ## 1.0.0-rc.4 (2026-06-14)
2
16
 
3
17
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemui/gui-validators",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./index.umd.cjs",
@@ -23,7 +23,7 @@
23
23
  "peerDependencies": {
24
24
  "zod": "^4.0.0",
25
25
  "@standard-schema/spec": "^1.0.0",
26
- "@golemui/core": "1.0.0-rc.5"
26
+ "@golemui/core": "1.0.1"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",