@saas-ui/forms 3.0.0-alpha.4 → 3.0.0-alpha.6

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