@fluentui/react-portal-compat-context 9.0.2 → 9.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-portal-compat-context",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Sep 2022 09:44:37 GMT",
5
+ "date": "Thu, 20 Oct 2022 08:35:17 GMT",
6
+ "tag": "@fluentui/react-portal-compat-context_v9.0.3",
7
+ "version": "9.0.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-portal-compat-context",
13
+ "commit": "772f9e3ebde2d5b8157a3204c1a4e007e56f5508",
14
+ "comment": "chore: Bump react peer dependency to react 18."
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 15 Sep 2022 09:49:16 GMT",
6
21
  "tag": "@fluentui/react-portal-compat-context_v9.0.2",
7
22
  "version": "9.0.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-portal-compat-context
2
2
 
3
- This log was last generated on Thu, 15 Sep 2022 09:44:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Oct 2022 08:35:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.3)
8
+
9
+ Thu, 20 Oct 2022 08:35:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.2..@fluentui/react-portal-compat-context_v9.0.3)
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
+
7
16
  ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.2)
8
17
 
9
- Thu, 15 Sep 2022 09:44:37 GMT
18
+ Thu, 15 Sep 2022 09:49:16 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.1..@fluentui/react-portal-compat-context_v9.0.2)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat-context",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
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",
@@ -30,8 +30,8 @@
30
30
  "tslib": "^2.1.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@types/react": ">=16.8.0 <18.0.0",
34
- "react": ">=16.8.0 <18.0.0"
33
+ "@types/react": ">=16.8.0 <19.0.0",
34
+ "react": ">=16.8.0 <19.0.0"
35
35
  },
36
36
  "beachball": {
37
37
  "disallowedChangeTypes": [