@saas-ui/react 2.10.3 → 2.10.5
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 +21 -0
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.10.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c9daf50: Fixed issue where link component prop would not be passed to NavItem
|
|
8
|
+
- Updated dependencies [c9daf50]
|
|
9
|
+
- @saas-ui/core@2.7.2
|
|
10
|
+
- @saas-ui/data-table@12.0.5
|
|
11
|
+
- @saas-ui/forms@2.8.2
|
|
12
|
+
- @saas-ui/hotkeys@2.4.2
|
|
13
|
+
- @saas-ui/modals@2.3.5
|
|
14
|
+
|
|
15
|
+
## 2.10.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- a863a5e: Updated package type to fix next 15 support
|
|
20
|
+
- Updated dependencies [a863a5e]
|
|
21
|
+
- @saas-ui/modals@2.3.4
|
|
22
|
+
- @saas-ui/data-table@12.0.4
|
|
23
|
+
|
|
3
24
|
## 2.10.3
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.5",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
|
-
"type": "commonjs",
|
|
6
5
|
"exports": {
|
|
7
6
|
".": {
|
|
8
7
|
"types": "./dist/index.d.ts",
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
"homepage": "https://saas-ui.dev/",
|
|
38
37
|
"repository": {
|
|
39
38
|
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/saas-js/saas-ui",
|
|
39
|
+
"url": "git+https://github.com/saas-js/saas-ui.git",
|
|
41
40
|
"directory": "packages/saas-ui-react"
|
|
42
41
|
},
|
|
43
42
|
"keywords": [
|
|
@@ -58,12 +57,12 @@
|
|
|
58
57
|
},
|
|
59
58
|
"dependencies": {
|
|
60
59
|
"@chakra-ui/utils": "^2.2.1",
|
|
61
|
-
"@saas-ui/core": "2.7.
|
|
62
|
-
"@saas-ui/data-table": "12.0.
|
|
63
|
-
"@saas-ui/forms": "2.8.
|
|
60
|
+
"@saas-ui/core": "2.7.2",
|
|
61
|
+
"@saas-ui/data-table": "12.0.5",
|
|
62
|
+
"@saas-ui/forms": "2.8.2",
|
|
64
63
|
"@saas-ui/hooks": "2.1.0",
|
|
65
|
-
"@saas-ui/hotkeys": "2.4.
|
|
66
|
-
"@saas-ui/modals": "2.3.
|
|
64
|
+
"@saas-ui/hotkeys": "2.4.2",
|
|
65
|
+
"@saas-ui/modals": "2.3.5",
|
|
67
66
|
"@saas-ui/nprogress": "2.1.1",
|
|
68
67
|
"@saas-ui/theme": "2.5.1"
|
|
69
68
|
},
|