@fluentui/react-portal-compat 9.0.24 → 9.0.25
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.json +18 -3
- package/CHANGELOG.md +13 -4
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 09 Jan 2023
|
|
5
|
+
"date": "Mon, 09 Jan 2023 21:50:49 GMT",
|
|
6
|
+
"tag": "@fluentui/react-portal-compat_v9.0.25",
|
|
7
|
+
"version": "9.0.25",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-portal-compat",
|
|
13
|
+
"comment": "Bump @fluentui/react-components to v9.9.1",
|
|
14
|
+
"commit": "fb5708446f369a57f48b87a0141d6a651acddbde"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 09 Jan 2023 14:34:59 GMT",
|
|
6
21
|
"tag": "@fluentui/react-portal-compat_v9.0.24",
|
|
7
22
|
"version": "9.0.24",
|
|
8
23
|
"comments": {
|
|
@@ -19,13 +34,13 @@
|
|
|
19
34
|
"author": "beachball",
|
|
20
35
|
"package": "@fluentui/react-portal-compat",
|
|
21
36
|
"comment": "Bump @fluentui/react-tabster to v9.3.6",
|
|
22
|
-
"commit": "
|
|
37
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
23
38
|
},
|
|
24
39
|
{
|
|
25
40
|
"author": "beachball",
|
|
26
41
|
"package": "@fluentui/react-portal-compat",
|
|
27
42
|
"comment": "Bump @fluentui/react-components to v9.9.0",
|
|
28
|
-
"commit": "
|
|
43
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
29
44
|
}
|
|
30
45
|
]
|
|
31
46
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 09 Jan 2023
|
|
3
|
+
This log was last generated on Mon, 09 Jan 2023 21:50:49 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.25)
|
|
8
|
+
|
|
9
|
+
Mon, 09 Jan 2023 21:50:49 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.24..@fluentui/react-portal-compat_v9.0.25)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.9.1 ([PR #26261](https://github.com/microsoft/fluentui/pull/26261) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.24)
|
|
8
17
|
|
|
9
|
-
Mon, 09 Jan 2023 14:
|
|
18
|
+
Mon, 09 Jan 2023 14:34:59 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.23..@fluentui/react-portal-compat_v9.0.24)
|
|
11
20
|
|
|
12
21
|
### Patches
|
|
13
22
|
|
|
14
|
-
- Bump @fluentui/react-tabster to v9.3.6 ([PR #
|
|
15
|
-
- Bump @fluentui/react-components to v9.9.0 ([PR #
|
|
23
|
+
- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
|
24
|
+
- Bump @fluentui/react-components to v9.9.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
|
16
25
|
|
|
17
26
|
## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.23)
|
|
18
27
|
|
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.25",
|
|
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",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
|
29
|
-
"@fluentui/react-components": "^9.9.
|
|
29
|
+
"@fluentui/react-components": "^9.9.1",
|
|
30
30
|
"@fluentui/react-shared-contexts": "^9.1.4",
|
|
31
31
|
"@fluentui/scripts": "*"
|
|
32
32
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"tslib": "^2.1.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@fluentui/react-components": "^9.9.
|
|
39
|
+
"@fluentui/react-components": "^9.9.1",
|
|
40
40
|
"@types/react": ">=16.8.0 <19.0.0",
|
|
41
41
|
"react": ">=16.8.0 <19.0.0"
|
|
42
42
|
},
|