@fluentui/react-button 9.3.102 → 9.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Fri, 07 Feb 2025 10:40:51 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Mar 2025 18:54:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.4.1)
8
+
9
+ Tue, 11 Mar 2025 18:54:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.4.0..@fluentui/react-button_v9.4.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.14.1 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.51 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.22.0 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.24.1 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.18.21 ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by beachball)
19
+
20
+ ## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.4.0)
21
+
22
+ Fri, 21 Feb 2025 14:34:05 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.102..@fluentui/react-button_v9.4.0)
24
+
25
+ ### Minor changes
26
+
27
+ - Bump @fluentui/react-aria to v9.14.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.24.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
29
+
7
30
  ## [9.3.102](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.102)
8
31
 
9
- Fri, 07 Feb 2025 10:40:51 GMT
32
+ Fri, 07 Feb 2025 10:42:11 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.101..@fluentui/react-button_v9.3.102)
11
34
 
12
35
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.3.102",
3
+ "version": "9.4.1",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,13 +20,13 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluentui/keyboard-keys": "^9.0.8",
23
- "@fluentui/react-aria": "^9.13.14",
23
+ "@fluentui/react-aria": "^9.14.1",
24
24
  "@fluentui/react-icons": "^2.0.245",
25
- "@fluentui/react-jsx-runtime": "^9.0.50",
26
- "@fluentui/react-shared-contexts": "^9.21.2",
27
- "@fluentui/react-tabster": "^9.23.3",
25
+ "@fluentui/react-jsx-runtime": "^9.0.51",
26
+ "@fluentui/react-shared-contexts": "^9.22.0",
27
+ "@fluentui/react-tabster": "^9.24.1",
28
28
  "@fluentui/react-theme": "^9.1.24",
29
- "@fluentui/react-utilities": "^9.18.20",
29
+ "@fluentui/react-utilities": "^9.18.21",
30
30
  "@griffel/react": "^1.5.22",
31
31
  "@swc/helpers": "^0.5.1"
32
32
  },