@saas-ui/react 2.0.0-rc.24 → 2.0.0-rc.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.0.0-rc.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7027d7c1: Improve Stepper seperator position on all sizes
|
|
8
|
+
- Bump version
|
|
9
|
+
- Updated dependencies [7027d7c1]
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @saas-ui/theme@2.0.0-rc.13
|
|
12
|
+
- @saas-ui/core@2.0.0-rc.20
|
|
13
|
+
- @saas-ui/data-table@2.0.0-rc.25
|
|
14
|
+
- @saas-ui/nprogress@2.0.0-rc.4
|
|
15
|
+
- @saas-ui/hotkeys@2.0.0-rc.21
|
|
16
|
+
- @saas-ui/modals@2.0.0-rc.23
|
|
17
|
+
- @saas-ui/forms@2.0.0-rc.23
|
|
18
|
+
- @saas-ui/hooks@2.0.0-rc.5
|
|
19
|
+
- @saas-ui/auth@2.0.0-rc.24
|
|
20
|
+
|
|
3
21
|
## 2.0.0-rc.24
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.25",
|
|
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-rc.
|
|
63
|
-
"@saas-ui/core": "2.0.0-rc.
|
|
64
|
-
"@saas-ui/data-table": "2.0.0-rc.
|
|
65
|
-
"@saas-ui/forms": "2.0.0-rc.
|
|
66
|
-
"@saas-ui/hooks": "2.0.0-
|
|
67
|
-
"@saas-ui/hotkeys": "2.0.0-rc.
|
|
68
|
-
"@saas-ui/modals": "2.0.0-rc.
|
|
69
|
-
"@saas-ui/nprogress": "2.0.0-
|
|
70
|
-
"@saas-ui/theme": "2.0.0-rc.
|
|
62
|
+
"@saas-ui/auth": "2.0.0-rc.24",
|
|
63
|
+
"@saas-ui/core": "2.0.0-rc.20",
|
|
64
|
+
"@saas-ui/data-table": "2.0.0-rc.25",
|
|
65
|
+
"@saas-ui/forms": "2.0.0-rc.23",
|
|
66
|
+
"@saas-ui/hooks": "2.0.0-rc.5",
|
|
67
|
+
"@saas-ui/hotkeys": "2.0.0-rc.21",
|
|
68
|
+
"@saas-ui/modals": "2.0.0-rc.23",
|
|
69
|
+
"@saas-ui/nprogress": "2.0.0-rc.4",
|
|
70
|
+
"@saas-ui/theme": "2.0.0-rc.13"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|