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

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "@fluentui/react-positioning",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 17 Sep 2021 07:32:57 GMT",
5
+ "date": "Mon, 20 Sep 2021 07:35:22 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.56",
7
+ "version": "9.0.0-alpha.56",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-positioning",
13
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
14
+ "commit": "4560b1fa7c9187216ce734c1f4435c1535fc4884"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "lingfangao@hotmail.com",
20
+ "package": "@fluentui/react-positioning",
21
+ "commit": "4560b1fa7c9187216ce734c1f4435c1535fc4884",
22
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.56"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
6
29
  "tag": "@fluentui/react-positioning_v9.0.0-alpha.55",
7
30
  "version": "9.0.0-alpha.55",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Fri, 17 Sep 2021 07:32:57 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Sep 2021 07:35:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
8
+
9
+ Mon, 20 Sep 2021 07:35:22 GMT
10
+ [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
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-positioning to v9.0.0-alpha.56 ([PR #18290](https://github.com/microsoft/fluentui/pull/18290) by lingfangao@hotmail.com)
15
+
7
16
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
8
17
 
9
- Fri, 17 Sep 2021 07:32:57 GMT
18
+ Fri, 17 Sep 2021 07:35:26 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.54..@fluentui/react-positioning_v9.0.0-alpha.55)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-positioning",
3
- "version": "9.0.0-alpha.55",
3
+ "version": "9.0.0-alpha.56",
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",
@@ -25,7 +25,7 @@
25
25
  "start": "yarn storybook"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluentui/eslint-plugin": "^1.4.1",
28
+ "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/scripts": "^1.0.0",
30
30
  "@types/react": "16.9.42",
31
31
  "@types/react-dom": "16.9.10",