@fluentui/react-portal-compat 9.0.25 → 9.0.26

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,42 @@
2
2
  "name": "@fluentui/react-portal-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 21:50:49 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:42 GMT",
6
+ "tag": "@fluentui/react-portal-compat_v9.0.26",
7
+ "version": "9.0.26",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-portal-compat",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-portal-compat",
21
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-portal-compat",
27
+ "comment": "Bump @fluentui/react-components to v9.10.0",
28
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-portal-compat",
33
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.5",
34
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Mon, 09 Jan 2023 21:51:24 GMT",
6
41
  "tag": "@fluentui/react-portal-compat_v9.0.25",
7
42
  "version": "9.0.25",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 21:50:49 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.26)
8
+
9
+ Mon, 16 Jan 2023 08:35:42 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.25..@fluentui/react-portal-compat_v9.0.26)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+ - Bump @fluentui/react-components to v9.10.0 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
17
+
7
18
  ## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.25)
8
19
 
9
- Mon, 09 Jan 2023 21:50:49 GMT
20
+ Mon, 09 Jan 2023 21:51:24 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.24..@fluentui/react-portal-compat_v9.0.25)
11
22
 
12
23
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.25",
3
+ "version": "9.0.26",
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,17 +26,19 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
- "@fluentui/react-components": "^9.9.1",
30
- "@fluentui/react-shared-contexts": "^9.1.4",
31
- "@fluentui/scripts": "*"
29
+ "@fluentui/react-components": "^9.10.0",
30
+ "@fluentui/react-shared-contexts": "^9.1.5",
31
+ "@fluentui/scripts-api-extractor": "*",
32
+ "@fluentui/scripts-cypress": "*",
33
+ "@fluentui/scripts-tasks": "*"
32
34
  },
33
35
  "dependencies": {
34
36
  "@fluentui/react-portal-compat-context": "^9.0.4",
35
- "@fluentui/react-tabster": "^9.3.6",
37
+ "@fluentui/react-tabster": "^9.3.7",
36
38
  "tslib": "^2.1.0"
37
39
  },
38
40
  "peerDependencies": {
39
- "@fluentui/react-components": "^9.9.1",
41
+ "@fluentui/react-components": "^9.10.0",
40
42
  "@types/react": ">=16.8.0 <19.0.0",
41
43
  "react": ">=16.8.0 <19.0.0"
42
44
  },