@fluentui/react-portal-compat 9.0.168 → 9.0.170
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.
- package/CHANGELOG.md +23 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 18 Nov 2024 09:42:22 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.170](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.170)
|
|
8
|
+
|
|
9
|
+
Mon, 18 Nov 2024 09:42:22 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.169..@fluentui/react-portal-compat_v9.0.170)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.56.2 ([PR #33229](https://github.com/microsoft/fluentui/pull/33229) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.0.169](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.169)
|
|
17
|
+
|
|
18
|
+
Tue, 12 Nov 2024 09:31:27 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.168..@fluentui/react-portal-compat_v9.0.169)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react-components to v9.56.1 ([commit](https://github.com/microsoft/fluentui/commit/fc7240b48f7441d9fbf62d600c41c25c57ebac3b) by beachball)
|
|
24
|
+
|
|
7
25
|
## [9.0.168](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.168)
|
|
8
26
|
|
|
9
|
-
Mon, 11 Nov 2024
|
|
27
|
+
Mon, 11 Nov 2024 10:00:50 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.167..@fluentui/react-portal-compat_v9.0.168)
|
|
11
29
|
|
|
12
30
|
### Patches
|
|
13
31
|
|
|
14
32
|
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-portal-compat-context to v9.0.13 ([PR #
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.23.0 ([PR #
|
|
17
|
-
- Bump @fluentui/react-components to v9.56.0 ([PR #
|
|
33
|
+
- Bump @fluentui/react-portal-compat-context to v9.0.13 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
34
|
+
- Bump @fluentui/react-tabster to v9.23.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
35
|
+
- Bump @fluentui/react-components to v9.56.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
18
36
|
|
|
19
37
|
## [9.0.167](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.167)
|
|
20
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.170",
|
|
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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@swc/helpers": "^0.5.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@fluentui/react-components": "^9.56.
|
|
30
|
+
"@fluentui/react-components": "^9.56.2",
|
|
31
31
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
32
32
|
"react": ">=16.14.0 <19.0.0"
|
|
33
33
|
},
|