@saas-ui/forms 3.0.0-alpha.14 → 3.0.0-alpha.16

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