@fluentui/react-migration-v8-v9 9.9.4 → 9.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 07 Aug 2025 09:59:05 GMT and should not be manually modified.
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.9.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.9.5)
8
+
9
+ Thu, 21 Aug 2025 12:20:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.9.4..@fluentui/react-migration-v8-v9_v9.9.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.68.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+
7
16
  ## [9.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.9.4)
8
17
 
9
- Thu, 07 Aug 2025 09:59:05 GMT
18
+ Thu, 07 Aug 2025 10:03:24 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.9.3..@fluentui/react-migration-v8-v9_v9.9.4)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.9.4",
3
+ "version": "9.9.5",
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",
@@ -21,7 +21,7 @@
21
21
  "@ctrl/tinycolor": "^3.3.4",
22
22
  "@fluentui/fluent2-theme": "^8.107.141",
23
23
  "@fluentui/react": "^8.123.4",
24
- "@fluentui/react-components": "^9.68.3",
24
+ "@fluentui/react-components": "^9.68.4",
25
25
  "@fluentui/react-icons": "^2.0.245",
26
26
  "@fluentui/react-hooks": "^8.8.19",
27
27
  "@griffel/react": "^1.5.22",