@saas-ui/react 2.0.0-rc.29 → 2.0.0-rc.30

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 +27 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-rc.30
4
+
5
+ ### Major Changes
6
+
7
+ - 6236e117: Removed the Divider component in favor of the Chakra UI Divider component.
8
+
9
+ ### Minor Changes
10
+
11
+ - 046e42b8: Updated to Chakra UI 2.7
12
+
13
+ ### Patch Changes
14
+
15
+ - 6193c47c: Fixed issue where Sidebar would not get defaultProps from the theme.
16
+ - Updated dependencies [8d6516c2]
17
+ - Updated dependencies [6193c47c]
18
+ - Updated dependencies [046e42b8]
19
+ - Updated dependencies [6236e117]
20
+ - @saas-ui/theme@2.0.0-rc.16
21
+ - @saas-ui/core@2.0.0-rc.25
22
+ - @saas-ui/data-table@2.0.0-rc.30
23
+ - @saas-ui/nprogress@2.0.0-rc.5
24
+ - @saas-ui/hotkeys@2.0.0-rc.26
25
+ - @saas-ui/modals@2.0.0-rc.28
26
+ - @saas-ui/forms@2.0.0-rc.28
27
+ - @saas-ui/hooks@2.0.0-rc.6
28
+ - @saas-ui/auth@2.0.0-rc.29
29
+
3
30
  ## 2.0.0-rc.29
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.29",
3
+ "version": "2.0.0-rc.30",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -57,17 +57,17 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@chakra-ui/react-utils": "^2.0.12",
60
- "@chakra-ui/system": "^2.5.7",
60
+ "@chakra-ui/system": "^2.5.8",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-rc.28",
63
- "@saas-ui/core": "2.0.0-rc.24",
64
- "@saas-ui/data-table": "2.0.0-rc.29",
65
- "@saas-ui/forms": "2.0.0-rc.27",
66
- "@saas-ui/hooks": "2.0.0-rc.5",
67
- "@saas-ui/hotkeys": "2.0.0-rc.25",
68
- "@saas-ui/modals": "2.0.0-rc.27",
69
- "@saas-ui/nprogress": "2.0.0-rc.4",
70
- "@saas-ui/theme": "2.0.0-rc.15"
62
+ "@saas-ui/auth": "2.0.0-rc.29",
63
+ "@saas-ui/core": "2.0.0-rc.25",
64
+ "@saas-ui/data-table": "2.0.0-rc.30",
65
+ "@saas-ui/forms": "2.0.0-rc.28",
66
+ "@saas-ui/hooks": "2.0.0-rc.6",
67
+ "@saas-ui/hotkeys": "2.0.0-rc.26",
68
+ "@saas-ui/modals": "2.0.0-rc.28",
69
+ "@saas-ui/nprogress": "2.0.0-rc.5",
70
+ "@saas-ui/theme": "2.0.0-rc.16"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",