@fluentui/react-portal 9.0.5 → 9.0.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,57 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Sep 2022 09:44:36 GMT",
5
+ "date": "Thu, 13 Oct 2022 10:59:33 GMT",
6
+ "tag": "@fluentui/react-portal_v9.0.7",
7
+ "version": "9.0.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-portal",
13
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Bump @fluentui/react-tabster to v9.1.3",
20
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-portal",
25
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
26
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
27
+ }
28
+ ],
29
+ "none": [
30
+ {
31
+ "author": "mgodbolt@microsoft.com",
32
+ "package": "@fluentui/react-portal",
33
+ "commit": "90e00c3534b8f263446f995ac040de135032797f",
34
+ "comment": "chore: Update docs and prep for addition to react-components package"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Mon, 03 Oct 2022 22:24:42 GMT",
41
+ "tag": "@fluentui/react-portal_v9.0.6",
42
+ "version": "9.0.6",
43
+ "comments": {
44
+ "patch": [
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-portal",
48
+ "comment": "Bump @fluentui/react-tabster to v9.1.2",
49
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Thu, 15 Sep 2022 09:49:15 GMT",
6
56
  "tag": "@fluentui/react-portal_v9.0.5",
7
57
  "version": "9.0.5",
8
58
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Thu, 15 Sep 2022 09:44:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 10:59:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.7)
8
+
9
+ Thu, 13 Oct 2022 10:59:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.6..@fluentui/react-portal_v9.0.7)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-tabster to v9.1.3 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.1.1 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
17
+
18
+ ## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.6)
19
+
20
+ Mon, 03 Oct 2022 22:24:42 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.5..@fluentui/react-portal_v9.0.6)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-tabster to v9.1.2 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
26
+
7
27
  ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.5)
8
28
 
9
- Thu, 15 Sep 2022 09:44:36 GMT
29
+ Thu, 15 Sep 2022 09:49:15 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.4..@fluentui/react-portal_v9.0.5)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.0.5",
3
+ "version": "9.0.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,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@fluentui/react-shared-contexts": "^9.0.1",
35
- "@fluentui/react-tabster": "^9.1.1",
36
- "@fluentui/react-utilities": "^9.1.0",
37
- "@griffel/react": "^1.3.0",
35
+ "@fluentui/react-tabster": "^9.1.3",
36
+ "@fluentui/react-utilities": "^9.1.1",
37
+ "@griffel/react": "^1.4.0",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {