@fluentui/react-portal-compat-context 9.0.7 → 9.0.8

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": "Tue, 05 Sep 2023 13:23:04 GMT",
5
+ "date": "Tue, 26 Sep 2023 15:14:57 GMT",
6
+ "tag": "@fluentui/react-portal-compat-context_v9.0.8",
7
+ "version": "9.0.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-portal-compat-context",
13
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
14
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 05 Sep 2023 13:28:59 GMT",
6
21
  "tag": "@fluentui/react-portal-compat-context_v9.0.7",
7
22
  "version": "9.0.7",
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 Tue, 05 Sep 2023 13:23:04 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 26 Sep 2023 15:14:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.8)
8
+
9
+ Tue, 26 Sep 2023 15:14:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.7..@fluentui/react-portal-compat-context_v9.0.8)
11
+
12
+ ### Patches
13
+
14
+ - fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
15
+
7
16
  ## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.7)
8
17
 
9
- Tue, 05 Sep 2023 13:23:04 GMT
18
+ Tue, 05 Sep 2023 13:28:59 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.6..@fluentui/react-portal-compat-context_v9.0.7)
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.7",
3
+ "version": "9.0.8",
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",