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

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 +14 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
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 Mon, 15 Jul 2024 17:20:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.21)
8
+
9
+ Mon, 15 Jul 2024 17:20:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.20..@fluentui/react-migration-v8-v9_v9.6.21)
11
+
12
+ ### Patches
13
+
14
+ - fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-components to v9.54.5 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.18.12 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
17
+
7
18
  ## [9.6.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.20)
8
19
 
9
- Thu, 04 Jul 2024 15:13:32 GMT
20
+ Thu, 04 Jul 2024 15:14:36 GMT
10
21
  [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
22
 
12
23
  ### Patches
13
24
 
14
- - Bump @fluentui/react-components to v9.54.4 ([PR #31918](https://github.com/microsoft/fluentui/pull/31918) by beachball)
25
+ - Bump @fluentui/react-components to v9.54.4 ([PR #31893](https://github.com/microsoft/fluentui/pull/31893) by beachball)
15
26
 
16
27
  ## [9.6.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.19)
17
28
 
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.21",
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.89",
36
+ "@fluentui/react": "^8.119.1",
37
+ "@fluentui/react-components": "^9.54.5",
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.12",
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": {