@fluentui/react-portal 9.5.4 → 9.5.6

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,36 @@
1
1
  # Change Log - @fluentui/react-portal
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.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.5.6)
8
+
9
+ Thu, 24 Apr 2025 09:56:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.5.5..@fluentui/react-portal_v9.5.6)
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
+
16
+ ## [9.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.5.5)
17
+
18
+ Wed, 16 Apr 2025 19:42:18 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.5.4..@fluentui/react-portal_v9.5.5)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-tabster to v9.24.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
24
+ - Bump @fluentui/react-utilities to v9.19.0 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
25
+
7
26
  ## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.5.4)
8
27
 
9
- Tue, 01 Apr 2025 14:05:35 GMT
28
+ Tue, 01 Apr 2025 15:08:02 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.5.3..@fluentui/react-portal_v9.5.4)
11
30
 
12
31
  ### Patches
13
32
 
14
- - Bump @fluentui/react-tabster to v9.24.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
33
+ - Bump @fluentui/react-tabster to v9.24.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
15
34
 
16
35
  ## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.5.3)
17
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.5.4",
3
+ "version": "9.5.6",
4
4
  "description": "A utility component that creates portals compatible with Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@fluentui/react-shared-contexts": "^9.23.1",
22
- "@fluentui/react-tabster": "^9.24.4",
23
- "@fluentui/react-utilities": "^9.18.23",
22
+ "@fluentui/react-tabster": "^9.24.6",
23
+ "@fluentui/react-utilities": "^9.19.0",
24
24
  "@griffel/react": "^1.5.22",
25
25
  "@swc/helpers": "^0.5.1",
26
26
  "use-disposable": "^1.0.1"