@fluentui/react-portal 9.2.9 → 9.2.11

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, 18 May 2023 13:08:33 GMT",
5
+ "date": "Thu, 25 May 2023 09:57:45 GMT",
6
+ "tag": "@fluentui/react-portal_v9.2.11",
7
+ "version": "9.2.11",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal",
13
+ "comment": "Bump @fluentui/react-tabster to v9.7.4",
14
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Bump @fluentui/react-utilities to v9.9.1",
20
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 24 May 2023 20:45:30 GMT",
27
+ "tag": "@fluentui/react-portal_v9.2.10",
28
+ "version": "9.2.10",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "olfedias@microsoft.com",
33
+ "package": "@fluentui/react-portal",
34
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
35
+ "comment": "chore: update test-ssr script"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-portal",
42
+ "comment": "Bump @fluentui/react-shared-contexts to v9.5.0",
43
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-portal",
48
+ "comment": "Bump @fluentui/react-tabster to v9.7.3",
49
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Thu, 18 May 2023 13:11:08 GMT",
6
56
  "tag": "@fluentui/react-portal_v9.2.9",
7
57
  "version": "9.2.9",
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, 18 May 2023 13:08:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 25 May 2023 09:57:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.2.11)
8
+
9
+ Thu, 25 May 2023 09:57:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.2.10..@fluentui/react-portal_v9.2.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.7.4 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.9.1 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
16
+
17
+ ## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.2.10)
18
+
19
+ Wed, 24 May 2023 20:45:30 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.2.9..@fluentui/react-portal_v9.2.10)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-shared-contexts to v9.5.0 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.7.3 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball)
26
+
7
27
  ## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.2.9)
8
28
 
9
- Thu, 18 May 2023 13:08:33 GMT
29
+ Thu, 18 May 2023 13:11:08 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.2.8..@fluentui/react-portal_v9.2.9)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.2.9",
3
+ "version": "9.2.11",
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",
@@ -23,7 +23,7 @@
23
23
  "storybook": "start-storybook",
24
24
  "type-check": "tsc -b tsconfig.json",
25
25
  "generate-api": "just-scripts generate-api",
26
- "test-ssr": "test-ssr ./stories/**/*.stories.tsx"
26
+ "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
@@ -32,9 +32,9 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-shared-contexts": "^9.4.0",
36
- "@fluentui/react-tabster": "^9.7.2",
37
- "@fluentui/react-utilities": "^9.9.0",
35
+ "@fluentui/react-shared-contexts": "^9.5.0",
36
+ "@fluentui/react-tabster": "^9.7.4",
37
+ "@fluentui/react-utilities": "^9.9.1",
38
38
  "@griffel/react": "^1.5.2",
39
39
  "@swc/helpers": "^0.4.14",
40
40
  "use-disposable": "^1.0.1"