@fluentui/react-portal-compat 9.1.8 → 9.1.10

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 +24 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,38 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Tue, 01 Apr 2025 14:05:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Apr 2025 09:56:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.10)
8
+
9
+ Thu, 24 Apr 2025 09:56:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.9..@fluentui/react-portal-compat_v9.1.10)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.24.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
15
+ - Bump @fluentui/react-components to v9.63.0 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
16
+
17
+ ## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.9)
18
+
19
+ Wed, 16 Apr 2025 19:42:18 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.8..@fluentui/react-portal-compat_v9.1.9)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-tabster to v9.24.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
25
+ - Bump @fluentui/react-components to v9.62.0 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
26
+
7
27
  ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.8)
8
28
 
9
- Tue, 01 Apr 2025 14:05:35 GMT
29
+ Tue, 01 Apr 2025 15:08:02 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.7..@fluentui/react-portal-compat_v9.1.8)
11
31
 
12
32
  ### Patches
13
33
 
14
- - Bump @fluentui/react-tabster to v9.24.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
15
- - Bump @fluentui/react-components to v9.61.6 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.24.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
35
+ - Bump @fluentui/react-components to v9.61.6 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
16
36
 
17
37
  ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.7)
18
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.1.8",
3
+ "version": "9.1.10",
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.4",
26
+ "@fluentui/react-tabster": "^9.24.6",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@fluentui/react-components": "^9.61.6",
30
+ "@fluentui/react-components": "^9.63.0",
31
31
  "@types/react": ">=16.14.0 <19.0.0",
32
32
  "react": ">=16.14.0 <19.0.0"
33
33
  },