@fluentui/react-migration-v0-v9 9.6.7 → 9.6.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -2
  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 Thu, 02 Oct 2025 15:07:16 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 Oct 2025 15:01:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.9)
8
+
9
+ Mon, 06 Oct 2025 15:01:29 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.8..@fluentui/react-migration-v0-v9_v9.6.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.72.1 ([PR #35283](https://github.com/microsoft/fluentui/pull/35283) by beachball)
15
+
16
+ ## [9.6.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.8)
17
+
18
+ Fri, 03 Oct 2025 14:19:04 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.7..@fluentui/react-migration-v0-v9_v9.6.8)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-components to v9.72.0 ([PR #35275](https://github.com/microsoft/fluentui/pull/35275) by beachball)
24
+
7
25
  ## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.7)
8
26
 
9
- Thu, 02 Oct 2025 15:07:16 GMT
27
+ Thu, 02 Oct 2025 15:12:26 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.6..@fluentui/react-migration-v0-v9_v9.6.7)
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.6.7",
3
+ "version": "9.6.9",
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.17.1",
24
- "@fluentui/react-components": "^9.71.0",
24
+ "@fluentui/react-components": "^9.72.1",
25
25
  "@fluentui/react-context-selector": "^9.2.8",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
27
  "@fluentui/react-jsx-runtime": "^9.2.1",