@saas-ui/forms 3.0.0-alpha.6 → 3.0.0-alpha.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @saas-ui/forms
|
2
2
|
|
3
|
+
## 3.0.0-alpha.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [64e680e]
|
8
|
+
- Updated dependencies [64e680e]
|
9
|
+
- @saas-ui/react@3.0.0-alpha.8
|
10
|
+
|
11
|
+
## 3.0.0-alpha.7
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- Updated dependencies [8e760c5]
|
16
|
+
- @saas-ui/react@3.0.0-alpha.7
|
17
|
+
|
3
18
|
## 3.0.0-alpha.6
|
4
19
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/forms",
|
3
|
-
"version": "3.0.0-alpha.
|
3
|
+
"version": "3.0.0-alpha.8",
|
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": "^3.9.1",
|
85
85
|
"@saas-ui/core": "3.0.0-alpha.4",
|
86
|
-
"@saas-ui/react": "3.0.0-alpha.
|
86
|
+
"@saas-ui/react": "3.0.0-alpha.8",
|
87
87
|
"react-hook-form": "^7.53.2"
|
88
88
|
},
|
89
89
|
"peerDependencies": {
|