@fluentui/react-migration-v0-v9 9.3.9 → 9.3.11

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 +24 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-migration-v0-v9
2
2
 
3
- This log was last generated on Wed, 16 Apr 2025 19:37:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 14 May 2025 18:45:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.11)
8
+
9
+ Wed, 14 May 2025 18:45:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.10..@fluentui/react-migration-v0-v9_v9.3.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.14.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
15
+ - Bump @fluentui/react-components to v9.64.0 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
17
+
18
+ ## [9.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.10)
19
+
20
+ Thu, 24 Apr 2025 09:59:45 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.9..@fluentui/react-migration-v0-v9_v9.3.10)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-aria to v9.14.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
26
+ - Bump @fluentui/react-components to v9.63.0 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
27
+ - Bump @fluentui/react-tabster to v9.24.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
28
+
7
29
  ## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.9)
8
30
 
9
- Wed, 16 Apr 2025 19:37:27 GMT
31
+ Wed, 16 Apr 2025 19:42:18 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.8..@fluentui/react-migration-v0-v9_v9.3.9)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.3.9",
3
+ "version": "9.3.11",
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",
@@ -20,13 +20,13 @@
20
20
  "@fluentui/scripts-storybook": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@fluentui/react-aria": "^9.14.5",
24
- "@fluentui/react-components": "^9.62.0",
23
+ "@fluentui/react-aria": "^9.14.7",
24
+ "@fluentui/react-components": "^9.64.0",
25
25
  "@fluentui/react-context-selector": "^9.1.76",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
27
  "@fluentui/react-jsx-runtime": "^9.0.54",
28
28
  "@fluentui/react-shared-contexts": "^9.23.1",
29
- "@fluentui/react-tabster": "^9.24.5",
29
+ "@fluentui/react-tabster": "^9.24.7",
30
30
  "@fluentui/react-theme": "^9.1.24",
31
31
  "@fluentui/react-utilities": "^9.19.0",
32
32
  "@griffel/react": "^1.5.22",