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

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 +12 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
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 Wed, 15 Jul 2026 14:10:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.15)
8
+
9
+ Wed, 15 Jul 2026 14:10:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.14..@fluentui/react-migration-v8-v9_v9.10.15)
11
+
12
+ ### Patches
13
+
14
+ - 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)
15
+ - Bump @fluentui/react-components to v9.74.4 ([PR #36401](https://github.com/microsoft/fluentui/pull/36401) by beachball)
16
+
7
17
  ## [9.10.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.14)
8
18
 
9
- Mon, 29 Jun 2026 15:14:11 GMT
19
+ Mon, 29 Jun 2026 15:15:07 GMT
10
20
  [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
21
 
12
22
  ### 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.15",
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,9 +13,9 @@
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",
16
+ "@fluentui/fluent2-theme": "^8.107.154",
17
+ "@fluentui/react": "^8.125.7",
18
+ "@fluentui/react-components": "^9.74.4",
19
19
  "@fluentui/react-icons": "^2.0.245",
20
20
  "@fluentui/react-hooks": "^8.10.2",
21
21
  "@griffel/react": "^1.5.32",