@fluentui/react-portal-compat 9.0.77 → 9.0.79

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,43 @@
2
2
  "name": "@fluentui/react-portal-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 11 Aug 2023 12:10:20 GMT",
5
+ "date": "Wed, 16 Aug 2023 11:35:24 GMT",
6
+ "tag": "@fluentui/react-portal-compat_v9.0.79",
7
+ "version": "9.0.79",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-portal-compat",
13
+ "commit": "d4bde491437d4574dce6210c6e24a10dcbd0b229",
14
+ "comment": "chore: changes tsconfig target to ES2019"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal-compat",
19
+ "comment": "Bump @fluentui/react-components to v9.29.1",
20
+ "commit": "f14628ac44d2cea2301452829d9775e49f70b824"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 14 Aug 2023 21:22:22 GMT",
27
+ "tag": "@fluentui/react-portal-compat_v9.0.78",
28
+ "version": "9.0.78",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-portal-compat",
34
+ "comment": "Bump @fluentui/react-components to v9.29.0",
35
+ "commit": "80a90fb61ed1e1a08cf6e897503a198dda97ed6c"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
6
42
  "tag": "@fluentui/react-portal-compat_v9.0.77",
7
43
  "version": "9.0.77",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Aug 2023 11:35:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.79)
8
+
9
+ Wed, 16 Aug 2023 11:35:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.78..@fluentui/react-portal-compat_v9.0.79)
11
+
12
+ ### Patches
13
+
14
+ - chore: changes tsconfig target to ES2019 ([PR #28848](https://github.com/microsoft/fluentui/pull/28848) by bernardo.sunderhus@gmail.com)
15
+ - Bump @fluentui/react-components to v9.29.1 ([commit](https://github.com/microsoft/fluentui/commit/f14628ac44d2cea2301452829d9775e49f70b824) by beachball)
16
+
17
+ ## [9.0.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.78)
18
+
19
+ Mon, 14 Aug 2023 21:22:22 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.77..@fluentui/react-portal-compat_v9.0.78)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-components to v9.29.0 ([PR #28822](https://github.com/microsoft/fluentui/pull/28822) by beachball)
25
+
7
26
  ## [9.0.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.77)
8
27
 
9
- Fri, 11 Aug 2023 12:10:20 GMT
28
+ Fri, 11 Aug 2023 12:14:26 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.76..@fluentui/react-portal-compat_v9.0.77)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.77",
3
+ "version": "9.0.79",
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",
@@ -39,7 +39,7 @@
39
39
  "@swc/helpers": "^0.4.14"
40
40
  },
41
41
  "peerDependencies": {
42
- "@fluentui/react-components": "^9.28.1",
42
+ "@fluentui/react-components": "^9.29.1",
43
43
  "@types/react": ">=16.8.0 <19.0.0",
44
44
  "react": ">=16.8.0 <19.0.0"
45
45
  },