@fluentui/react-portal 9.0.0-rc.6 → 9.0.0-rc.7

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",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 19:13:58 GMT",
5
+ "date": "Mon, 25 Apr 2022 09:31:20 GMT",
6
+ "tag": "@fluentui/react-portal_v9.0.0-rc.7",
7
+ "version": "9.0.0-rc.7",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal",
13
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
14
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 19 Apr 2022 19:16:48 GMT",
6
21
  "tag": "@fluentui/react-portal_v9.0.0-rc.6",
7
22
  "version": "9.0.0-rc.6",
8
23
  "comments": {
@@ -17,19 +32,19 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui/react-portal",
19
34
  "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
20
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
35
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
21
36
  },
22
37
  {
23
38
  "author": "beachball",
24
39
  "package": "@fluentui/react-portal",
25
40
  "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
26
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
41
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
27
42
  },
28
43
  {
29
44
  "author": "beachball",
30
45
  "package": "@fluentui/react-portal",
31
46
  "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
32
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
47
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
33
48
  }
34
49
  ],
35
50
  "none": [
package/CHANGELOG.md CHANGED
@@ -1,20 +1,29 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:13:58 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
8
+
9
+ Mon, 25 Apr 2022 09:31:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.6..@fluentui/react-portal_v9.0.0-rc.7)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
15
+
7
16
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
8
17
 
9
- Tue, 19 Apr 2022 19:13:58 GMT
18
+ Tue, 19 Apr 2022 19:16:48 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.5..@fluentui/react-portal_v9.0.0-rc.6)
11
20
 
12
21
  ### Changes
13
22
 
14
23
  - update `mountNode` types to accept HTMLElement ([PR #22153](https://github.com/microsoft/fluentui/pull/22153) by olfedias@microsoft.com)
15
- - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
16
- - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
24
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
18
27
 
19
28
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
20
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.0.0-rc.6",
3
+ "version": "9.0.0-rc.7",
4
4
  "description": "A utility component that creates portals compatible with Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@fluentui/react-shared-contexts": "9.0.0-rc.5",
35
- "@fluentui/react-tabster": "9.0.0-rc.6",
35
+ "@fluentui/react-tabster": "9.0.0-rc.7",
36
36
  "@fluentui/react-utilities": "9.0.0-rc.6",
37
37
  "tslib": "^2.1.0"
38
38
  },