@saas-ui/forms 2.8.2 → 2.9.0

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 2.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [803ede7]
12
+ - @saas-ui/core@2.8.0
13
+
3
14
  ## 2.8.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "2.8.2",
3
+ "version": "2.9.0",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -103,11 +103,11 @@
103
103
  "dependencies": {
104
104
  "@chakra-ui/utils": "^2.2.1",
105
105
  "@hookform/resolvers": "^3.9.0",
106
- "@saas-ui/core": "2.7.2",
106
+ "@saas-ui/core": "2.8.0",
107
107
  "react-hook-form": "^7.53.0"
108
108
  },
109
109
  "peerDependencies": {
110
- "@chakra-ui/react": ">=2.4.9",
110
+ "@chakra-ui/react": ">=2.9.0 <3",
111
111
  "@emotion/react": ">=11.0.0",
112
112
  "@emotion/styled": ">=11.0.0",
113
113
  "framer-motion": ">=6.0.0",