@fluentui/react-migration-v8-v9 9.4.39 → 9.4.41

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 +22 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,18 +1,36 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Mon, 18 Dec 2023 14:36:12 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Dec 2023 17:00:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.41)
8
+
9
+ Thu, 21 Dec 2023 17:00:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.40..@fluentui/react-migration-v8-v9_v9.4.41)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.43.3 ([PR #30140](https://github.com/microsoft/fluentui/pull/30140) by beachball)
15
+
16
+ ## [9.4.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.40)
17
+
18
+ Mon, 18 Dec 2023 17:48:16 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.39..@fluentui/react-migration-v8-v9_v9.4.40)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-components to v9.43.2 ([PR #30010](https://github.com/microsoft/fluentui/pull/30010) by beachball)
24
+
7
25
  ## [9.4.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.39)
8
26
 
9
- Mon, 18 Dec 2023 14:36:12 GMT
27
+ Mon, 18 Dec 2023 14:40:46 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.38..@fluentui/react-migration-v8-v9_v9.4.39)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-components to v9.43.1 ([PR #30099](https://github.com/microsoft/fluentui/pull/30099) by beachball)
15
- - Bump @fluentui/react-utilities to v9.15.4 ([PR #30099](https://github.com/microsoft/fluentui/pull/30099) by beachball)
32
+ - Bump @fluentui/react-components to v9.43.1 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.15.4 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
16
34
 
17
35
  ## [9.4.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.38)
18
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.4.39",
3
+ "version": "9.4.41",
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",
@@ -34,7 +34,7 @@
34
34
  "@ctrl/tinycolor": "3.3.4",
35
35
  "@fluentui/fluent2-theme": "^8.107.53",
36
36
  "@fluentui/react": "^8.113.1",
37
- "@fluentui/react-components": "^9.43.1",
37
+ "@fluentui/react-components": "^9.43.3",
38
38
  "@fluentui/react-icons": "^2.0.217",
39
39
  "@fluentui/react-theme": "^9.1.16",
40
40
  "@fluentui/react-utilities": "^9.15.4",