@saas-ui/react 2.8.11 → 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 +32 -0
  2. package/package.json +11 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f0ee3db: Updated to Chakra 2.10
8
+ - Updated dependencies [f0ee3db]
9
+ - @saas-ui/data-table@11.0.1
10
+ - @saas-ui/nprogress@2.1.1
11
+ - @saas-ui/hotkeys@2.3.1
12
+ - @saas-ui/modals@2.2.1
13
+ - @saas-ui/forms@2.7.1
14
+ - @saas-ui/theme@2.5.1
15
+ - @saas-ui/core@2.6.1
16
+
17
+ ## 2.9.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 2ac496a: Upgraded to Chakra UI v2.9.3
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [2ac496a]
26
+ - @saas-ui/data-table@11.0.0
27
+ - @saas-ui/nprogress@2.1.0
28
+ - @saas-ui/hotkeys@2.3.0
29
+ - @saas-ui/modals@2.2.0
30
+ - @saas-ui/forms@2.7.0
31
+ - @saas-ui/hooks@2.1.0
32
+ - @saas-ui/theme@2.5.0
33
+ - @saas-ui/core@2.6.0
34
+
3
35
  ## 2.8.11
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.8.11",
3
+ "version": "2.9.1",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,21 +56,19 @@
56
56
  "url": "https://storybook.saas-ui.dev"
57
57
  },
58
58
  "dependencies": {
59
- "@chakra-ui/icon": "^3.2.0",
60
59
  "@chakra-ui/react-utils": "^2.0.12",
61
- "@chakra-ui/system": "^2.6.2",
62
- "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/core": "2.5.6",
64
- "@saas-ui/data-table": "10.0.11",
65
- "@saas-ui/forms": "2.6.11",
66
- "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.14",
68
- "@saas-ui/modals": "2.1.41",
69
- "@saas-ui/nprogress": "2.0.3",
70
- "@saas-ui/theme": "2.4.2"
60
+ "@chakra-ui/utils": "^2.2.1",
61
+ "@saas-ui/core": "2.6.1",
62
+ "@saas-ui/data-table": "11.0.1",
63
+ "@saas-ui/forms": "2.7.1",
64
+ "@saas-ui/hooks": "2.1.0",
65
+ "@saas-ui/hotkeys": "2.3.1",
66
+ "@saas-ui/modals": "2.2.1",
67
+ "@saas-ui/nprogress": "2.1.1",
68
+ "@saas-ui/theme": "2.5.1"
71
69
  },
72
70
  "peerDependencies": {
73
- "@chakra-ui/react": ">=2.6.0",
71
+ "@chakra-ui/react": ">=2.9.0",
74
72
  "@emotion/react": "^11",
75
73
  "@emotion/styled": "^11",
76
74
  "framer-motion": ">=5.5.0",