@fluentui/react-shared-contexts 0.0.0-nightlydd0f007b3f20220119.1 → 0.0.0-nightlye0b8e1fa6920220128.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,15 +2,15 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 19 Jan 2022 04:16:39 GMT",
6
- "tag": "@fluentui/react-shared-contexts_v0.0.0-nightlydd0f007b3f20220119.1",
7
- "version": "0.0.0-nightlydd0f007b3f20220119.1",
5
+ "date": "Fri, 28 Jan 2022 04:13:22 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v0.0.0-nightlye0b8e1fa6920220128.1",
7
+ "version": "0.0.0-nightlye0b8e1fa6920220128.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-shared-contexts",
13
- "commit": "6044506cc626a9a155e0df40645426ddcc080c55",
13
+ "commit": "90d10ec8c2d159575962c4d3d913317633b44a7a",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
16
  {
@@ -19,11 +19,25 @@
19
19
  "commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
20
20
  "comment": "make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue"
21
21
  },
22
+ {
23
+ "author": "behowell@microsoft.com",
24
+ "package": "@fluentui/react-shared-contexts",
25
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
26
+ "comment": "Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
27
+ },
22
28
  {
23
29
  "author": "beachball",
24
30
  "package": "@fluentui/react-shared-contexts",
25
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightlydd0f007b3f20220119.1",
26
- "commit": "6044506cc626a9a155e0df40645426ddcc080c55"
31
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightlye0b8e1fa6920220128.1",
32
+ "commit": "90d10ec8c2d159575962c4d3d913317633b44a7a"
33
+ }
34
+ ],
35
+ "none": [
36
+ {
37
+ "author": "olfedias@microsoft.com",
38
+ "package": "@fluentui/react-shared-contexts",
39
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
40
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
27
41
  }
28
42
  ]
29
43
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,20 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Wed, 19 Jan 2022 04:16:39 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 28 Jan 2022 04:13:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlydd0f007b3f20220119.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightlydd0f007b3f20220119.1)
7
+ ## [0.0.0-nightlye0b8e1fa6920220128.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightlye0b8e1fa6920220128.1)
8
8
 
9
- Wed, 19 Jan 2022 04:16:39 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.4..@fluentui/react-shared-contexts_v0.0.0-nightlydd0f007b3f20220119.1)
9
+ Fri, 28 Jan 2022 04:13:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.4..@fluentui/react-shared-contexts_v0.0.0-nightlye0b8e1fa6920220128.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/6044506cc626a9a155e0df40645426ddcc080c55) by email not defined)
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/90d10ec8c2d159575962c4d3d913317633b44a7a) by email not defined)
15
15
  - make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
16
- - Bump @fluentui/react-theme to v0.0.0-nightlydd0f007b3f20220119.1 ([commit](https://github.com/microsoft/fluentui/commit/6044506cc626a9a155e0df40645426ddcc080c55) by beachball)
16
+ - Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
17
+ - Bump @fluentui/react-theme to v0.0.0-nightlye0b8e1fa6920220128.1 ([commit](https://github.com/microsoft/fluentui/commit/90d10ec8c2d159575962c4d3d913317633b44a7a) by beachball)
17
18
 
18
19
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "0.0.0-nightlydd0f007b3f20220119.1",
3
+ "version": "0.0.0-nightlye0b8e1fa6920220128.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",
@@ -35,7 +35,7 @@
35
35
  "react-test-renderer": "^16.3.0"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-theme": "0.0.0-nightlydd0f007b3f20220119.1",
38
+ "@fluentui/react-theme": "0.0.0-nightlye0b8e1fa6920220128.1",
39
39
  "tslib": "^2.1.0"
40
40
  },
41
41
  "peerDependencies": {