@fluentui/react-button 9.3.51 → 9.3.53
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +49 -1
- package/CHANGELOG.md +23 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,55 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 01 Nov 2023 12:51:07 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v9.3.53",
|
7
|
+
"version": "9.3.53",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-button",
|
13
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.11.1",
|
14
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-button",
|
19
|
+
"comment": "Bump @fluentui/react-tabster to v9.14.3",
|
20
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-button",
|
25
|
+
"comment": "Bump @fluentui/react-theme to v9.1.15",
|
26
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"date": "Sat, 28 Oct 2023 23:35:59 GMT",
|
33
|
+
"tag": "@fluentui/react-button_v9.3.52",
|
34
|
+
"version": "9.3.52",
|
35
|
+
"comments": {
|
36
|
+
"patch": [
|
37
|
+
{
|
38
|
+
"author": "beachball",
|
39
|
+
"package": "@fluentui/react-button",
|
40
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
|
41
|
+
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "beachball",
|
45
|
+
"package": "@fluentui/react-button",
|
46
|
+
"comment": "Bump @fluentui/react-tabster to v9.14.2",
|
47
|
+
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
48
|
+
}
|
49
|
+
]
|
50
|
+
}
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"date": "Mon, 23 Oct 2023 09:51:57 GMT",
|
6
54
|
"tag": "@fluentui/react-button_v9.3.51",
|
7
55
|
"version": "9.3.51",
|
8
56
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,33 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.3.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.53)
|
8
|
+
|
9
|
+
Wed, 01 Nov 2023 12:51:07 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.52..@fluentui/react-button_v9.3.53)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.11.1 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
15
|
+
- Bump @fluentui/react-tabster to v9.14.3 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
17
|
+
|
18
|
+
## [9.3.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.52)
|
19
|
+
|
20
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.51..@fluentui/react-button_v9.3.52)
|
22
|
+
|
23
|
+
### Patches
|
24
|
+
|
25
|
+
- Bump @fluentui/react-shared-contexts to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
26
|
+
- Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
27
|
+
|
7
28
|
## [9.3.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.51)
|
8
29
|
|
9
|
-
Mon, 23 Oct 2023 09:
|
30
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.50..@fluentui/react-button_v9.3.51)
|
11
32
|
|
12
33
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-button",
|
3
|
-
"version": "9.3.
|
3
|
+
"version": "9.3.53",
|
4
4
|
"description": "Fluent UI React Button component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -38,9 +38,9 @@
|
|
38
38
|
"@fluentui/react-aria": "^9.3.43",
|
39
39
|
"@fluentui/react-icons": "^2.0.217",
|
40
40
|
"@fluentui/react-jsx-runtime": "^9.0.18",
|
41
|
-
"@fluentui/react-shared-contexts": "^9.
|
42
|
-
"@fluentui/react-tabster": "^9.14.
|
43
|
-
"@fluentui/react-theme": "^9.1.
|
41
|
+
"@fluentui/react-shared-contexts": "^9.11.1",
|
42
|
+
"@fluentui/react-tabster": "^9.14.3",
|
43
|
+
"@fluentui/react-theme": "^9.1.15",
|
44
44
|
"@fluentui/react-utilities": "^9.15.1",
|
45
45
|
"@griffel/react": "^1.5.14",
|
46
46
|
"@swc/helpers": "^0.5.1"
|