@fluentui/react-portal 9.1.0 → 9.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,36 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 14:31:46 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:43 GMT",
6
+ "tag": "@fluentui/react-portal_v9.1.1",
7
+ "version": "9.1.1",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-portal",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-portal",
21
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.5",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-portal",
27
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
28
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Mon, 09 Jan 2023 14:34:59 GMT",
6
35
  "tag": "@fluentui/react-portal_v9.1.0",
7
36
  "version": "9.1.0",
8
37
  "comments": {
@@ -17,13 +46,13 @@
17
46
  "author": "beachball",
18
47
  "package": "@fluentui/react-portal",
19
48
  "comment": "Bump @fluentui/react-tabster to v9.3.6",
20
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
49
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
21
50
  },
22
51
  {
23
52
  "author": "beachball",
24
53
  "package": "@fluentui/react-portal",
25
54
  "comment": "Bump @fluentui/react-utilities to v9.4.0",
26
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
55
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
27
56
  }
28
57
  ]
29
58
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,29 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 14:31:46 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.1.1)
8
+
9
+ Mon, 16 Jan 2023 08:35:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.1.0..@fluentui/react-portal_v9.1.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
16
+
7
17
  ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.1.0)
8
18
 
9
- Mon, 09 Jan 2023 14:31:46 GMT
19
+ Mon, 09 Jan 2023 14:34:59 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.15..@fluentui/react-portal_v9.1.0)
11
21
 
12
22
  ### Minor changes
13
23
 
14
24
  - feat: elementContains supports Node types ([PR #26158](https://github.com/microsoft/fluentui/pull/26158) by email not defined)
15
- - Bump @fluentui/react-tabster to v9.3.6 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
16
- - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
17
27
 
18
28
  ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.15)
19
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
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",
@@ -27,11 +27,12 @@
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
- "@fluentui/scripts": "*"
30
+ "@fluentui/scripts-api-extractor": "*",
31
+ "@fluentui/scripts-tasks": "*"
31
32
  },
32
33
  "dependencies": {
33
- "@fluentui/react-shared-contexts": "^9.1.4",
34
- "@fluentui/react-tabster": "^9.3.6",
34
+ "@fluentui/react-shared-contexts": "^9.1.5",
35
+ "@fluentui/react-tabster": "^9.3.7",
35
36
  "@fluentui/react-utilities": "^9.4.0",
36
37
  "@griffel/react": "^1.5.2",
37
38
  "tslib": "^2.1.0",