@saas-ui/forms 2.0.0-next.10 → 2.0.0-next.11

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 2.0.0-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @saas-ui/core@2.0.0-next.9
8
+
3
9
  ## 2.0.0-next.10
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "2.0.0-next.10",
3
+ "version": "2.0.0-next.11",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -89,7 +89,7 @@
89
89
  "dependencies": {
90
90
  "@chakra-ui/react-utils": "^2.0.12",
91
91
  "@chakra-ui/utils": "^2.0.15",
92
- "@saas-ui/core": "2.0.0-next.8",
92
+ "@saas-ui/core": "2.0.0-next.9",
93
93
  "react-hook-form": "^7.43.9"
94
94
  },
95
95
  "peerDependencies": {