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

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 +13 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
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 Tue, 16 Jan 2024 13:07:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.1)
8
+
9
+ Tue, 16 Jan 2024 13:07:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.0..@fluentui/react-migration-v8-v9_v9.5.1)
11
+
12
+ ### Patches
13
+
14
+ - 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)
15
+ - Bump @fluentui/react-components to v9.44.4 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
16
+
7
17
  ## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.0)
8
18
 
9
- Thu, 11 Jan 2024 09:02:15 GMT
19
+ Thu, 11 Jan 2024 09:04:29 GMT
10
20
  [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
21
 
12
22
  ### Minor changes
13
23
 
14
24
  - 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)
25
+ - Bump @fluentui/react-components to v9.44.3 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
16
26
 
17
27
  ## [9.4.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.44)
18
28
 
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.1",
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,9 +32,9 @@
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.4",
38
38
  "@fluentui/react-icons": "^2.0.224",
39
39
  "@fluentui/react-hooks": "^8.6.35",
40
40
  "@fluentui/react-theme": "^9.1.16",
@@ -44,7 +44,7 @@
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
  },