@fluentui/react-button 0.0.0-nightly-20220427-0422.1 → 0.0.0-nightly-20220502-0420.1
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 +23 -15
- package/CHANGELOG.md +186 -186
- package/dist/{react-button.d.ts → index.d.ts} +0 -0
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-button_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Mon, 02 May 2022 04:31:08 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v0.0.0-nightly-20220502-0420.1",
|
7
|
+
"version": "0.0.0-nightly-20220502-0420.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,38 +16,46 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-button",
|
19
|
-
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220502-0420.1",
|
20
|
+
"commit": "07bac225f1b18ce4fad5464b46f9cb4f09fcd702"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-button",
|
25
|
-
"comment": "Bump @fluentui/react-aria to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-aria to v0.0.0-nightly-20220502-0420.1",
|
26
|
+
"commit": "07bac225f1b18ce4fad5464b46f9cb4f09fcd702"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-button",
|
31
|
-
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220502-0420.1",
|
32
|
+
"commit": "07bac225f1b18ce4fad5464b46f9cb4f09fcd702"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-button",
|
37
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220502-0420.1",
|
38
|
+
"commit": "07bac225f1b18ce4fad5464b46f9cb4f09fcd702"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-button",
|
43
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220502-0420.1",
|
44
|
+
"commit": "07bac225f1b18ce4fad5464b46f9cb4f09fcd702"
|
45
45
|
},
|
46
46
|
{
|
47
47
|
"author": "beachball",
|
48
48
|
"package": "@fluentui/react-button",
|
49
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
50
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220502-0420.1",
|
50
|
+
"commit": "07bac225f1b18ce4fad5464b46f9cb4f09fcd702"
|
51
|
+
}
|
52
|
+
],
|
53
|
+
"none": [
|
54
|
+
{
|
55
|
+
"author": "tristan.watanabe@gmail.com",
|
56
|
+
"package": "@fluentui/react-button",
|
57
|
+
"commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
|
58
|
+
"comment": "react-button: Move to new common folder."
|
51
59
|
}
|
52
60
|
]
|
53
61
|
}
|