@golemui/gui-validators 0.15.0 → 0.16.0

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 0.15.1 (2026-05-27)
2
+
3
+ This was a version bump only for gui-validators to align it with other projects, there were no code changes.
4
+
5
+ ## 0.15.0 (2026-05-26)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - release from 0.0.0 ([#134](https://github.com/golemui/golemui/pull/134))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Mud Scientist
14
+ - Raúl Jiménez @Elecash
15
+
1
16
  ## 0.14.0 (2026-05-21)
2
17
 
3
18
  This was a version bump only for gui-validators to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemui/gui-validators",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "type": "module",
5
5
  "main": "./index.umd.cjs",
6
6
  "module": "./index.js",
@@ -22,7 +22,7 @@
22
22
  "peerDependencies": {
23
23
  "zod": "^4.0.0",
24
24
  "@standard-schema/spec": "^1.0.0",
25
- "@golemui/core": "0.15.0"
25
+ "@golemui/core": "0.16.0"
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",