@fluentui/react-popover 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,52 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Oct 2021 09:26:55 GMT",
5
+ "date": "Tue, 05 Oct 2021 12:47:00 GMT",
6
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.56",
7
+ "version": "9.0.0-alpha.56",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
14
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-popover",
19
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.61",
20
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-popover",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
26
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-popover",
31
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
32
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-popover",
37
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
38
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-popover",
43
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
44
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
6
51
  "tag": "@fluentui/react-popover_v9.0.0-alpha.55",
7
52
  "version": "9.0.0-alpha.55",
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 Tue, 05 Oct 2021 09:26:55 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Oct 2021 12:47:00 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-popover_v9.0.0-alpha.56)
8
+
9
+ Tue, 05 Oct 2021 12:47:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.55..@fluentui/react-popover_v9.0.0-alpha.56)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
15
+ - Bump @fluentui/react-portal to v9.0.0-alpha.61 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.73 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
17
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.60 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
18
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
19
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
20
+
7
21
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
8
22
 
9
- Tue, 05 Oct 2021 09:26:55 GMT
23
+ Tue, 05 Oct 2021 09:28:07 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.54..@fluentui/react-popover_v9.0.0-alpha.55)
11
25
 
12
26
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.0.0-alpha.55",
3
+ "version": "9.0.0-alpha.56",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,11 +26,11 @@
26
26
  "build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-popover/src && yarn docs"
27
27
  },
28
28
  "devDependencies": {
29
- "@fluentui/babel-make-styles": "9.0.0-alpha.59",
29
+ "@fluentui/babel-make-styles": "9.0.0-alpha.60",
30
30
  "@fluentui/eslint-plugin": "*",
31
- "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.52",
31
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.53",
32
32
  "@fluentui/react-conformance": "*",
33
- "@fluentui/react-conformance-make-styles": "9.0.0-alpha.21",
33
+ "@fluentui/react-conformance-make-styles": "9.0.0-alpha.22",
34
34
  "@fluentui/scripts": "^1.0.0",
35
35
  "@types/enzyme": "3.10.3",
36
36
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@fluentui/react-context-selector": "9.0.0-alpha.39",
48
- "@fluentui/react-make-styles": "9.0.0-alpha.77",
49
- "@fluentui/react-portal": "9.0.0-alpha.60",
48
+ "@fluentui/react-make-styles": "9.0.0-alpha.78",
49
+ "@fluentui/react-portal": "9.0.0-alpha.61",
50
50
  "@fluentui/react-positioning": "9.0.0-alpha.65",
51
51
  "@fluentui/react-shared-contexts": "9.0.0-alpha.28",
52
- "@fluentui/react-tabster": "9.0.0-alpha.72",
52
+ "@fluentui/react-tabster": "9.0.0-alpha.73",
53
53
  "@fluentui/react-utilities": "9.0.0-alpha.56",
54
54
  "tslib": "^2.1.0"
55
55
  },