@fluentui/react-portal 9.3.6 → 9.3.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,28 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 09 Aug 2023 13:11:42 GMT",
5
+ "date": "Fri, 11 Aug 2023 12:10:20 GMT",
6
+ "tag": "@fluentui/react-portal_v9.3.7",
7
+ "version": "9.3.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal",
13
+ "comment": "Bump @fluentui/react-tabster to v9.12.2",
14
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
20
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 09 Aug 2023 13:17:01 GMT",
6
27
  "tag": "@fluentui/react-portal_v9.3.6",
7
28
  "version": "9.3.6",
8
29
  "comments": {
@@ -17,13 +38,13 @@
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-portal",
19
40
  "comment": "Bump @fluentui/react-shared-contexts to v9.7.2",
20
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
41
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
21
42
  },
22
43
  {
23
44
  "author": "beachball",
24
45
  "package": "@fluentui/react-portal",
25
46
  "comment": "Bump @fluentui/react-tabster to v9.12.1",
26
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
47
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
27
48
  }
28
49
  ]
29
50
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,29 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Wed, 09 Aug 2023 13:11:42 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.3.7)
8
+
9
+ Fri, 11 Aug 2023 12:10:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.3.6..@fluentui/react-portal_v9.3.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.12.2 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
16
+
7
17
  ## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.3.6)
8
18
 
9
- Wed, 09 Aug 2023 13:11:42 GMT
19
+ Wed, 09 Aug 2023 13:17:01 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.3.5..@fluentui/react-portal_v9.3.6)
11
21
 
12
22
  ### Patches
13
23
 
14
24
  - chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
15
- - Bump @fluentui/react-shared-contexts to v9.7.2 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
16
- - Bump @fluentui/react-tabster to v9.12.1 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
25
+ - Bump @fluentui/react-shared-contexts to v9.7.2 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
26
+ - Bump @fluentui/react-tabster to v9.12.1 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
17
27
 
18
28
  ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.3.5)
19
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.3.6",
3
+ "version": "9.3.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",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-shared-contexts": "^9.7.2",
36
- "@fluentui/react-tabster": "^9.12.1",
37
- "@fluentui/react-utilities": "^9.11.0",
36
+ "@fluentui/react-tabster": "^9.12.2",
37
+ "@fluentui/react-utilities": "^9.11.1",
38
38
  "@griffel/react": "^1.5.14",
39
39
  "@swc/helpers": "^0.4.14",
40
40
  "use-disposable": "^1.0.1"