@fluentui/react-popover 9.5.0 → 9.5.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,52 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 08 Mar 2023 17:39:04 GMT",
5
+ "date": "Fri, 10 Mar 2023 07:11:11 GMT",
6
+ "tag": "@fluentui/react-popover_v9.5.1",
7
+ "version": "9.5.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "Bump @fluentui/react-aria to v9.3.12",
14
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-popover",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.12",
20
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-popover",
25
+ "comment": "Bump @fluentui/react-portal to v9.1.11",
26
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-popover",
31
+ "comment": "Bump @fluentui/react-positioning to v9.5.2",
32
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-popover",
37
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
38
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-popover",
43
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
44
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 08 Mar 2023 17:42:36 GMT",
6
51
  "tag": "@fluentui/react-popover_v9.5.0",
7
52
  "version": "9.5.0",
8
53
  "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 Wed, 08 Mar 2023 17:39:04 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 10 Mar 2023 07:11:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.5.1)
8
+
9
+ Fri, 10 Mar 2023 07:11:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.5.0..@fluentui/react-popover_v9.5.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.3.12 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.12 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
16
+ - Bump @fluentui/react-portal to v9.1.11 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.5.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.5.5 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.6.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
20
+
7
21
  ## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.5.0)
8
22
 
9
- Wed, 08 Mar 2023 17:39:04 GMT
23
+ Wed, 08 Mar 2023 17:42:36 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.4.11..@fluentui/react-popover_v9.5.0)
11
25
 
12
26
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.5.0",
3
+ "version": "9.5.1",
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.11",
40
- "@fluentui/react-context-selector": "^9.1.11",
41
- "@fluentui/react-portal": "^9.1.10",
42
- "@fluentui/react-positioning": "^9.5.1",
39
+ "@fluentui/react-aria": "^9.3.12",
40
+ "@fluentui/react-context-selector": "^9.1.12",
41
+ "@fluentui/react-portal": "^9.1.11",
42
+ "@fluentui/react-positioning": "^9.5.2",
43
43
  "@fluentui/react-shared-contexts": "^9.3.0",
44
- "@fluentui/react-tabster": "^9.5.4",
44
+ "@fluentui/react-tabster": "^9.5.5",
45
45
  "@fluentui/react-theme": "^9.1.5",
46
- "@fluentui/react-utilities": "^9.6.1",
46
+ "@fluentui/react-utilities": "^9.6.2",
47
47
  "@griffel/react": "^1.5.2",
48
48
  "tslib": "^2.1.0"
49
49
  },