@fluentui/react-migration-v8-v9 9.6.3 → 9.6.4

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 +12 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Mon, 25 Mar 2024 11:09:57 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 02 Apr 2024 09:41:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.4)
8
+
9
+ Tue, 02 Apr 2024 09:41:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.3..@fluentui/react-migration-v8-v9_v9.6.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.47.3 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.18.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
16
+
7
17
  ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.3)
8
18
 
9
- Mon, 25 Mar 2024 11:09:57 GMT
19
+ Mon, 25 Mar 2024 11:12:15 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.2..@fluentui/react-migration-v8-v9_v9.6.3)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.6.3",
3
+ "version": "9.6.4",
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,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.68",
36
- "@fluentui/react": "^8.117.0",
37
- "@fluentui/react-components": "^9.47.2",
35
+ "@fluentui/fluent2-theme": "^8.107.69",
36
+ "@fluentui/react": "^8.117.1",
37
+ "@fluentui/react-components": "^9.47.3",
38
38
  "@fluentui/react-icons": "^2.0.224",
39
39
  "@fluentui/react-hooks": "^8.7.0",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
- "@fluentui/react-utilities": "^9.18.5",
41
+ "@fluentui/react-utilities": "^9.18.6",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },