@saas-ui/react 2.10.5 → 2.11.0
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.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [803ede7]
|
|
12
|
+
- @saas-ui/data-table@13.0.0
|
|
13
|
+
- @saas-ui/nprogress@2.2.0
|
|
14
|
+
- @saas-ui/hotkeys@2.5.0
|
|
15
|
+
- @saas-ui/modals@2.4.0
|
|
16
|
+
- @saas-ui/forms@2.9.0
|
|
17
|
+
- @saas-ui/hooks@2.2.0
|
|
18
|
+
- @saas-ui/theme@2.6.0
|
|
19
|
+
- @saas-ui/core@2.8.0
|
|
20
|
+
|
|
3
21
|
## 2.10.5
|
|
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.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@chakra-ui/utils": "^2.2.1",
|
|
60
|
-
"@saas-ui/core": "2.
|
|
61
|
-
"@saas-ui/data-table": "
|
|
62
|
-
"@saas-ui/forms": "2.
|
|
63
|
-
"@saas-ui/hooks": "2.
|
|
64
|
-
"@saas-ui/hotkeys": "2.
|
|
65
|
-
"@saas-ui/modals": "2.
|
|
66
|
-
"@saas-ui/nprogress": "2.
|
|
67
|
-
"@saas-ui/theme": "2.
|
|
60
|
+
"@saas-ui/core": "2.8.0",
|
|
61
|
+
"@saas-ui/data-table": "13.0.0",
|
|
62
|
+
"@saas-ui/forms": "2.9.0",
|
|
63
|
+
"@saas-ui/hooks": "2.2.0",
|
|
64
|
+
"@saas-ui/hotkeys": "2.5.0",
|
|
65
|
+
"@saas-ui/modals": "2.4.0",
|
|
66
|
+
"@saas-ui/nprogress": "2.2.0",
|
|
67
|
+
"@saas-ui/theme": "2.6.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@chakra-ui/react": ">=2.9.0",
|
|
70
|
+
"@chakra-ui/react": ">=2.9.0 <3",
|
|
71
71
|
"@emotion/react": "^11",
|
|
72
72
|
"@emotion/styled": "^11",
|
|
73
73
|
"framer-motion": ">=5.5.0",
|