@fluentui/react-positioning 9.0.0-alpha.56 → 9.0.0-alpha.57

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-positioning",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 20 Sep 2021 07:35:22 GMT",
5
+ "date": "Tue, 21 Sep 2021 07:40:35 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.57",
7
+ "version": "9.0.0-alpha.57",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-positioning",
13
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
14
+ "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
6
21
  "tag": "@fluentui/react-positioning_v9.0.0-alpha.56",
7
22
  "version": "9.0.0-alpha.56",
8
23
  "comments": {
@@ -11,14 +26,14 @@
11
26
  "author": "lingfangao@hotmail.com",
12
27
  "package": "@fluentui/react-positioning",
13
28
  "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
14
- "commit": "4560b1fa7c9187216ce734c1f4435c1535fc4884"
29
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
15
30
  }
16
31
  ],
17
32
  "prerelease": [
18
33
  {
19
34
  "author": "lingfangao@hotmail.com",
20
35
  "package": "@fluentui/react-positioning",
21
- "commit": "4560b1fa7c9187216ce734c1f4435c1535fc4884",
36
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
22
37
  "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.56"
23
38
  }
24
39
  ]
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Mon, 20 Sep 2021 07:35:22 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Sep 2021 07:40:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.57)
8
+
9
+ Tue, 21 Sep 2021 07:40:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.56..@fluentui/react-positioning_v9.0.0-alpha.57)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25 ([PR #19880](https://github.com/microsoft/fluentui/pull/19880) by beachball)
15
+
7
16
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
8
17
 
9
- Mon, 20 Sep 2021 07:35:22 GMT
18
+ Mon, 20 Sep 2021 07:36:26 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.55..@fluentui/react-positioning_v9.0.0-alpha.56)
11
20
 
12
21
  ### Changes
13
22
 
14
- - Bump @fluentui/react-positioning to v9.0.0-alpha.56 ([PR #18290](https://github.com/microsoft/fluentui/pull/18290) by lingfangao@hotmail.com)
23
+ - Bump @fluentui/react-positioning to v9.0.0-alpha.56 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
15
24
 
16
25
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-positioning",
3
- "version": "9.0.0-alpha.56",
3
+ "version": "9.0.0-alpha.57",
4
4
  "description": "A react wrapper around Popper.js for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,7 +33,7 @@
33
33
  "react-dom": "16.8.6"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-shared-contexts": "9.0.0-alpha.24",
36
+ "@fluentui/react-shared-contexts": "9.0.0-alpha.25",
37
37
  "@fluentui/react-utilities": "9.0.0-alpha.49",
38
38
  "@popperjs/core": "~2.4.3",
39
39
  "tslib": "^2.1.0"