@fluentui/react-migration-v8-v9 9.6.50 → 9.7.1

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 +20 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Tue, 18 Feb 2025 11:26:00 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Mar 2025 18:54:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.7.1)
8
+
9
+ Tue, 11 Mar 2025 18:54:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.7.0..@fluentui/react-migration-v8-v9_v9.7.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.60.1 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
15
+
16
+ ## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.7.0)
17
+
18
+ Fri, 21 Feb 2025 14:34:05 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.50..@fluentui/react-migration-v8-v9_v9.7.0)
20
+
21
+ ### Minor changes
22
+
23
+ - Bump @fluentui/react-components to v9.60.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
24
+
7
25
  ## [9.6.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.50)
8
26
 
9
- Tue, 18 Feb 2025 11:26:00 GMT
27
+ Tue, 18 Feb 2025 11:26:29 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.49..@fluentui/react-migration-v8-v9_v9.6.50)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.6.50",
3
+ "version": "9.7.1",
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",
@@ -19,11 +19,11 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@ctrl/tinycolor": "^3.3.4",
22
- "@fluentui/fluent2-theme": "^8.107.126",
23
- "@fluentui/react": "^8.122.9",
24
- "@fluentui/react-components": "^9.59.0",
22
+ "@fluentui/fluent2-theme": "^8.107.128",
23
+ "@fluentui/react": "^8.122.11",
24
+ "@fluentui/react-components": "^9.60.1",
25
25
  "@fluentui/react-icons": "^2.0.245",
26
- "@fluentui/react-hooks": "^8.8.16",
26
+ "@fluentui/react-hooks": "^8.8.17",
27
27
  "@griffel/react": "^1.5.22",
28
28
  "@swc/helpers": "^0.5.1"
29
29
  },