@fluentui/react-migration-v8-v9 9.6.5 → 9.6.7

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 +6 -6
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, 04 Apr 2024 12:07:00 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Apr 2024 21:47:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.7)
8
+
9
+ Wed, 17 Apr 2024 21:47:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.6..@fluentui/react-migration-v8-v9_v9.6.7)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
15
+ - Bump @fluentui/react-components to v9.48.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
16
+
17
+ ## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.6)
18
+
19
+ Fri, 05 Apr 2024 14:17:26 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.5..@fluentui/react-migration-v8-v9_v9.6.6)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-components to v9.47.5 ([PR #30960](https://github.com/microsoft/fluentui/pull/30960) by beachball)
25
+
7
26
  ## [9.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.5)
8
27
 
9
- Thu, 04 Apr 2024 12:07:00 GMT
28
+ Thu, 04 Apr 2024 12:08:09 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.4..@fluentui/react-migration-v8-v9_v9.6.5)
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.5",
3
+ "version": "9.6.7",
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,11 +32,11 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.70",
36
- "@fluentui/react": "^8.117.2",
37
- "@fluentui/react-components": "^9.47.4",
38
- "@fluentui/react-icons": "^2.0.224",
39
- "@fluentui/react-hooks": "^8.7.1",
35
+ "@fluentui/fluent2-theme": "^8.107.73",
36
+ "@fluentui/react": "^8.117.5",
37
+ "@fluentui/react-components": "^9.48.0",
38
+ "@fluentui/react-icons": "^2.0.235",
39
+ "@fluentui/react-hooks": "^8.7.2",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
41
  "@fluentui/react-utilities": "^9.18.6",
42
42
  "@griffel/react": "^1.5.14",