@fluentui/react-popover 9.4.9 → 9.4.10

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,60 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Feb 2023 23:40:50 GMT",
5
+ "date": "Wed, 15 Feb 2023 11:41:23 GMT",
6
+ "tag": "@fluentui/react-popover_v9.4.10",
7
+ "version": "9.4.10",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-popover",
13
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2",
14
+ "comment": "chore: Adds tests for iframe focus"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-popover",
21
+ "comment": "Bump @fluentui/react-aria to v9.3.10",
22
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-popover",
27
+ "comment": "Bump @fluentui/react-context-selector to v9.1.10",
28
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-popover",
33
+ "comment": "Bump @fluentui/react-portal to v9.1.9",
34
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-popover",
39
+ "comment": "Bump @fluentui/react-positioning to v9.4.3",
40
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-popover",
45
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
46
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
47
+ },
48
+ {
49
+ "author": "beachball",
50
+ "package": "@fluentui/react-popover",
51
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
52
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
6
59
  "tag": "@fluentui/react-popover_v9.4.9",
7
60
  "version": "9.4.9",
8
61
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Mon, 13 Feb 2023 23:40:50 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Feb 2023 11:41:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.4.10)
8
+
9
+ Wed, 15 Feb 2023 11:41:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.4.9..@fluentui/react-popover_v9.4.10)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.3.10 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.10 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
16
+ - Bump @fluentui/react-portal to v9.1.9 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.4.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.5.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.6.0 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
20
+
7
21
  ## [9.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.4.9)
8
22
 
9
- Mon, 13 Feb 2023 23:40:50 GMT
23
+ Mon, 13 Feb 2023 23:43:14 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.4.8..@fluentui/react-popover_v9.4.9)
11
25
 
12
26
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.4.9",
3
+ "version": "9.4.10",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.1",
39
- "@fluentui/react-aria": "^9.3.9",
40
- "@fluentui/react-context-selector": "^9.1.9",
41
- "@fluentui/react-portal": "^9.1.8",
42
- "@fluentui/react-positioning": "^9.4.2",
39
+ "@fluentui/react-aria": "^9.3.10",
40
+ "@fluentui/react-context-selector": "^9.1.10",
41
+ "@fluentui/react-portal": "^9.1.9",
42
+ "@fluentui/react-positioning": "^9.4.3",
43
43
  "@fluentui/react-shared-contexts": "^9.2.0",
44
- "@fluentui/react-tabster": "^9.5.2",
44
+ "@fluentui/react-tabster": "^9.5.3",
45
45
  "@fluentui/react-theme": "^9.1.5",
46
- "@fluentui/react-utilities": "^9.5.3",
46
+ "@fluentui/react-utilities": "^9.6.0",
47
47
  "@griffel/react": "^1.5.2",
48
48
  "tslib": "^2.1.0"
49
49
  },