@fluentui/react-tabster 9.0.0-alpha.72 → 9.0.0-alpha.73
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 +22 -1
- package/CHANGELOG.md +12 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,28 @@
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue, 05 Oct 2021
|
5
|
+
"date": "Tue, 05 Oct 2021 12:47:00 GMT",
|
6
|
+
"tag": "@fluentui/react-tabster_v9.0.0-alpha.73",
|
7
|
+
"version": "9.0.0-alpha.73",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-tabster",
|
13
|
+
"comment": "Bump @fluentui/make-styles to v9.0.0-alpha.35",
|
14
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-tabster",
|
19
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
|
20
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Tue, 05 Oct 2021 09:28:07 GMT",
|
6
27
|
"tag": "@fluentui/react-tabster_v9.0.0-alpha.72",
|
7
28
|
"version": "9.0.0-alpha.72",
|
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 Tue, 05 Oct 2021
|
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.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.73)
|
8
|
+
|
9
|
+
Tue, 05 Oct 2021 12:47:00 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.72..@fluentui/react-tabster_v9.0.0-alpha.73)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/make-styles to v9.0.0-alpha.35 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
15
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
16
|
+
|
7
17
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.72)
|
8
18
|
|
9
|
-
Tue, 05 Oct 2021 09:
|
19
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.71..@fluentui/react-tabster_v9.0.0-alpha.72)
|
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.
|
3
|
+
"version": "9.0.0-alpha.73",
|
4
4
|
"description": "Utilities for focus management and facade for tabster",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"react-test-renderer": "^16.3.0"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@fluentui/make-styles": "9.0.0-alpha.
|
38
|
-
"@fluentui/react-make-styles": "9.0.0-alpha.
|
37
|
+
"@fluentui/make-styles": "9.0.0-alpha.35",
|
38
|
+
"@fluentui/react-make-styles": "9.0.0-alpha.78",
|
39
39
|
"@fluentui/react-shared-contexts": "9.0.0-alpha.28",
|
40
40
|
"@fluentui/react-utilities": "9.0.0-alpha.56",
|
41
41
|
"keyborg": "^1.0.0",
|