@saas-ui/forms 2.0.0-next.2 → 2.0.0-next.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @saas-ui/core@2.0.0-next.3
8
+
3
9
  ## 2.0.0-next.2
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.2",
3
+ "version": "2.0.0-next.3",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -86,7 +86,7 @@
86
86
  "@chakra-ui/icons": "^2.0.16",
87
87
  "@chakra-ui/react-utils": "^2.0.11",
88
88
  "@chakra-ui/utils": "^2.0.14",
89
- "@saas-ui/core": "2.0.0-next.2",
89
+ "@saas-ui/core": "2.0.0-next.3",
90
90
  "react-hook-form": "^7.43.0"
91
91
  },
92
92
  "peerDependencies": {