@saas-ui/forms 3.0.0-alpha.10 → 3.0.0-alpha.12

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