@fluentui/react-shared-contexts 0.0.0-nightly0e0cf06c3420211029.1 → 0.0.0-nightlya372ad979820211103.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,22 +2,22 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 29 Oct 2021 06:39:53 GMT",
6
- "tag": "@fluentui/react-shared-contexts_v0.0.0-nightly0e0cf06c3420211029.1",
7
- "version": "0.0.0-nightly0e0cf06c3420211029.1",
5
+ "date": "Wed, 03 Nov 2021 08:24:05 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v0.0.0-nightlya372ad979820211103.1",
7
+ "version": "0.0.0-nightlya372ad979820211103.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-shared-contexts",
13
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de",
13
+ "commit": "ff9c0a60767a2dbd1afdc71659a5daee5f2068dd",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui/react-shared-contexts",
19
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightly0e0cf06c3420211029.1",
20
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de"
19
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightlya372ad979820211103.1",
20
+ "commit": "ff9c0a60767a2dbd1afdc71659a5daee5f2068dd"
21
21
  }
22
22
  ]
23
23
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Fri, 29 Oct 2021 06:39:53 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 03 Nov 2021 08:24:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly0e0cf06c3420211029.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightly0e0cf06c3420211029.1)
7
+ ## [0.0.0-nightlya372ad979820211103.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightlya372ad979820211103.1)
8
8
 
9
- Fri, 29 Oct 2021 06:39:53 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.2..@fluentui/react-shared-contexts_v0.0.0-nightly0e0cf06c3420211029.1)
9
+ Wed, 03 Nov 2021 08:24:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.2..@fluentui/react-shared-contexts_v0.0.0-nightlya372ad979820211103.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by email not defined)
15
- - Bump @fluentui/react-theme to v0.0.0-nightly0e0cf06c3420211029.1 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by beachball)
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ff9c0a60767a2dbd1afdc71659a5daee5f2068dd) by email not defined)
15
+ - Bump @fluentui/react-theme to v0.0.0-nightlya372ad979820211103.1 ([commit](https://github.com/microsoft/fluentui/commit/ff9c0a60767a2dbd1afdc71659a5daee5f2068dd) by beachball)
16
16
 
17
17
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "0.0.0-nightly0e0cf06c3420211029.1",
3
+ "version": "0.0.0-nightlya372ad979820211103.1",
4
4
  "description": "Fluent UI React Contexts shared by multiple components.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,7 +34,7 @@
34
34
  "react-test-renderer": "^16.3.0"
35
35
  },
36
36
  "dependencies": {
37
- "@fluentui/react-theme": "0.0.0-nightly0e0cf06c3420211029.1",
37
+ "@fluentui/react-theme": "0.0.0-nightlya372ad979820211103.1",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {