@saas-ui/react 2.0.0-rc.32 → 2.0.0-rc.34

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 +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-rc.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 70af3ead: Select now supports theming props.
8
+ - Updated dependencies [70af3ead]
9
+ - Updated dependencies [b5912297]
10
+ - @saas-ui/core@2.0.0-rc.29
11
+ - @saas-ui/forms@2.0.0-rc.32
12
+ - @saas-ui/data-table@2.0.0-rc.34
13
+ - @saas-ui/auth@2.0.0-rc.33
14
+ - @saas-ui/hotkeys@2.0.0-rc.30
15
+ - @saas-ui/modals@2.0.0-rc.32
16
+
17
+ ## 2.0.0-rc.33
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [e9258592]
22
+ - @saas-ui/core@2.0.0-rc.28
23
+ - @saas-ui/auth@2.0.0-rc.32
24
+ - @saas-ui/data-table@2.0.0-rc.33
25
+ - @saas-ui/forms@2.0.0-rc.31
26
+ - @saas-ui/hotkeys@2.0.0-rc.29
27
+ - @saas-ui/modals@2.0.0-rc.31
28
+
3
29
  ## 2.0.0-rc.32
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.32",
3
+ "version": "2.0.0-rc.34",
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.8",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-rc.31",
63
- "@saas-ui/core": "2.0.0-rc.27",
64
- "@saas-ui/data-table": "2.0.0-rc.32",
65
- "@saas-ui/forms": "2.0.0-rc.30",
62
+ "@saas-ui/auth": "2.0.0-rc.33",
63
+ "@saas-ui/core": "2.0.0-rc.29",
64
+ "@saas-ui/data-table": "2.0.0-rc.34",
65
+ "@saas-ui/forms": "2.0.0-rc.32",
66
66
  "@saas-ui/hooks": "2.0.0-rc.6",
67
- "@saas-ui/hotkeys": "2.0.0-rc.28",
68
- "@saas-ui/modals": "2.0.0-rc.30",
67
+ "@saas-ui/hotkeys": "2.0.0-rc.30",
68
+ "@saas-ui/modals": "2.0.0-rc.32",
69
69
  "@saas-ui/nprogress": "2.0.0-rc.5",
70
70
  "@saas-ui/theme": "2.0.0-rc.17"
71
71
  },