@fluentui/react-shared-contexts 9.0.1 → 9.0.2

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,28 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Sep 2022 09:44:42 GMT",
5
+ "date": "Thu, 20 Oct 2022 08:35:22 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.0.2",
7
+ "version": "9.0.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "commit": "772f9e3ebde2d5b8157a3204c1a4e007e56f5508",
14
+ "comment": "chore: Bump react peer dependency to react 18."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-shared-contexts",
19
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
20
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 15 Sep 2022 09:49:20 GMT",
6
27
  "tag": "@fluentui/react-shared-contexts_v9.0.1",
7
28
  "version": "9.0.1",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Thu, 15 Sep 2022 09:44:42 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Oct 2022 08:35:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.2)
8
+
9
+ Thu, 20 Oct 2022 08:35:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.1..@fluentui/react-shared-contexts_v9.0.2)
11
+
12
+ ### Patches
13
+
14
+ - chore: Bump react peer dependency to react 18. ([PR #25278](https://github.com/microsoft/fluentui/pull/25278) by mgodbolt@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
16
+
7
17
  ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.1)
8
18
 
9
- Thu, 15 Sep 2022 09:44:42 GMT
19
+ Thu, 15 Sep 2022 09:49:20 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0..@fluentui/react-shared-contexts_v9.0.1)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
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,12 +27,12 @@
27
27
  "@fluentui/scripts": "^1.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui/react-theme": "^9.1.0",
30
+ "@fluentui/react-theme": "^9.1.1",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "@types/react": ">=16.8.0 <18.0.0",
35
- "react": ">=16.8.0 <18.0.0"
34
+ "@types/react": ">=16.8.0 <19.0.0",
35
+ "react": ">=16.8.0 <19.0.0"
36
36
  },
37
37
  "beachball": {
38
38
  "disallowedChangeTypes": [