@tachui/forms 0.8.11 → 0.8.12

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.
@@ -136,7 +136,7 @@ function V(t, e) {
136
136
  e
137
137
  );
138
138
  }
139
- const S = "0.8.11", O = S, _ = {
139
+ const S = "0.8.12", O = S, _ = {
140
140
  name: "@tachui/forms",
141
141
  version: O,
142
142
  author: "TachUI Team",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachui/forms",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "description": "Unified form components and validation system for tachUI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "peerDependencies": {
45
- "@tachui/core": ">=0.8.11"
45
+ "@tachui/core": ">=0.8.12"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20.10.0",
@@ -66,10 +66,10 @@
66
66
  "directory": "packages/forms"
67
67
  },
68
68
  "dependencies": {
69
- "@tachui/core": "0.8.11",
70
- "@tachui/modifiers": "0.8.11",
71
- "@tachui/primitives": "0.8.11",
72
- "@tachui/registry": "0.8.11"
69
+ "@tachui/core": "0.8.12",
70
+ "@tachui/modifiers": "0.8.12",
71
+ "@tachui/primitives": "0.8.12",
72
+ "@tachui/registry": "0.8.12"
73
73
  },
74
74
  "scripts": {
75
75
  "dev": "vite build --watch --mode development",