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

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 +33 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-rc.29
4
+
5
+ ### Patch Changes
6
+
7
+ - d6e9a39d: Form fields overries types now support array and object type props
8
+ - b895e5bd: Add Timeline theme to theme package.
9
+ - Updated dependencies [d6e9a39d]
10
+ - Updated dependencies [b895e5bd]
11
+ - Updated dependencies [943f6287]
12
+ - @saas-ui/forms@2.0.0-rc.27
13
+ - @saas-ui/theme@2.0.0-rc.15
14
+ - @saas-ui/core@2.0.0-rc.24
15
+ - @saas-ui/auth@2.0.0-rc.28
16
+ - @saas-ui/modals@2.0.0-rc.27
17
+ - @saas-ui/data-table@2.0.0-rc.29
18
+ - @saas-ui/hotkeys@2.0.0-rc.25
19
+
20
+ ## 2.0.0-rc.28
21
+
22
+ ### Minor Changes
23
+
24
+ - e52f63fa: useSnackbar promise error option now accepts a function with err param or SnackbarOptions
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [e52f63fa]
29
+ - @saas-ui/core@2.0.0-rc.23
30
+ - @saas-ui/data-table@2.0.0-rc.28
31
+ - @saas-ui/auth@2.0.0-rc.27
32
+ - @saas-ui/forms@2.0.0-rc.26
33
+ - @saas-ui/hotkeys@2.0.0-rc.24
34
+ - @saas-ui/modals@2.0.0-rc.26
35
+
3
36
  ## 2.0.0-rc.27
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.27",
3
+ "version": "2.0.0-rc.29",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -59,15 +59,15 @@
59
59
  "@chakra-ui/react-utils": "^2.0.12",
60
60
  "@chakra-ui/system": "^2.5.7",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-rc.26",
63
- "@saas-ui/core": "2.0.0-rc.22",
64
- "@saas-ui/data-table": "2.0.0-rc.27",
65
- "@saas-ui/forms": "2.0.0-rc.25",
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
66
  "@saas-ui/hooks": "2.0.0-rc.5",
67
- "@saas-ui/hotkeys": "2.0.0-rc.23",
68
- "@saas-ui/modals": "2.0.0-rc.25",
67
+ "@saas-ui/hotkeys": "2.0.0-rc.25",
68
+ "@saas-ui/modals": "2.0.0-rc.27",
69
69
  "@saas-ui/nprogress": "2.0.0-rc.4",
70
- "@saas-ui/theme": "2.0.0-rc.14"
70
+ "@saas-ui/theme": "2.0.0-rc.15"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",