@saas-ui/react 2.0.0-next.10 → 2.0.0-next.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +27 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.0.0-next.12
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- a7ef6dd9: Fixed issue where types for exports were not detected
|
8
|
+
- Updated dependencies [a7ef6dd9]
|
9
|
+
- @saas-ui/forms@2.0.0-next.12
|
10
|
+
- @saas-ui/theme@2.0.0-next.6
|
11
|
+
- @saas-ui/core@2.0.0-next.10
|
12
|
+
- @saas-ui/auth@2.0.0-next.12
|
13
|
+
- @saas-ui/modals@2.0.0-next.12
|
14
|
+
- @saas-ui/data-table@2.0.0-next.12
|
15
|
+
- @saas-ui/hotkeys@2.0.0-next.10
|
16
|
+
|
17
|
+
## 2.0.0-next.11
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- Updated dependencies [5b9d90e8]
|
22
|
+
- @saas-ui/theme@2.0.0-next.5
|
23
|
+
- @saas-ui/core@2.0.0-next.9
|
24
|
+
- @saas-ui/auth@2.0.0-next.11
|
25
|
+
- @saas-ui/data-table@2.0.0-next.11
|
26
|
+
- @saas-ui/forms@2.0.0-next.11
|
27
|
+
- @saas-ui/hotkeys@2.0.0-next.9
|
28
|
+
- @saas-ui/modals@2.0.0-next.11
|
29
|
+
|
3
30
|
## 2.0.0-next.10
|
4
31
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.0.0-next.
|
3
|
+
"version": "2.0.0-next.12",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -58,15 +58,15 @@
|
|
58
58
|
"@chakra-ui/react-utils": "^2.0.12",
|
59
59
|
"@chakra-ui/system": "^2.5.5",
|
60
60
|
"@chakra-ui/utils": "^2.0.15",
|
61
|
-
"@saas-ui/auth": "2.0.0-next.
|
62
|
-
"@saas-ui/core": "2.0.0-next.
|
63
|
-
"@saas-ui/data-table": "2.0.0-next.
|
64
|
-
"@saas-ui/forms": "2.0.0-next.
|
61
|
+
"@saas-ui/auth": "2.0.0-next.12",
|
62
|
+
"@saas-ui/core": "2.0.0-next.10",
|
63
|
+
"@saas-ui/data-table": "2.0.0-next.12",
|
64
|
+
"@saas-ui/forms": "2.0.0-next.12",
|
65
65
|
"@saas-ui/hooks": "2.0.0-next.2",
|
66
|
-
"@saas-ui/hotkeys": "2.0.0-next.
|
67
|
-
"@saas-ui/modals": "2.0.0-next.
|
66
|
+
"@saas-ui/hotkeys": "2.0.0-next.10",
|
67
|
+
"@saas-ui/modals": "2.0.0-next.12",
|
68
68
|
"@saas-ui/nprogress": "2.0.0-next.1",
|
69
|
-
"@saas-ui/theme": "2.0.0-next.
|
69
|
+
"@saas-ui/theme": "2.0.0-next.6"
|
70
70
|
},
|
71
71
|
"peerDependencies": {
|
72
72
|
"@chakra-ui/react": ">=2.4.0",
|