@fluentui/react-card 9.4.4 → 9.4.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 +15 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on Thu,
|
3
|
+
This log was last generated on Thu, 21 Aug 2025 12:20:43 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.4.5)
|
8
|
+
|
9
|
+
Thu, 21 Aug 2025 12:20:43 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.4.4..@fluentui/react-card_v9.4.5)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
17
|
+
- Bump @fluentui/react-text to v9.6.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
19
|
+
|
7
20
|
## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.4.4)
|
8
21
|
|
9
|
-
Thu, 07 Aug 2025
|
22
|
+
Thu, 07 Aug 2025 10:03:33 GMT
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.4.3..@fluentui/react-card_v9.4.4)
|
11
24
|
|
12
25
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-card",
|
3
|
-
"version": "9.4.
|
3
|
+
"version": "9.4.5",
|
4
4
|
"private": false,
|
5
5
|
"description": "Card container components for Fluent UI React.",
|
6
6
|
"main": "lib-commonjs/index.js",
|
@@ -23,12 +23,12 @@
|
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
25
|
"@fluentui/keyboard-keys": "^9.0.8",
|
26
|
-
"@fluentui/react-jsx-runtime": "^9.1.
|
27
|
-
"@fluentui/react-shared-contexts": "^9.
|
28
|
-
"@fluentui/react-tabster": "^9.26.
|
29
|
-
"@fluentui/react-text": "^9.6.
|
26
|
+
"@fluentui/react-jsx-runtime": "^9.1.6",
|
27
|
+
"@fluentui/react-shared-contexts": "^9.25.0",
|
28
|
+
"@fluentui/react-tabster": "^9.26.4",
|
29
|
+
"@fluentui/react-text": "^9.6.4",
|
30
30
|
"@fluentui/react-theme": "^9.2.0",
|
31
|
-
"@fluentui/react-utilities": "^9.
|
31
|
+
"@fluentui/react-utilities": "^9.24.0",
|
32
32
|
"@griffel/react": "^1.5.22",
|
33
33
|
"@swc/helpers": "^0.5.1"
|
34
34
|
},
|