@fluentui/react-portal-compat 9.0.128 → 9.0.130

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,38 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Tue, 06 Feb 2024 17:52:10 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Feb 2024 02:28:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.130](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.130)
8
+
9
+ Wed, 28 Feb 2024 02:28:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.129..@fluentui/react-portal-compat_v9.0.130)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.19.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
15
+ - Bump @fluentui/react-components to v9.46.6 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
16
+
17
+ ## [9.0.129](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.129)
18
+
19
+ Tue, 20 Feb 2024 14:22:30 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.128..@fluentui/react-portal-compat_v9.0.129)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-tabster to v9.19.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
25
+ - Bump @fluentui/react-components to v9.46.5 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
26
+
7
27
  ## [9.0.128](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.128)
8
28
 
9
- Tue, 06 Feb 2024 17:52:10 GMT
29
+ Tue, 06 Feb 2024 17:55:21 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.127..@fluentui/react-portal-compat_v9.0.128)
11
31
 
12
32
  ### Patches
13
33
 
14
- - Bump @fluentui/react-tabster to v9.19.0 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
15
- - Bump @fluentui/react-components to v9.46.4 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
35
+ - Bump @fluentui/react-components to v9.46.4 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
16
36
 
17
37
  ## [9.0.127](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.127)
18
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.128",
3
+ "version": "9.0.130",
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",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@fluentui/react-portal-compat-context": "^9.0.11",
38
- "@fluentui/react-tabster": "^9.19.0",
38
+ "@fluentui/react-tabster": "^9.19.2",
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@fluentui/react-components": "^9.46.4",
42
+ "@fluentui/react-components": "^9.46.6",
43
43
  "@types/react": ">=16.14.0 <19.0.0",
44
44
  "react": ">=16.14.0 <19.0.0"
45
45
  },