@saas-ui/react 2.0.0-next.21 → 2.0.0-next.23

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 +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d236fb75]
8
+ - @saas-ui/hotkeys@2.0.0-next.19
9
+ - @saas-ui/data-table@2.0.0-next.23
10
+
11
+ ## 2.0.0-next.22
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [8e155c3b]
16
+ - @saas-ui/theme@2.0.0-next.11
17
+ - @saas-ui/core@2.0.0-next.18
18
+ - @saas-ui/auth@2.0.0-next.22
19
+ - @saas-ui/data-table@2.0.0-next.22
20
+ - @saas-ui/forms@2.0.0-next.21
21
+ - @saas-ui/hotkeys@2.0.0-next.18
22
+ - @saas-ui/modals@2.0.0-next.21
23
+
3
24
  ## 2.0.0-next.21
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.21",
3
+ "version": "2.0.0-next.23",
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-next.21",
63
- "@saas-ui/core": "2.0.0-next.17",
64
- "@saas-ui/data-table": "2.0.0-next.21",
65
- "@saas-ui/forms": "2.0.0-next.20",
62
+ "@saas-ui/auth": "2.0.0-next.22",
63
+ "@saas-ui/core": "2.0.0-next.18",
64
+ "@saas-ui/data-table": "2.0.0-next.23",
65
+ "@saas-ui/forms": "2.0.0-next.21",
66
66
  "@saas-ui/hooks": "2.0.0-next.4",
67
- "@saas-ui/hotkeys": "2.0.0-next.17",
68
- "@saas-ui/modals": "2.0.0-next.20",
67
+ "@saas-ui/hotkeys": "2.0.0-next.19",
68
+ "@saas-ui/modals": "2.0.0-next.21",
69
69
  "@saas-ui/nprogress": "2.0.0-next.3",
70
- "@saas-ui/theme": "2.0.0-next.10"
70
+ "@saas-ui/theme": "2.0.0-next.11"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",