@fluentui/react-portal-compat 9.0.136 → 9.0.137

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 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Tue, 02 Apr 2024 09:41:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 04 Apr 2024 12:07:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.137](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.137)
8
+
9
+ Thu, 04 Apr 2024 12:07:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.136..@fluentui/react-portal-compat_v9.0.137)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.47.4 ([PR #30947](https://github.com/microsoft/fluentui/pull/30947) by beachball)
15
+
7
16
  ## [9.0.136](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.136)
8
17
 
9
- Tue, 02 Apr 2024 09:41:20 GMT
18
+ Tue, 02 Apr 2024 09:48:01 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.135..@fluentui/react-portal-compat_v9.0.136)
11
20
 
12
21
  ### Patches
13
22
 
14
- - Bump @fluentui/react-tabster to v9.19.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
15
- - Bump @fluentui/react-components to v9.47.3 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
23
+ - Bump @fluentui/react-tabster to v9.19.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
24
+ - Bump @fluentui/react-components to v9.47.3 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
16
25
 
17
26
  ## [9.0.135](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.135)
18
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.136",
3
+ "version": "9.0.137",
4
4
  "description": "A package that contains compatibility layer for React Portals",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -39,7 +39,7 @@
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@fluentui/react-components": "^9.47.3",
42
+ "@fluentui/react-components": "^9.47.4",
43
43
  "@types/react": ">=16.14.0 <19.0.0",
44
44
  "react": ">=16.14.0 <19.0.0"
45
45
  },