@fluentui/react-popover 9.0.0-alpha.51 → 9.0.0-alpha.52

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-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 29 Sep 2021 08:05:12 GMT",
5
+ "date": "Fri, 01 Oct 2021 09:44:19 GMT",
6
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.52",
7
+ "version": "9.0.0-alpha.52",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "fix(Popover): documentation typos",
14
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-popover",
21
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.57",
22
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-popover",
27
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
28
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
6
35
  "tag": "@fluentui/react-popover_v9.0.0-alpha.51",
7
36
  "version": "9.0.0-alpha.51",
8
37
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Wed, 29 Sep 2021 08:05:12 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Oct 2021 09:44:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
8
+
9
+ Fri, 01 Oct 2021 09:44:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.51..@fluentui/react-popover_v9.0.0-alpha.52)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-portal to v9.0.0-alpha.57 ([PR #19990](https://github.com/microsoft/fluentui/pull/19990) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.69 ([PR #19990](https://github.com/microsoft/fluentui/pull/19990) by beachball)
16
+
7
17
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
8
18
 
9
- Wed, 29 Sep 2021 08:05:12 GMT
19
+ Wed, 29 Sep 2021 08:06:11 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.50..@fluentui/react-popover_v9.0.0-alpha.51)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.0.0-alpha.51",
3
+ "version": "9.0.0-alpha.52",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -46,10 +46,10 @@
46
46
  "dependencies": {
47
47
  "@fluentui/react-context-selector": "9.0.0-alpha.36",
48
48
  "@fluentui/react-make-styles": "9.0.0-alpha.74",
49
- "@fluentui/react-portal": "9.0.0-alpha.56",
49
+ "@fluentui/react-portal": "9.0.0-alpha.57",
50
50
  "@fluentui/react-positioning": "9.0.0-alpha.62",
51
51
  "@fluentui/react-shared-contexts": "9.0.0-alpha.26",
52
- "@fluentui/react-tabster": "9.0.0-alpha.68",
52
+ "@fluentui/react-tabster": "9.0.0-alpha.69",
53
53
  "@fluentui/react-utilities": "9.0.0-alpha.53",
54
54
  "tslib": "^2.1.0"
55
55
  },