@saas-ui/react 2.0.0-next.16 → 2.0.0-next.18

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 +25 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [01ac442f]
8
+ - @saas-ui/forms@2.0.0-next.18
9
+ - @saas-ui/auth@2.0.0-next.18
10
+ - @saas-ui/modals@2.0.0-next.18
11
+ - @saas-ui/data-table@2.0.0-next.18
12
+
13
+ ## 2.0.0-next.17
14
+
15
+ ### Patch Changes
16
+
17
+ - a5898c44: Fix Divider label contrast
18
+ - Updated dependencies [a5898c44]
19
+ - Updated dependencies [8045baed]
20
+ - @saas-ui/theme@2.0.0-next.9
21
+ - @saas-ui/core@2.0.0-next.15
22
+ - @saas-ui/data-table@2.0.0-next.17
23
+ - @saas-ui/auth@2.0.0-next.17
24
+ - @saas-ui/forms@2.0.0-next.17
25
+ - @saas-ui/hotkeys@2.0.0-next.15
26
+ - @saas-ui/modals@2.0.0-next.17
27
+
3
28
  ## 2.0.0-next.16
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.16",
3
+ "version": "2.0.0-next.18",
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.5",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-next.16",
63
- "@saas-ui/core": "2.0.0-next.14",
64
- "@saas-ui/data-table": "2.0.0-next.16",
65
- "@saas-ui/forms": "2.0.0-next.16",
62
+ "@saas-ui/auth": "2.0.0-next.18",
63
+ "@saas-ui/core": "2.0.0-next.15",
64
+ "@saas-ui/data-table": "2.0.0-next.18",
65
+ "@saas-ui/forms": "2.0.0-next.18",
66
66
  "@saas-ui/hooks": "2.0.0-next.4",
67
- "@saas-ui/hotkeys": "2.0.0-next.14",
68
- "@saas-ui/modals": "2.0.0-next.16",
67
+ "@saas-ui/hotkeys": "2.0.0-next.15",
68
+ "@saas-ui/modals": "2.0.0-next.18",
69
69
  "@saas-ui/nprogress": "2.0.0-next.3",
70
- "@saas-ui/theme": "2.0.0-next.8"
70
+ "@saas-ui/theme": "2.0.0-next.9"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.4.0",