@fluentui/react-portal-compat-context 0.0.0-nightly-20220503-0421.1 → 0.0.0-nightly-20220504-0420.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": "Wed, 04 May 2022 04:33:43 GMT",
6
+ "tag": "@fluentui/react-portal-compat-context_v0.0.0-nightly-20220504-0420.1",
7
+ "version": "0.0.0-nightly-20220504-0420.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -19,6 +19,14 @@
19
19
  "commit": "280cf2336d814d7380d5cbf4999ce56da763919c",
20
20
  "comment": "initial release"
21
21
  }
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
+ }
22
30
  ]
23
31
  }
24
32
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
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 Wed, 04 May 2022 04:33:43 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-20220504-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v0.0.0-nightly-20220504-0420.1)
8
8
 
9
- Tue, 03 May 2022 04:34:44 GMT
9
+ Wed, 04 May 2022 04:33:43 GMT
10
10
 
11
11
  ### Changes
12
12
 
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-20220504-0420.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": {