@fluentui/react-portal 9.0.0-alpha.60 → 9.0.0-alpha.61

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@fluentui/react-portal",
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-portal_v9.0.0-alpha.61",
7
+ "version": "9.0.0-alpha.61",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal",
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-portal",
19
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
20
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-portal",
25
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
26
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
6
33
  "tag": "@fluentui/react-portal_v9.0.0-alpha.60",
7
34
  "version": "9.0.0-alpha.60",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-portal
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.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
8
+
9
+ Tue, 05 Oct 2021 12:47:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.60..@fluentui/react-portal_v9.0.0-alpha.61)
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-tabster to v9.0.0-alpha.73 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
16
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
17
+
7
18
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
8
19
 
9
- Tue, 05 Oct 2021 09:26:55 GMT
20
+ Tue, 05 Oct 2021 09:28:07 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.59..@fluentui/react-portal_v9.0.0-alpha.60)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal",
3
- "version": "9.0.0-alpha.60",
3
+ "version": "9.0.0-alpha.61",
4
4
  "description": "A utility component that creates portals compatible with Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
- "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.52",
29
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.53",
30
30
  "@fluentui/react-conformance": "*",
31
31
  "@fluentui/scripts": "^1.0.0",
32
32
  "@types/enzyme": "3.10.3",
@@ -41,9 +41,9 @@
41
41
  "react-test-renderer": "^16.3.0"
42
42
  },
43
43
  "dependencies": {
44
- "@fluentui/react-make-styles": "9.0.0-alpha.77",
44
+ "@fluentui/react-make-styles": "9.0.0-alpha.78",
45
45
  "@fluentui/react-shared-contexts": "9.0.0-alpha.28",
46
- "@fluentui/react-tabster": "9.0.0-alpha.72",
46
+ "@fluentui/react-tabster": "9.0.0-alpha.73",
47
47
  "@fluentui/react-utilities": "9.0.0-alpha.56",
48
48
  "tslib": "^2.1.0"
49
49
  },