@saas-ui/react 2.0.0-rc.33 → 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 +14 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
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
+
3
17
  ## 2.0.0-rc.33
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.33",
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.32",
63
- "@saas-ui/core": "2.0.0-rc.28",
64
- "@saas-ui/data-table": "2.0.0-rc.33",
65
- "@saas-ui/forms": "2.0.0-rc.31",
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.29",
68
- "@saas-ui/modals": "2.0.0-rc.31",
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
  },