@fluentui/react-migration-v8-v9 9.6.20 → 9.6.22

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 +24 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,38 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 04 Jul 2024 15:13:32 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 20:09:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.22)
8
+
9
+ Tue, 23 Jul 2024 20:09:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.21..@fluentui/react-migration-v8-v9_v9.6.22)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.54.6 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
16
+
17
+ ## [9.6.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.21)
18
+
19
+ Mon, 15 Jul 2024 17:25:35 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.20..@fluentui/react-migration-v8-v9_v9.6.21)
21
+
22
+ ### Patches
23
+
24
+ - fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
25
+ - Bump @fluentui/react-components to v9.54.5 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.18.12 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
27
+
7
28
  ## [9.6.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.20)
8
29
 
9
- Thu, 04 Jul 2024 15:13:32 GMT
30
+ Thu, 04 Jul 2024 15:14:36 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.19..@fluentui/react-migration-v8-v9_v9.6.20)
11
32
 
12
33
  ### Patches
13
34
 
14
- - Bump @fluentui/react-components to v9.54.4 ([PR #31918](https://github.com/microsoft/fluentui/pull/31918) by beachball)
35
+ - Bump @fluentui/react-components to v9.54.4 ([PR #31893](https://github.com/microsoft/fluentui/pull/31893) by beachball)
15
36
 
16
37
  ## [9.6.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.19)
17
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.6.20",
3
+ "version": "9.6.22",
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,20 +32,20 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.88",
36
- "@fluentui/react": "^8.119.0",
37
- "@fluentui/react-components": "^9.54.4",
35
+ "@fluentui/fluent2-theme": "^8.107.91",
36
+ "@fluentui/react": "^8.119.3",
37
+ "@fluentui/react-components": "^9.54.6",
38
38
  "@fluentui/react-icons": "^2.0.245",
39
- "@fluentui/react-hooks": "^8.8.9",
39
+ "@fluentui/react-hooks": "^8.8.10",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
- "@fluentui/react-utilities": "^9.18.11",
41
+ "@fluentui/react-utilities": "^9.18.13",
42
42
  "@griffel/react": "^1.5.22",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@types/react": ">=16.14.0 <19.0.0",
47
47
  "@types/react-dom": ">=16.9.0 <19.0.0",
48
- "react": ">=16.14.0 <19.0.0",
48
+ "react": ">=16.8.0 <19.0.0",
49
49
  "react-dom": ">=16.14.0 <19.0.0"
50
50
  },
51
51
  "beachball": {