@fluentui/react-migration-v8-v9 9.5.0 → 9.5.2

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,38 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 11 Jan 2024 09:02:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jan 2024 16:13:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.2)
8
+
9
+ Wed, 17 Jan 2024 16:13:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.1..@fluentui/react-migration-v8-v9_v9.5.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.44.5 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
16
+
17
+ ## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.1)
18
+
19
+ Tue, 16 Jan 2024 13:14:21 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.0..@fluentui/react-migration-v8-v9_v9.5.1)
21
+
22
+ ### Patches
23
+
24
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
25
+ - Bump @fluentui/react-components to v9.44.4 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
26
+
7
27
  ## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.0)
8
28
 
9
- Thu, 11 Jan 2024 09:02:15 GMT
29
+ Thu, 11 Jan 2024 09:04:29 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.44..@fluentui/react-migration-v8-v9_v9.5.0)
11
31
 
12
32
  ### Minor changes
13
33
 
14
34
  - feat: implement CheckboxShim component for Checkbox migration ([PR #29968](https://github.com/microsoft/fluentui/pull/29968) by liminliu@microsoft.com)
15
- - Bump @fluentui/react-components to v9.44.3 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
35
+ - Bump @fluentui/react-components to v9.44.3 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
16
36
 
17
37
  ## [9.4.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.44)
18
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.5.0",
3
+ "version": "9.5.2",
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,19 +32,19 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.56",
36
- "@fluentui/react": "^8.114.2",
37
- "@fluentui/react-components": "^9.44.3",
35
+ "@fluentui/fluent2-theme": "^8.107.57",
36
+ "@fluentui/react": "^8.114.3",
37
+ "@fluentui/react-components": "^9.44.5",
38
38
  "@fluentui/react-icons": "^2.0.224",
39
39
  "@fluentui/react-hooks": "^8.6.35",
40
40
  "@fluentui/react-theme": "^9.1.16",
41
- "@fluentui/react-utilities": "^9.15.6",
41
+ "@fluentui/react-utilities": "^9.16.0",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@types/react": ">=16.14.0 <19.0.0",
47
- "@types/react-dom": ">=16.14.0 <19.0.0",
47
+ "@types/react-dom": ">=16.9.0 <19.0.0",
48
48
  "react": ">=16.14.0 <19.0.0",
49
49
  "react-dom": ">=16.14.0 <19.0.0"
50
50
  },