@fluentui/react-portal-compat-context 0.0.0-nightly-20220504-0420.1 → 0.0.0-nightly-20220509-0421.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 +19 -10
- package/CHANGELOG.md +11 -3
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-portal-compat-context_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Mon, 09 May 2022 04:32:19 GMT",
|
6
|
+
"tag": "@fluentui/react-portal-compat-context_v0.0.0-nightly-20220509-0421.1",
|
7
|
+
"version": "0.0.0-nightly-20220509-0421.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -12,14 +12,15 @@
|
|
12
12
|
"package": "@fluentui/react-portal-compat-context",
|
13
13
|
"commit": "not available",
|
14
14
|
"comment": "Release nightly v9"
|
15
|
-
},
|
16
|
-
{
|
17
|
-
"author": "olfedias@microsoft.com",
|
18
|
-
"package": "@fluentui/react-portal-compat-context",
|
19
|
-
"commit": "280cf2336d814d7380d5cbf4999ce56da763919c",
|
20
|
-
"comment": "initial release"
|
21
15
|
}
|
22
|
-
]
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Wed, 04 May 2022 13:26:46 GMT",
|
21
|
+
"tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.1",
|
22
|
+
"version": "9.0.0-rc.1",
|
23
|
+
"comments": {
|
23
24
|
"none": [
|
24
25
|
{
|
25
26
|
"author": "tristan.watanabe@gmail.com",
|
@@ -27,6 +28,14 @@
|
|
27
28
|
"commit": "8997f88bdd280b6831338d6c231b387fd554046e",
|
28
29
|
"comment": "react-portal-compat-context: Move to new common folder."
|
29
30
|
}
|
31
|
+
],
|
32
|
+
"prerelease": [
|
33
|
+
{
|
34
|
+
"author": "olfedias@microsoft.com",
|
35
|
+
"package": "@fluentui/react-portal-compat-context",
|
36
|
+
"commit": "280cf2336d814d7380d5cbf4999ce56da763919c",
|
37
|
+
"comment": "initial release"
|
38
|
+
}
|
30
39
|
]
|
31
40
|
}
|
32
41
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,22 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat-context
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 09 May 2022 04:32:19 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220509-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v0.0.0-nightly-20220509-0421.1)
|
8
8
|
|
9
|
-
|
9
|
+
Mon, 09 May 2022 04:32:19 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.0-rc.1..@fluentui/react-portal-compat-context_v0.0.0-nightly-20220509-0421.1)
|
10
11
|
|
11
12
|
### Changes
|
12
13
|
|
13
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
|
15
|
+
|
16
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.0-rc.1)
|
17
|
+
|
18
|
+
Wed, 04 May 2022 13:26:46 GMT
|
19
|
+
|
20
|
+
### Changes
|
21
|
+
|
14
22
|
- 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": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220509-0421.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",
|