@fluentui/react-portal-compat-context 0.0.0-nightly-20220503-0421.1 → 0.0.0-nightly-20220506-0417.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 CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-portal-compat-context",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 03 May 2022 04:34:44 GMT",
6
- "tag": "@fluentui/react-portal-compat-context_v0.0.0-nightly-20220503-0421.1",
7
- "version": "0.0.0-nightly-20220503-0421.1",
5
+ "date": "Fri, 06 May 2022 04:27:21 GMT",
6
+ "tag": "@fluentui/react-portal-compat-context_v0.0.0-nightly-20220506-0417.1",
7
+ "version": "0.0.0-nightly-20220506-0417.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -12,7 +12,24 @@
12
12
  "package": "@fluentui/react-portal-compat-context",
13
13
  "commit": "not available",
14
14
  "comment": "Release nightly v9"
15
- },
15
+ }
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": {
24
+ "none": [
25
+ {
26
+ "author": "tristan.watanabe@gmail.com",
27
+ "package": "@fluentui/react-portal-compat-context",
28
+ "commit": "8997f88bdd280b6831338d6c231b387fd554046e",
29
+ "comment": "react-portal-compat-context: Move to new common folder."
30
+ }
31
+ ],
32
+ "prerelease": [
16
33
  {
17
34
  "author": "olfedias@microsoft.com",
18
35
  "package": "@fluentui/react-portal-compat-context",
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 Tue, 03 May 2022 04:34:44 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 May 2022 04:27:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220503-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v0.0.0-nightly-20220503-0421.1)
7
+ ## [0.0.0-nightly-20220506-0417.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v0.0.0-nightly-20220506-0417.1)
8
8
 
9
- Tue, 03 May 2022 04:34:44 GMT
9
+ Fri, 06 May 2022 04:27:21 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-20220506-0417.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-20220503-0421.1",
3
+ "version": "0.0.0-nightly-20220506-0417.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",
@@ -20,8 +20,8 @@
20
20
  "start": "yarn storybook",
21
21
  "test": "jest --passWithNoTests",
22
22
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
23
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-portal-compat-context/src && yarn docs",
24
- "storybook": "node ../../scripts/storybook/runner",
23
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-portal-compat-context/src && yarn docs",
24
+ "storybook": "node ../../../scripts/storybook/runner",
25
25
  "type-check": "tsc -b tsconfig.json"
26
26
  },
27
27
  "devDependencies": {