@fluentui/react-portal-compat 9.1.11 → 9.1.13

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 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,37 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:49 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Jun 2025 22:29:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.13)
8
+
9
+ Wed, 11 Jun 2025 22:29:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.12..@fluentui/react-portal-compat_v9.1.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.65.0 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
15
+
16
+ ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.12)
17
+
18
+ Fri, 06 Jun 2025 13:15:17 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.11..@fluentui/react-portal-compat_v9.1.12)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-tabster to v9.24.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
24
+ - Bump @fluentui/react-components to v9.64.1 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
25
+
7
26
  ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.11)
8
27
 
9
- Wed, 14 May 2025 18:45:49 GMT
28
+ Wed, 14 May 2025 18:49:20 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.10..@fluentui/react-portal-compat_v9.1.11)
11
30
 
12
31
  ### Patches
13
32
 
14
- - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
15
- - Bump @fluentui/react-components to v9.64.0 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
33
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
34
+ - Bump @fluentui/react-components to v9.64.0 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
16
35
 
17
36
  ## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.10)
18
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.1.11",
3
+ "version": "9.1.13",
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.24.7",
26
+ "@fluentui/react-tabster": "^9.24.8",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@fluentui/react-components": "^9.64.0",
30
+ "@fluentui/react-components": "^9.65.0",
31
31
  "@types/react": ">=16.14.0 <19.0.0",
32
32
  "react": ">=16.14.0 <19.0.0"
33
33
  },