@saas-ui/forms 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 2.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 862937a: Bump chakra version
8
+ - Updated dependencies [862937a]
9
+ - @saas-ui/core@2.8.1
10
+
3
11
  ## 2.9.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -101,9 +101,9 @@
101
101
  "url": "https://storybook.saas-ui.dev"
102
102
  },
103
103
  "dependencies": {
104
- "@chakra-ui/utils": "^2.2.1",
104
+ "@chakra-ui/utils": "^2.2.3",
105
105
  "@hookform/resolvers": "^3.9.0",
106
- "@saas-ui/core": "2.8.0",
106
+ "@saas-ui/core": "2.8.1",
107
107
  "react-hook-form": "^7.53.0"
108
108
  },
109
109
  "peerDependencies": {