@fluentui/react-migration-v8-v9 9.10.14 → 9.10.16

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 +21 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Mon, 29 Jun 2026 15:14:11 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Aug 2026 10:10:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.16)
8
+
9
+ Tue, 04 Aug 2026 10:10:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.15..@fluentui/react-migration-v8-v9_v9.10.16)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.74.5 ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by beachball)
15
+
16
+ ## [9.10.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.15)
17
+
18
+ Wed, 15 Jul 2026 14:10:40 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.14..@fluentui/react-migration-v8-v9_v9.10.15)
20
+
21
+ ### Patches
22
+
23
+ - fix: align @fluentui/fluent2-theme and @fluentui/react dependency ranges with republished v8 versions ([PR #36364](https://github.com/microsoft/fluentui/pull/36364) by martinhochel@microsoft.com)
24
+ - Bump @fluentui/react-components to v9.74.4 ([PR #36401](https://github.com/microsoft/fluentui/pull/36401) by beachball)
25
+
7
26
  ## [9.10.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.14)
8
27
 
9
- Mon, 29 Jun 2026 15:14:11 GMT
28
+ Mon, 29 Jun 2026 15:15:07 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.13..@fluentui/react-migration-v8-v9_v9.10.14)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.10.14",
3
+ "version": "9.10.16",
4
4
  "description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,11 +13,11 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@ctrl/tinycolor": "^3.3.4",
16
- "@fluentui/fluent2-theme": "^8.107.153",
17
- "@fluentui/react": "^8.125.6",
18
- "@fluentui/react-components": "^9.74.3",
19
- "@fluentui/react-icons": "^2.0.245",
16
+ "@fluentui/fluent2-theme": "^8.107.154",
17
+ "@fluentui/react": "^8.125.7",
18
+ "@fluentui/react-components": "^9.74.5",
20
19
  "@fluentui/react-hooks": "^8.10.2",
20
+ "@fluentui/react-icons": "^2.0.245",
21
21
  "@griffel/react": "^1.5.32",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },