@fluentui/react-portal-compat 9.0.99 → 9.0.101

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": "Wed, 11 Oct 2023 13:50:07 GMT",
5
+ "date": "Wed, 18 Oct 2023 17:47:37 GMT",
6
+ "tag": "@fluentui/react-portal-compat_v9.0.101",
7
+ "version": "9.0.101",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal-compat",
13
+ "comment": "Bump @fluentui/react-tabster to v9.14.0",
14
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal-compat",
19
+ "comment": "Bump @fluentui/react-components to v9.35.1",
20
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
27
+ "tag": "@fluentui/react-portal-compat_v9.0.100",
28
+ "version": "9.0.100",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-portal-compat",
34
+ "comment": "Bump @fluentui/react-components to v9.35.0",
35
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 11 Oct 2023 13:54:26 GMT",
6
42
  "tag": "@fluentui/react-portal-compat_v9.0.99",
7
43
  "version": "9.0.99",
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 Wed, 11 Oct 2023 13:50:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.101)
8
+
9
+ Wed, 18 Oct 2023 17:47:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.100..@fluentui/react-portal-compat_v9.0.101)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.14.0 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
15
+ - Bump @fluentui/react-components to v9.35.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
16
+
17
+ ## [9.0.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.100)
18
+
19
+ Thu, 12 Oct 2023 14:55:44 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.99..@fluentui/react-portal-compat_v9.0.100)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-components to v9.35.0 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
25
+
7
26
  ## [9.0.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.99)
8
27
 
9
- Wed, 11 Oct 2023 13:50:07 GMT
28
+ Wed, 11 Oct 2023 13:54:26 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.98..@fluentui/react-portal-compat_v9.0.99)
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.99",
3
+ "version": "9.0.101",
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.9",
38
- "@fluentui/react-tabster": "^9.13.6",
38
+ "@fluentui/react-tabster": "^9.14.0",
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@fluentui/react-components": "^9.34.3",
42
+ "@fluentui/react-components": "^9.35.1",
43
43
  "@types/react": ">=16.14.0 <19.0.0",
44
44
  "react": ">=16.14.0 <19.0.0"
45
45
  },