@fluentui/react-portal-compat 9.0.182 → 9.1.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 +22 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Tue, 18 Feb 2025 11:26:00 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Mar 2025 18:54:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.1)
8
+
9
+ Tue, 11 Mar 2025 18:54:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.0..@fluentui/react-portal-compat_v9.1.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.24.1 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
15
+ - Bump @fluentui/react-components to v9.60.1 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
16
+
17
+ ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.0)
18
+
19
+ Fri, 21 Feb 2025 14:34:05 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.182..@fluentui/react-portal-compat_v9.1.0)
21
+
22
+ ### Minor changes
23
+
24
+ - Bump @fluentui/react-tabster to v9.24.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
25
+ - Bump @fluentui/react-components to v9.60.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
26
+
7
27
  ## [9.0.182](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.182)
8
28
 
9
- Tue, 18 Feb 2025 11:26:00 GMT
29
+ Tue, 18 Feb 2025 11:26:29 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.181..@fluentui/react-portal-compat_v9.0.182)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.182",
3
+ "version": "9.1.1",
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",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@fluentui/react-portal-compat-context": "^9.0.13",
26
- "@fluentui/react-tabster": "^9.23.3",
26
+ "@fluentui/react-tabster": "^9.24.1",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@fluentui/react-components": "^9.59.0",
30
+ "@fluentui/react-components": "^9.60.1",
31
31
  "@types/react": ">=16.14.0 <19.0.0",
32
32
  "react": ">=16.14.0 <19.0.0"
33
33
  },