@fluentui/react-popover 9.7.16 → 9.7.17

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,58 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 21 Aug 2023 11:36:42 GMT",
5
+ "date": "Wed, 23 Aug 2023 11:58:32 GMT",
6
+ "tag": "@fluentui/react-popover_v9.7.17",
7
+ "version": "9.7.17",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "Bump @fluentui/react-aria to v9.3.31",
14
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-popover",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.29",
20
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-popover",
25
+ "comment": "Bump @fluentui/react-portal to v9.3.8",
26
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-popover",
31
+ "comment": "Bump @fluentui/react-positioning to v9.9.6",
32
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-popover",
37
+ "comment": "Bump @fluentui/react-tabster to v9.12.3",
38
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-popover",
43
+ "comment": "Bump @fluentui/react-utilities to v9.11.2",
44
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-popover",
49
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
50
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Mon, 21 Aug 2023 11:38:03 GMT",
6
57
  "tag": "@fluentui/react-popover_v9.7.16",
7
58
  "version": "9.7.16",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Mon, 21 Aug 2023 11:36:42 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 23 Aug 2023 11:58:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.17)
8
+
9
+ Wed, 23 Aug 2023 11:58:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.7.16..@fluentui/react-popover_v9.7.17)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.3.31 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.29 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
16
+ - Bump @fluentui/react-portal to v9.3.8 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.9.6 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.12.3 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.11.2 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
20
+ - Bump @fluentui/react-jsx-runtime to v9.0.1 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
21
+
7
22
  ## [9.7.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.16)
8
23
 
9
- Mon, 21 Aug 2023 11:36:42 GMT
24
+ Mon, 21 Aug 2023 11:38:03 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.7.15..@fluentui/react-popover_v9.7.16)
11
26
 
12
27
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.7.16",
3
+ "version": "9.7.17",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.3",
40
- "@fluentui/react-aria": "^9.3.30",
41
- "@fluentui/react-context-selector": "^9.1.28",
42
- "@fluentui/react-portal": "^9.3.7",
43
- "@fluentui/react-positioning": "^9.9.5",
40
+ "@fluentui/react-aria": "^9.3.31",
41
+ "@fluentui/react-context-selector": "^9.1.29",
42
+ "@fluentui/react-portal": "^9.3.8",
43
+ "@fluentui/react-positioning": "^9.9.6",
44
44
  "@fluentui/react-shared-contexts": "^9.7.2",
45
- "@fluentui/react-tabster": "^9.12.2",
45
+ "@fluentui/react-tabster": "^9.12.3",
46
46
  "@fluentui/react-theme": "^9.1.11",
47
- "@fluentui/react-utilities": "^9.11.1",
48
- "@fluentui/react-jsx-runtime": "^9.0.0",
47
+ "@fluentui/react-utilities": "^9.11.2",
48
+ "@fluentui/react-jsx-runtime": "^9.0.1",
49
49
  "@griffel/react": "^1.5.14",
50
50
  "@swc/helpers": "^0.4.14"
51
51
  },