@fluentui/react-migration-v0-v9 9.3.2 → 9.3.4
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 +20 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v0-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 20 Mar 2025 09:34:08 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.4)
|
|
8
|
+
|
|
9
|
+
Thu, 20 Mar 2025 09:34:08 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.3..@fluentui/react-migration-v0-v9_v9.3.4)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.61.2 ([PR #33994](https://github.com/microsoft/fluentui/pull/33994) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.3)
|
|
17
|
+
|
|
18
|
+
Wed, 19 Mar 2025 18:11:11 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.2..@fluentui/react-migration-v0-v9_v9.3.3)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react-components to v9.61.1 ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by beachball)
|
|
24
|
+
|
|
7
25
|
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.2)
|
|
8
26
|
|
|
9
|
-
Wed, 19 Mar 2025 15:
|
|
27
|
+
Wed, 19 Mar 2025 15:40:43 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.1..@fluentui/react-migration-v0-v9_v9.3.2)
|
|
11
29
|
|
|
12
30
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v0-v9",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.4",
|
|
4
4
|
"description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@fluentui/react-aria": "^9.14.2",
|
|
24
|
-
"@fluentui/react-components": "^9.61.
|
|
24
|
+
"@fluentui/react-components": "^9.61.2",
|
|
25
25
|
"@fluentui/react-context-selector": "^9.1.74",
|
|
26
26
|
"@fluentui/react-icons": "^2.0.245",
|
|
27
27
|
"@fluentui/react-jsx-runtime": "^9.0.52",
|