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

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 +23 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 13:37:55 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 18 Dec 2023 14:36:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.39)
8
+
9
+ Mon, 18 Dec 2023 14:36:12 GMT
10
+ [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
+
12
+ ### Patches
13
+
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)
16
+
17
+ ## [9.4.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.38)
18
+
19
+ Thu, 14 Dec 2023 09:58:46 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.37..@fluentui/react-migration-v8-v9_v9.4.38)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-components to v9.43.0 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.15.3 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball)
26
+
7
27
  ## [9.4.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.37)
8
28
 
9
- Thu, 30 Nov 2023 13:37:55 GMT
29
+ Thu, 30 Nov 2023 13:42:08 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.36..@fluentui/react-migration-v8-v9_v9.4.37)
11
31
 
12
32
  ### Patches
13
33
 
14
- - Bump @fluentui/react-components to v9.42.0 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
34
+ - Bump @fluentui/react-components to v9.42.0 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball)
15
35
 
16
36
  ## [9.4.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.36)
17
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.4.37",
3
+ "version": "9.4.39",
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",
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.51",
36
- "@fluentui/react": "^8.112.9",
37
- "@fluentui/react-components": "^9.42.0",
35
+ "@fluentui/fluent2-theme": "^8.107.53",
36
+ "@fluentui/react": "^8.113.1",
37
+ "@fluentui/react-components": "^9.43.1",
38
38
  "@fluentui/react-icons": "^2.0.217",
39
39
  "@fluentui/react-theme": "^9.1.16",
40
- "@fluentui/react-utilities": "^9.15.2",
40
+ "@fluentui/react-utilities": "^9.15.4",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },