@fluentui/react-portal-compat-context 9.0.7 → 9.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +31 -1
- package/CHANGELOG.md +20 -2
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,37 @@
|
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue,
|
5
|
+
"date": "Tue, 26 Sep 2023 17:44:14 GMT",
|
6
|
+
"tag": "@fluentui/react-portal-compat-context_v9.0.9",
|
7
|
+
"version": "9.0.9",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "yuanboxue@microsoft.com",
|
12
|
+
"package": "@fluentui/react-portal-compat-context",
|
13
|
+
"commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
|
14
|
+
"comment": "chore: trigger manual version bump after broken release"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Tue, 26 Sep 2023 15:31:52 GMT",
|
21
|
+
"tag": "@fluentui/react-portal-compat-context_v9.0.8",
|
22
|
+
"version": "9.0.8",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"author": "martinhochel@microsoft.com",
|
27
|
+
"package": "@fluentui/react-portal-compat-context",
|
28
|
+
"commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
|
29
|
+
"comment": "fix: bump swc core to mitigate transpilation memory leaks"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"date": "Tue, 05 Sep 2023 13:28:59 GMT",
|
6
36
|
"tag": "@fluentui/react-portal-compat-context_v9.0.7",
|
7
37
|
"version": "9.0.7",
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat-context
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 26 Sep 2023 17:44:14 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.9)
|
8
|
+
|
9
|
+
Tue, 26 Sep 2023 17:44:14 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.8..@fluentui/react-portal-compat-context_v9.0.9)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
|
15
|
+
|
16
|
+
## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.8)
|
17
|
+
|
18
|
+
Tue, 26 Sep 2023 15:31:52 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.7..@fluentui/react-portal-compat-context_v9.0.8)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
|
24
|
+
|
7
25
|
## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.7)
|
8
26
|
|
9
|
-
Tue, 05 Sep 2023 13:
|
27
|
+
Tue, 05 Sep 2023 13:28:59 GMT
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.6..@fluentui/react-portal-compat-context_v9.0.7)
|
11
29
|
|
12
30
|
### Patches
|
package/package.json
CHANGED