@fluentui/react-migration-v8-v9 9.6.49 → 9.7.0

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 Fri, 07 Feb 2025 10:40:53 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 21 Feb 2025 14:30:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.7.0)
8
+
9
+ Fri, 21 Feb 2025 14:30:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.50..@fluentui/react-migration-v8-v9_v9.7.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Bump @fluentui/react-components to v9.60.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
15
+
16
+ ## [9.6.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.50)
17
+
18
+ Tue, 18 Feb 2025 11:26:29 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.49..@fluentui/react-migration-v8-v9_v9.6.50)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-components to v9.59.0 ([PR #33853](https://github.com/microsoft/fluentui/pull/33853) by beachball)
24
+
7
25
  ## [9.6.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.49)
8
26
 
9
- Fri, 07 Feb 2025 10:40:53 GMT
27
+ Fri, 07 Feb 2025 10:42:12 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.48..@fluentui/react-migration-v8-v9_v9.6.49)
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.49",
3
+ "version": "9.7.0",
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.58.3",
22
+ "@fluentui/fluent2-theme": "^8.107.128",
23
+ "@fluentui/react": "^8.122.11",
24
+ "@fluentui/react-components": "^9.60.0",
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
  },