@fluentui/react-migration-v8-v9 9.6.44 → 9.6.46

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 +21 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 19 Dec 2024 14:30:31 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Jan 2025 13:55:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.46)
8
+
9
+ Wed, 22 Jan 2025 13:55:29 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.45..@fluentui/react-migration-v8-v9_v9.6.46)
11
+
12
+ ### Patches
13
+
14
+ - chore: Moving @ctrl/tinycolor dependency to be a caret dependency in production packages. ([PR #33611](https://github.com/microsoft/fluentui/pull/33611) by makotom@microsoft.com)
15
+ - Bump @fluentui/react-components to v9.58.0 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
16
+
17
+ ## [9.6.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.45)
18
+
19
+ Wed, 08 Jan 2025 18:33:36 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.44..@fluentui/react-migration-v8-v9_v9.6.45)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-components to v9.57.0 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
25
+
7
26
  ## [9.6.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.44)
8
27
 
9
- Thu, 19 Dec 2024 14:30:31 GMT
28
+ Thu, 19 Dec 2024 14:30:56 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.43..@fluentui/react-migration-v8-v9_v9.6.44)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.6.44",
3
+ "version": "9.6.46",
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",
@@ -18,10 +18,10 @@
18
18
  "@fluentui/scripts-api-extractor": "*"
19
19
  },
20
20
  "dependencies": {
21
- "@ctrl/tinycolor": "3.3.4",
22
- "@fluentui/fluent2-theme": "^8.107.118",
23
- "@fluentui/react": "^8.122.1",
24
- "@fluentui/react-components": "^9.56.8",
21
+ "@ctrl/tinycolor": "^3.3.4",
22
+ "@fluentui/fluent2-theme": "^8.107.125",
23
+ "@fluentui/react": "^8.122.8",
24
+ "@fluentui/react-components": "^9.58.0",
25
25
  "@fluentui/react-icons": "^2.0.245",
26
26
  "@fluentui/react-hooks": "^8.8.16",
27
27
  "@griffel/react": "^1.5.22",