@saas-ui/react 2.11.1 → 2.11.2

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 +14 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 862937a: Bump chakra version
8
+ - Updated dependencies [862937a]
9
+ - @saas-ui/data-table@13.0.2
10
+ - @saas-ui/nprogress@2.2.1
11
+ - @saas-ui/hotkeys@2.5.1
12
+ - @saas-ui/modals@2.4.2
13
+ - @saas-ui/forms@2.9.1
14
+ - @saas-ui/theme@2.6.1
15
+ - @saas-ui/core@2.8.1
16
+
3
17
  ## 2.11.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.11.1",
3
+ "version": "2.11.2",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "exports": {
6
6
  ".": {
@@ -56,15 +56,15 @@
56
56
  "url": "https://storybook.saas-ui.dev"
57
57
  },
58
58
  "dependencies": {
59
- "@chakra-ui/utils": "^2.2.1",
60
- "@saas-ui/core": "2.8.0",
61
- "@saas-ui/data-table": "13.0.1",
62
- "@saas-ui/forms": "2.9.0",
59
+ "@chakra-ui/utils": "^2.2.3",
60
+ "@saas-ui/core": "2.8.1",
61
+ "@saas-ui/data-table": "13.0.2",
62
+ "@saas-ui/forms": "2.9.1",
63
63
  "@saas-ui/hooks": "2.3.0",
64
- "@saas-ui/hotkeys": "2.5.0",
65
- "@saas-ui/modals": "2.4.1",
66
- "@saas-ui/nprogress": "2.2.0",
67
- "@saas-ui/theme": "2.6.0"
64
+ "@saas-ui/hotkeys": "2.5.1",
65
+ "@saas-ui/modals": "2.4.2",
66
+ "@saas-ui/nprogress": "2.2.1",
67
+ "@saas-ui/theme": "2.6.1"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@chakra-ui/react": ">=2.9.0 <3",