@fluentui/react-button 9.0.0-rc.7 → 9.0.0-rc.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +48 -1
- package/CHANGELOG.md +190 -177
- package/dist/{react-button.d.ts → index.d.ts} +0 -0
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,54 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:05 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.8",
|
7
|
+
"version": "9.0.0-rc.8",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-button",
|
13
|
+
"commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
|
14
|
+
"comment": "react-button: Move to new common folder."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-button",
|
21
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
|
22
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-button",
|
27
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
|
28
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-button",
|
33
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
34
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-button",
|
39
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
40
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-button",
|
45
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
46
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"date": "Mon, 25 Apr 2022 09:32:16 GMT",
|
6
53
|
"tag": "@fluentui/react-button_v9.0.0-rc.7",
|
7
54
|
"version": "9.0.0-rc.7",
|
8
55
|
"comments": {
|