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

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 +34 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-rc.28
4
+
5
+ ### Minor Changes
6
+
7
+ - e52f63fa: useSnackbar promise error option now accepts a function with err param or SnackbarOptions
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e52f63fa]
12
+ - @saas-ui/core@2.0.0-rc.23
13
+ - @saas-ui/data-table@2.0.0-rc.28
14
+ - @saas-ui/auth@2.0.0-rc.27
15
+ - @saas-ui/forms@2.0.0-rc.26
16
+ - @saas-ui/hotkeys@2.0.0-rc.24
17
+ - @saas-ui/modals@2.0.0-rc.26
18
+
19
+ ## 2.0.0-rc.27
20
+
21
+ ### Minor Changes
22
+
23
+ - 2366db6a: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned
24
+
25
+ ### Patch Changes
26
+
27
+ - e23790a8: Fix SnackbarPromiseOptions error type to SnackbarOptions
28
+ - Updated dependencies [e23790a8]
29
+ - Updated dependencies [2366db6a]
30
+ - @saas-ui/core@2.0.0-rc.22
31
+ - @saas-ui/modals@2.0.0-rc.25
32
+ - @saas-ui/data-table@2.0.0-rc.27
33
+ - @saas-ui/auth@2.0.0-rc.26
34
+ - @saas-ui/forms@2.0.0-rc.25
35
+ - @saas-ui/hotkeys@2.0.0-rc.23
36
+
3
37
  ## 2.0.0-rc.26
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.26",
3
+ "version": "2.0.0-rc.28",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -59,13 +59,13 @@
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.25",
63
- "@saas-ui/core": "2.0.0-rc.21",
64
- "@saas-ui/data-table": "2.0.0-rc.26",
65
- "@saas-ui/forms": "2.0.0-rc.24",
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
66
  "@saas-ui/hooks": "2.0.0-rc.5",
67
- "@saas-ui/hotkeys": "2.0.0-rc.22",
68
- "@saas-ui/modals": "2.0.0-rc.24",
67
+ "@saas-ui/hotkeys": "2.0.0-rc.24",
68
+ "@saas-ui/modals": "2.0.0-rc.26",
69
69
  "@saas-ui/nprogress": "2.0.0-rc.4",
70
70
  "@saas-ui/theme": "2.0.0-rc.14"
71
71
  },