@saas-ui/react 2.2.2 → 2.2.4
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 +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.2.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- e13ae4cd: Fixed issue where overlay elements inside a vertical stepper would not overflow correctly
|
8
|
+
- Updated dependencies [e13ae4cd]
|
9
|
+
- @saas-ui/core@2.1.2
|
10
|
+
- @saas-ui/data-table@4.0.4
|
11
|
+
- @saas-ui/forms@2.1.3
|
12
|
+
- @saas-ui/hotkeys@2.1.4
|
13
|
+
- @saas-ui/modals@2.1.4
|
14
|
+
|
15
|
+
## 2.2.3
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- Fixed all packages index to use named exports
|
20
|
+
- Updated dependencies
|
21
|
+
- @saas-ui/data-table@4.0.3
|
22
|
+
- @saas-ui/nprogress@2.0.1
|
23
|
+
- @saas-ui/hotkeys@2.1.3
|
24
|
+
- @saas-ui/modals@2.1.3
|
25
|
+
- @saas-ui/forms@2.1.2
|
26
|
+
- @saas-ui/hooks@2.0.1
|
27
|
+
- @saas-ui/theme@2.1.1
|
28
|
+
- @saas-ui/core@2.1.1
|
29
|
+
|
3
30
|
## 2.2.2
|
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.2.
|
3
|
+
"version": "2.2.4",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -60,14 +60,14 @@
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
61
61
|
"@chakra-ui/system": "^2.6.1",
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
63
|
-
"@saas-ui/core": "2.1.
|
64
|
-
"@saas-ui/data-table": "4.0.
|
65
|
-
"@saas-ui/forms": "2.1.
|
66
|
-
"@saas-ui/hooks": "2.0.
|
67
|
-
"@saas-ui/hotkeys": "2.1.
|
68
|
-
"@saas-ui/modals": "2.1.
|
69
|
-
"@saas-ui/nprogress": "2.0.
|
70
|
-
"@saas-ui/theme": "2.1.
|
63
|
+
"@saas-ui/core": "2.1.2",
|
64
|
+
"@saas-ui/data-table": "4.0.4",
|
65
|
+
"@saas-ui/forms": "2.1.3",
|
66
|
+
"@saas-ui/hooks": "2.0.1",
|
67
|
+
"@saas-ui/hotkeys": "2.1.4",
|
68
|
+
"@saas-ui/modals": "2.1.4",
|
69
|
+
"@saas-ui/nprogress": "2.0.1",
|
70
|
+
"@saas-ui/theme": "2.1.1"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|