@fluentui/react-portal-compat 9.0.42 → 9.0.44

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,55 @@
2
2
  "name": "@fluentui/react-portal-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 10 Mar 2023 13:28:18 GMT",
5
+ "date": "Wed, 15 Mar 2023 10:17:05 GMT",
6
+ "tag": "@fluentui/react-portal-compat_v9.0.44",
7
+ "version": "9.0.44",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal-compat",
13
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
14
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal-compat",
19
+ "comment": "Bump @fluentui/react-components to v9.18.1",
20
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-portal-compat",
25
+ "comment": "Bump @fluentui/react-shared-contexts to v9.3.1",
26
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
33
+ "tag": "@fluentui/react-portal-compat_v9.0.43",
34
+ "version": "9.0.43",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-portal-compat",
40
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
41
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-portal-compat",
46
+ "comment": "Bump @fluentui/react-components to v9.18.0",
47
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Fri, 10 Mar 2023 13:28:40 GMT",
6
54
  "tag": "@fluentui/react-portal-compat_v9.0.42",
7
55
  "version": "9.0.42",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Fri, 10 Mar 2023 13:28:18 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Mar 2023 10:17:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.44)
8
+
9
+ Wed, 15 Mar 2023 10:17:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.43..@fluentui/react-portal-compat_v9.0.44)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.5.7 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
15
+ - Bump @fluentui/react-components to v9.18.1 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.3.1 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
17
+
18
+ ## [9.0.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.43)
19
+
20
+ Mon, 13 Mar 2023 08:58:26 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.42..@fluentui/react-portal-compat_v9.0.43)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-tabster to v9.5.6 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
26
+ - Bump @fluentui/react-components to v9.18.0 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
27
+
7
28
  ## [9.0.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.42)
8
29
 
9
- Fri, 10 Mar 2023 13:28:18 GMT
30
+ Fri, 10 Mar 2023 13:28:40 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.41..@fluentui/react-portal-compat_v9.0.42)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.42",
3
+ "version": "9.0.44",
4
4
  "description": "A package that contains compatibility layer for React Portals",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,19 +26,19 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
- "@fluentui/react-components": "^9.17.1",
30
- "@fluentui/react-shared-contexts": "^9.3.0",
29
+ "@fluentui/react-components": "^9.18.1",
30
+ "@fluentui/react-shared-contexts": "^9.3.1",
31
31
  "@fluentui/scripts-api-extractor": "*",
32
32
  "@fluentui/scripts-cypress": "*",
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-portal-compat-context": "^9.0.4",
37
- "@fluentui/react-tabster": "^9.5.5",
37
+ "@fluentui/react-tabster": "^9.5.7",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@fluentui/react-components": "^9.17.1",
41
+ "@fluentui/react-components": "^9.18.1",
42
42
  "@types/react": ">=16.8.0 <19.0.0",
43
43
  "react": ">=16.8.0 <19.0.0"
44
44
  },