@fluentui/react-button 9.1.5 → 9.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +21 -6
- package/CHANGELOG.md +16 -7
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,22 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 25 Oct 2022 00:34:07 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v9.1.6",
|
7
|
+
"version": "9.1.6",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-button",
|
13
|
+
"commit": "619b625d628ba1b30398052d7dc6b8110aff2c80",
|
14
|
+
"comment": "chore: Migrate to new package structure."
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Thu, 20 Oct 2022 08:39:27 GMT",
|
6
21
|
"tag": "@fluentui/react-button_v9.1.5",
|
7
22
|
"version": "9.1.5",
|
8
23
|
"comments": {
|
@@ -29,31 +44,31 @@
|
|
29
44
|
"author": "beachball",
|
30
45
|
"package": "@fluentui/react-button",
|
31
46
|
"comment": "Bump @fluentui/react-aria to v9.2.3",
|
32
|
-
"commit": "
|
47
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
33
48
|
},
|
34
49
|
{
|
35
50
|
"author": "beachball",
|
36
51
|
"package": "@fluentui/react-button",
|
37
52
|
"comment": "Bump @fluentui/react-tabster to v9.2.0",
|
38
|
-
"commit": "
|
53
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
39
54
|
},
|
40
55
|
{
|
41
56
|
"author": "beachball",
|
42
57
|
"package": "@fluentui/react-button",
|
43
58
|
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
44
|
-
"commit": "
|
59
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
45
60
|
},
|
46
61
|
{
|
47
62
|
"author": "beachball",
|
48
63
|
"package": "@fluentui/react-button",
|
49
64
|
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
50
|
-
"commit": "
|
65
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
51
66
|
},
|
52
67
|
{
|
53
68
|
"author": "beachball",
|
54
69
|
"package": "@fluentui/react-button",
|
55
70
|
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
56
|
-
"commit": "
|
71
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
57
72
|
}
|
58
73
|
]
|
59
74
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 25 Oct 2022 00:34:07 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.6)
|
8
|
+
|
9
|
+
Tue, 25 Oct 2022 00:34:07 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.5..@fluentui/react-button_v9.1.6)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: Migrate to new package structure. ([PR #25336](https://github.com/microsoft/fluentui/pull/25336) by tristan.watanabe@gmail.com)
|
15
|
+
|
7
16
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.5)
|
8
17
|
|
9
|
-
Thu, 20 Oct 2022 08:
|
18
|
+
Thu, 20 Oct 2022 08:39:27 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.4..@fluentui/react-button_v9.1.5)
|
11
20
|
|
12
21
|
### Patches
|
@@ -14,11 +23,11 @@ Thu, 20 Oct 2022 08:35:04 GMT
|
|
14
23
|
- chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
|
15
24
|
- fix: Fixing the styles of Buttons rendered as anchor tags. ([PR #25250](https://github.com/microsoft/fluentui/pull/25250) by makotom@microsoft.com)
|
16
25
|
- chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
|
17
|
-
- Bump @fluentui/react-aria to v9.2.3 ([
|
18
|
-
- Bump @fluentui/react-tabster to v9.2.0 ([
|
19
|
-
- Bump @fluentui/react-theme to v9.1.1 ([
|
20
|
-
- Bump @fluentui/react-utilities to v9.1.2 ([
|
21
|
-
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([
|
26
|
+
- Bump @fluentui/react-aria to v9.2.3 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
27
|
+
- Bump @fluentui/react-tabster to v9.2.0 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
28
|
+
- Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
30
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
22
31
|
|
23
32
|
## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.4)
|
24
33
|
|