@saas-ui/react 2.0.0-next.19 → 2.0.0-next.20
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.20",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -59,9 +59,9 @@
|
|
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.
|
62
|
+
"@saas-ui/auth": "2.0.0-next.20",
|
63
63
|
"@saas-ui/core": "2.0.0-next.16",
|
64
|
-
"@saas-ui/data-table": "2.0.0-next.
|
64
|
+
"@saas-ui/data-table": "2.0.0-next.20",
|
65
65
|
"@saas-ui/forms": "2.0.0-next.19",
|
66
66
|
"@saas-ui/hooks": "2.0.0-next.4",
|
67
67
|
"@saas-ui/hotkeys": "2.0.0-next.16",
|