@fluentui/react-shared-contexts 9.0.0-rc.5 → 9.0.0-rc.6

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,7 +2,22 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 19:14:02 GMT",
5
+ "date": "Wed, 04 May 2022 13:24:22 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.6",
7
+ "version": "9.0.0-rc.6",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
14
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 19 Apr 2022 19:16:52 GMT",
6
21
  "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.5",
7
22
  "version": "9.0.0-rc.5",
8
23
  "comments": {
@@ -25,7 +40,7 @@
25
40
  "author": "beachball",
26
41
  "package": "@fluentui/react-shared-contexts",
27
42
  "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
28
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
43
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
29
44
  }
30
45
  ]
31
46
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:14:02 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 13:24:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.6)
8
+
9
+ Wed, 04 May 2022 13:24:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.5..@fluentui/react-shared-contexts_v9.0.0-rc.6)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
15
+
7
16
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.5)
8
17
 
9
- Tue, 19 Apr 2022 19:14:02 GMT
18
+ Tue, 19 Apr 2022 19:16:52 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.4..@fluentui/react-shared-contexts_v9.0.0-rc.5)
11
20
 
12
21
  ### Changes
13
22
 
14
- - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
23
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
15
24
 
16
25
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.4)
17
26
 
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "9.0.0-rc.5",
3
+ "version": "9.0.0-rc.6",
4
4
  "description": "Fluent UI React Contexts shared by multiple components.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -27,7 +27,7 @@
27
27
  "@fluentui/scripts": "^1.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui/react-theme": "9.0.0-rc.5",
30
+ "@fluentui/react-theme": "9.0.0-rc.6",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
33
  "peerDependencies": {