@fluentui/react-button 9.3.80 → 9.3.81
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,26 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 20 May 2024 12:36:28 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.3.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.81)
|
8
|
+
|
9
|
+
Mon, 20 May 2024 12:36:28 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.80..@fluentui/react-button_v9.3.81)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: bump @griffel/react ([PR #31258](https://github.com/microsoft/fluentui/pull/31258) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-aria to v9.11.3 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.38 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
|
17
|
+
- Bump @fluentui/react-shared-contexts to v9.19.0 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v9.21.3 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v9.18.9 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
|
20
|
+
|
7
21
|
## [9.3.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.80)
|
8
22
|
|
9
|
-
Thu, 16 May 2024 09:
|
23
|
+
Thu, 16 May 2024 09:25:12 GMT
|
10
24
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.79..@fluentui/react-button_v9.3.80)
|
11
25
|
|
12
26
|
### 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.81",
|
4
4
|
"description": "Fluent UI React Button component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,14 +35,14 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@fluentui/keyboard-keys": "^9.0.7",
|
38
|
-
"@fluentui/react-aria": "^9.11.
|
38
|
+
"@fluentui/react-aria": "^9.11.3",
|
39
39
|
"@fluentui/react-icons": "^2.0.239",
|
40
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
41
|
-
"@fluentui/react-shared-contexts": "^9.
|
42
|
-
"@fluentui/react-tabster": "^9.21.
|
40
|
+
"@fluentui/react-jsx-runtime": "^9.0.38",
|
41
|
+
"@fluentui/react-shared-contexts": "^9.19.0",
|
42
|
+
"@fluentui/react-tabster": "^9.21.3",
|
43
43
|
"@fluentui/react-theme": "^9.1.19",
|
44
|
-
"@fluentui/react-utilities": "^9.18.
|
45
|
-
"@griffel/react": "^1.5.
|
44
|
+
"@fluentui/react-utilities": "^9.18.9",
|
45
|
+
"@griffel/react": "^1.5.22",
|
46
46
|
"@swc/helpers": "^0.5.1"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|