@fluentui/react-tabster 9.0.0-alpha.65 → 9.0.0-alpha.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 23 Sep 2021 08:19:56 GMT",
5
+ "date": "Fri, 24 Sep 2021 09:16:15 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.0.0-alpha.66",
7
+ "version": "9.0.0-alpha.66",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tabster",
13
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
14
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tabster",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
20
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
6
27
  "tag": "@fluentui/react-tabster_v9.0.0-alpha.65",
7
28
  "version": "9.0.0-alpha.65",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Thu, 23 Sep 2021 08:19:56 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.66)
8
+
9
+ Fri, 24 Sep 2021 09:16:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.65..@fluentui/react-tabster_v9.0.0-alpha.66)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
16
+
7
17
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.65)
8
18
 
9
- Thu, 23 Sep 2021 08:19:56 GMT
19
+ Thu, 23 Sep 2021 08:21:34 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.64..@fluentui/react-tabster_v9.0.0-alpha.65)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabster",
3
- "version": "9.0.0-alpha.65",
3
+ "version": "9.0.0-alpha.66",
4
4
  "description": "Utilities for focus management and facade for tabster",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@fluentui/make-styles": "9.0.0-alpha.31",
38
- "@fluentui/react-make-styles": "9.0.0-alpha.71",
38
+ "@fluentui/react-make-styles": "9.0.0-alpha.72",
39
39
  "@fluentui/react-shared-contexts": "9.0.0-alpha.25",
40
- "@fluentui/react-utilities": "9.0.0-alpha.51",
40
+ "@fluentui/react-utilities": "9.0.0-alpha.52",
41
41
  "keyborg": "^1.0.0",
42
42
  "tabster": "^1.0.0",
43
43
  "tslib": "^2.1.0"