@fluentui/react-portal-compat 9.0.145 → 9.0.147

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 +23 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Thu, 16 May 2024 09:21:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 May 2024 07:58:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.147](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.147)
8
+
9
+ Thu, 23 May 2024 07:58:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.146..@fluentui/react-portal-compat_v9.0.147)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/10e6758b203de79c53ce31ba264e137f83f50ff4) by beachball)
15
+ - Bump @fluentui/react-components to v9.53.0 ([commit](https://github.com/microsoft/fluentui/commit/10e6758b203de79c53ce31ba264e137f83f50ff4) by beachball)
16
+
17
+ ## [9.0.146](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.146)
18
+
19
+ Mon, 20 May 2024 12:45:09 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.145..@fluentui/react-portal-compat_v9.0.146)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-tabster to v9.21.3 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
25
+ - Bump @fluentui/react-components to v9.52.0 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
26
+
7
27
  ## [9.0.145](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.145)
8
28
 
9
- Thu, 16 May 2024 09:21:27 GMT
29
+ Thu, 16 May 2024 09:25:20 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.144..@fluentui/react-portal-compat_v9.0.145)
11
31
 
12
32
  ### Patches
13
33
 
14
- - Bump @fluentui/react-components to v9.51.1 ([commit](https://github.com/microsoft/fluentui/commit/3ae9ed772fbcedeff1a76e154f6eb7d515785698) by beachball)
34
+ - Bump @fluentui/react-components to v9.51.1 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball)
15
35
 
16
36
  ## [9.0.144](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.144)
17
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.145",
3
+ "version": "9.0.147",
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.21.2",
38
+ "@fluentui/react-tabster": "^9.21.4",
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@fluentui/react-components": "^9.51.1",
42
+ "@fluentui/react-components": "^9.53.0",
43
43
  "@types/react": ">=16.14.0 <19.0.0",
44
44
  "react": ">=16.14.0 <19.0.0"
45
45
  },