@fluentui/react-portal 9.3.2 → 9.3.3

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": "Thu, 20 Jul 2023 18:24:23 GMT",
5
+ "date": "Tue, 25 Jul 2023 13:26:26 GMT",
6
+ "tag": "@fluentui/react-portal_v9.3.3",
7
+ "version": "9.3.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal",
13
+ "comment": "Bump @fluentui/react-tabster to v9.11.0",
14
+ "commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 20 Jul 2023 18:27:31 GMT",
6
21
  "tag": "@fluentui/react-portal_v9.3.2",
7
22
  "version": "9.3.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Mon, 03 Jul 2023 13:34:28 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Jul 2023 13:26:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.3.3)
8
+
9
+ Tue, 25 Jul 2023 13:26:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.3.2..@fluentui/react-portal_v9.3.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.11.0 ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by beachball)
15
+
7
16
  ## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.3.1)
8
17
 
9
18
  Mon, 03 Jul 2023 13:34:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.3.2",
3
+ "version": "9.3.3",
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,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-shared-contexts": "^9.6.0",
36
- "@fluentui/react-tabster": "^9.10.0",
36
+ "@fluentui/react-tabster": "^9.11.0",
37
37
  "@fluentui/react-utilities": "^9.10.1",
38
38
  "@griffel/react": "^1.5.7",
39
39
  "@swc/helpers": "^0.4.14",