@saas-ui/forms 3.0.0-alpha.20 → 3.0.0-alpha.22

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 3.0.0-alpha.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - @saas-ui/react@3.0.0-alpha.22
16
+
17
+ ## 3.0.0-alpha.21
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [6f9f04d]
22
+ - @saas-ui/react@3.0.0-alpha.21
23
+ - @saas-ui/core@3.0.0-alpha.7
24
+
3
25
  ## 3.0.0-alpha.20
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "3.0.0-alpha.20",
3
+ "version": "3.0.0-alpha.22",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "exports": {
6
6
  ".": {
@@ -82,8 +82,8 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@hookform/resolvers": "^3.9.1",
85
- "@saas-ui/core": "3.0.0-alpha.6",
86
- "@saas-ui/react": "3.0.0-alpha.20",
85
+ "@saas-ui/core": "3.0.0-alpha.7",
86
+ "@saas-ui/react": "3.0.0-alpha.22",
87
87
  "react-hook-form": "^7.53.2"
88
88
  },
89
89
  "peerDependencies": {