@golemui/gui-validators 1.5.0 → 1.5.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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 1.5.1-rc.0 (2026-09-23)
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.5.0 (2026-09-14)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **gui-components:** add file upload widgets ([#332](https://github.com/golemui/golemui/pull/332))
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **gui-validators:** report the required message when a required files value is absent ([#355](https://github.com/golemui/golemui/pull/355))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Mud Scientist @mudscientist
18
+ - Raúl Jiménez @Elecash
19
+
1
20
  ## 1.5.0-rc.2 (2026-09-14)
2
21
 
3
22
  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": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "peerDependencies": {
27
27
  "zod": "^4.0.0",
28
28
  "@standard-schema/spec": "^1.0.0",
29
- "@golemui/core": "1.5.0"
29
+ "@golemui/core": "1.5.1"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",