@fluentui/react-portal 9.0.6 → 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,42 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 03 Oct 2022 22:22:53 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",
6
41
  "tag": "@fluentui/react-portal_v9.0.6",
7
42
  "version": "9.0.6",
8
43
  "comments": {
@@ -11,7 +46,7 @@
11
46
  "author": "beachball",
12
47
  "package": "@fluentui/react-portal",
13
48
  "comment": "Bump @fluentui/react-tabster to v9.1.2",
14
- "commit": "b0b7f99bbbb05b0bd136432983a74fea252c7163"
49
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
15
50
  }
16
51
  ]
17
52
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Mon, 03 Oct 2022 22:22:53 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
+
7
18
  ## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.6)
8
19
 
9
- Mon, 03 Oct 2022 22:22:53 GMT
20
+ Mon, 03 Oct 2022 22:24:42 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.5..@fluentui/react-portal_v9.0.6)
11
22
 
12
23
  ### Patches
13
24
 
14
- - Bump @fluentui/react-tabster to v9.1.2 ([PR #25016](https://github.com/microsoft/fluentui/pull/25016) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.1.2 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
15
26
 
16
27
  ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.5)
17
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.0.6",
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.2",
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": {