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

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 +13 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-rc.32
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [09dd16cc]
8
+ - @saas-ui/theme@2.0.0-rc.17
9
+ - @saas-ui/core@2.0.0-rc.27
10
+ - @saas-ui/auth@2.0.0-rc.31
11
+ - @saas-ui/data-table@2.0.0-rc.32
12
+ - @saas-ui/forms@2.0.0-rc.30
13
+ - @saas-ui/hotkeys@2.0.0-rc.28
14
+ - @saas-ui/modals@2.0.0-rc.30
15
+
3
16
  ## 2.0.0-rc.31
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.31",
3
+ "version": "2.0.0-rc.32",
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.8",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-rc.30",
63
- "@saas-ui/core": "2.0.0-rc.26",
64
- "@saas-ui/data-table": "2.0.0-rc.31",
65
- "@saas-ui/forms": "2.0.0-rc.29",
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",
66
66
  "@saas-ui/hooks": "2.0.0-rc.6",
67
- "@saas-ui/hotkeys": "2.0.0-rc.27",
68
- "@saas-ui/modals": "2.0.0-rc.29",
67
+ "@saas-ui/hotkeys": "2.0.0-rc.28",
68
+ "@saas-ui/modals": "2.0.0-rc.30",
69
69
  "@saas-ui/nprogress": "2.0.0-rc.5",
70
- "@saas-ui/theme": "2.0.0-rc.16"
70
+ "@saas-ui/theme": "2.0.0-rc.17"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",