@fluentui/react-portal-compat-context 9.0.8 → 9.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +11 -2
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,22 @@
|
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue, 26 Sep 2023
|
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",
|
6
21
|
"tag": "@fluentui/react-portal-compat-context_v9.0.8",
|
7
22
|
"version": "9.0.8",
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat-context
|
2
2
|
|
3
|
-
This log was last generated on Tue, 26 Sep 2023
|
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
|
+
|
7
16
|
## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.8)
|
8
17
|
|
9
|
-
Tue, 26 Sep 2023 15:
|
18
|
+
Tue, 26 Sep 2023 15:31:52 GMT
|
10
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)
|
11
20
|
|
12
21
|
### Patches
|
package/package.json
CHANGED