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

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 +44 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
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
+
30
+ ## 2.0.0-rc.29
31
+
32
+ ### Patch Changes
33
+
34
+ - d6e9a39d: Form fields overries types now support array and object type props
35
+ - b895e5bd: Add Timeline theme to theme package.
36
+ - Updated dependencies [d6e9a39d]
37
+ - Updated dependencies [b895e5bd]
38
+ - Updated dependencies [943f6287]
39
+ - @saas-ui/forms@2.0.0-rc.27
40
+ - @saas-ui/theme@2.0.0-rc.15
41
+ - @saas-ui/core@2.0.0-rc.24
42
+ - @saas-ui/auth@2.0.0-rc.28
43
+ - @saas-ui/modals@2.0.0-rc.27
44
+ - @saas-ui/data-table@2.0.0-rc.29
45
+ - @saas-ui/hotkeys@2.0.0-rc.25
46
+
3
47
  ## 2.0.0-rc.28
4
48
 
5
49
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.28",
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.27",
63
- "@saas-ui/core": "2.0.0-rc.23",
64
- "@saas-ui/data-table": "2.0.0-rc.28",
65
- "@saas-ui/forms": "2.0.0-rc.26",
66
- "@saas-ui/hooks": "2.0.0-rc.5",
67
- "@saas-ui/hotkeys": "2.0.0-rc.24",
68
- "@saas-ui/modals": "2.0.0-rc.26",
69
- "@saas-ui/nprogress": "2.0.0-rc.4",
70
- "@saas-ui/theme": "2.0.0-rc.14"
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",