@saas-ui/forms 3.0.0-next.10 → 3.0.0-next.3

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 +0 -49
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,54 +1,5 @@
1
1
  # @saas-ui/forms
2
2
 
3
- ## 3.0.0-next.10
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies
8
- - @saas-ui/react@3.0.0-next.10
9
-
10
- ## 3.0.0-next.9
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies
15
- - @saas-ui/react@3.0.0-next.9
16
-
17
- ## 3.0.0-next.8
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies
22
- - @saas-ui/react@3.0.0-next.8
23
-
24
- ## 3.0.0-next.7
25
-
26
- ### Patch Changes
27
-
28
- - Updated dependencies
29
- - @saas-ui/react@3.0.0-next.7
30
-
31
- ## 3.0.0-next.6
32
-
33
- ### Patch Changes
34
-
35
- - Updated dependencies
36
- - @saas-ui/react@3.0.0-next.6
37
-
38
- ## 3.0.0-next.5
39
-
40
- ### Patch Changes
41
-
42
- - Updated dependencies
43
- - @saas-ui/react@3.0.0-next.5
44
-
45
- ## 3.0.0-next.4
46
-
47
- ### Patch Changes
48
-
49
- - Updated dependencies [e86d242]
50
- - @saas-ui/react@3.0.0-next.4
51
-
52
3
  ## 3.0.0-next.3
53
4
 
54
5
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "3.0.0-next.10",
3
+ "version": "3.0.0-next.3",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "exports": {
6
6
  ".": {
@@ -83,7 +83,7 @@
83
83
  "dependencies": {
84
84
  "@hookform/resolvers": "^4.1.3",
85
85
  "@saas-ui/core": "3.0.0-next.1",
86
- "@saas-ui/react": "3.0.0-next.10",
86
+ "@saas-ui/react": "3.0.0-next.3",
87
87
  "react-hook-form": "^7.54.2",
88
88
  "zod": "^3.24.2"
89
89
  },