@fluentui/react-portal-compat 9.2.10 → 9.2.12

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 +21 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Mon, 28 Jul 2025 18:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Jul 2025 16:52:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.2.12)
8
+
9
+ Wed, 30 Jul 2025 16:52:52 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.2.11..@fluentui/react-portal-compat_v9.2.12)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.68.2 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
15
+
16
+ ## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.2.11)
17
+
18
+ Wed, 30 Jul 2025 13:10:57 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.2.10..@fluentui/react-portal-compat_v9.2.11)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-tabster to v9.26.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
24
+ - Bump @fluentui/react-components to v9.68.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
25
+
7
26
  ## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.2.10)
8
27
 
9
- Mon, 28 Jul 2025 18:44:12 GMT
28
+ Mon, 28 Jul 2025 18:48:21 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.2.9..@fluentui/react-portal-compat_v9.2.10)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.2.10",
3
+ "version": "9.2.12",
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.26.1",
26
+ "@fluentui/react-tabster": "^9.26.2",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@fluentui/react-components": "^9.68.0",
30
+ "@fluentui/react-components": "^9.68.2",
31
31
  "@types/react": ">=16.14.0 <19.0.0",
32
32
  "react": ">=16.14.0 <19.0.0"
33
33
  },