@fluentui/react-migration-v0-v9 9.4.6 → 9.4.7

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 CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-migration-v0-v9
2
2
 
3
- This log was last generated on Fri, 04 Jul 2025 10:00:05 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Jul 2025 15:56:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.4.7)
8
+
9
+ Fri, 11 Jul 2025 15:56:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.4.6..@fluentui/react-migration-v0-v9_v9.4.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.66.7 ([PR #34807](https://github.com/microsoft/fluentui/pull/34807) by beachball)
15
+
7
16
  ## [9.4.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.4.6)
8
17
 
9
- Fri, 04 Jul 2025 10:00:05 GMT
18
+ Fri, 04 Jul 2025 10:02:44 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.4.5..@fluentui/react-migration-v0-v9_v9.4.6)
11
20
 
12
21
  ### Patches
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+
1
3
  import { ButtonProps } from '@fluentui/react-components';
2
4
  import { ComponentProps } from '@fluentui/react-components';
3
5
  import type { ComponentProps as ComponentProps_2 } from '@fluentui/react-utilities';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.4.6",
3
+ "version": "9.4.7",
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.15.3",
24
- "@fluentui/react-components": "^9.66.6",
24
+ "@fluentui/react-components": "^9.66.7",
25
25
  "@fluentui/react-context-selector": "^9.2.2",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
27
  "@fluentui/react-jsx-runtime": "^9.1.2",