@saas-ui/forms 3.0.0-alpha.7 → 3.0.0-alpha.8

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 3.0.0-alpha.7
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "3.0.0-alpha.7",
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.7",
86
+ "@saas-ui/react": "3.0.0-alpha.8",
87
87
  "react-hook-form": "^7.53.2"
88
88
  },
89
89
  "peerDependencies": {