@fluentui/react-portal-compat-context 0.0.0-nightly-20220504-0420.1 → 9.0.0-rc.1
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 +10 -16
- package/CHANGELOG.md +3 -4
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -2,31 +2,25 @@
|
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Wed, 04 May 2022
|
6
|
-
"tag": "@fluentui/react-portal-compat-
|
7
|
-
"version": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:14 GMT",
|
6
|
+
"tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.1",
|
7
|
+
"version": "9.0.0-rc.1",
|
8
8
|
"comments": {
|
9
|
-
"
|
9
|
+
"none": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
12
|
"package": "@fluentui/react-portal-compat-context",
|
13
|
-
"commit": "
|
14
|
-
"comment": "
|
15
|
-
}
|
13
|
+
"commit": "8997f88bdd280b6831338d6c231b387fd554046e",
|
14
|
+
"comment": "react-portal-compat-context: Move to new common folder."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
16
18
|
{
|
17
19
|
"author": "olfedias@microsoft.com",
|
18
20
|
"package": "@fluentui/react-portal-compat-context",
|
19
21
|
"commit": "280cf2336d814d7380d5cbf4999ce56da763919c",
|
20
22
|
"comment": "initial release"
|
21
23
|
}
|
22
|
-
],
|
23
|
-
"none": [
|
24
|
-
{
|
25
|
-
"author": "tristan.watanabe@gmail.com",
|
26
|
-
"package": "@fluentui/react-portal-compat-context",
|
27
|
-
"commit": "8997f88bdd280b6831338d6c231b387fd554046e",
|
28
|
-
"comment": "react-portal-compat-context: Move to new common folder."
|
29
|
-
}
|
30
24
|
]
|
31
25
|
}
|
32
26
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat-context
|
2
2
|
|
3
|
-
This log was last generated on Wed, 04 May 2022
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:14 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [
|
7
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.0-rc.1)
|
8
8
|
|
9
|
-
Wed, 04 May 2022
|
9
|
+
Wed, 04 May 2022 13:24:14 GMT
|
10
10
|
|
11
11
|
### Changes
|
12
12
|
|
13
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
|
14
13
|
- initial release ([PR #22510](https://github.com/microsoft/fluentui/pull/22510) by olfedias@microsoft.com)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
|
-
"version": "
|
3
|
+
"version": "9.0.0-rc.1",
|
4
4
|
"description": "A package that holds React context for compatibility of React Contexts",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|