@saas-ui/forms 3.0.0-alpha.21 → 3.0.0-alpha.23

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