@fluentui/react-components 9.54.9 → 9.54.10

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 +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 06 Aug 2024 21:39:51 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Aug 2024 12:31:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.10)
8
+
9
+ Wed, 07 Aug 2024 12:31:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.9..@fluentui/react-components_v9.54.10)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-toolbar`
15
+ - fix: hardcode size of `ToolbarButton` ([PR #32185](https://github.com/microsoft/fluentui/pull/32185) by olfedias@microsoft.com)
16
+
7
17
  ## [9.54.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.9)
8
18
 
9
- Tue, 06 Aug 2024 21:39:51 GMT
19
+ Tue, 06 Aug 2024 21:40:43 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.8..@fluentui/react-components_v9.54.9)
11
21
 
12
22
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.9",
3
+ "version": "9.54.10",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -72,7 +72,7 @@
72
72
  "@fluentui/react-textarea": "^9.3.84",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
74
  "@fluentui/react-toast": "^9.3.51",
75
- "@fluentui/react-toolbar": "^9.2.0",
75
+ "@fluentui/react-toolbar": "^9.2.1",
76
76
  "@fluentui/react-tooltip": "^9.4.35",
77
77
  "@fluentui/react-utilities": "^9.18.13",
78
78
  "@fluentui/react-text": "^9.4.23",