@fluentui/react-components 9.56.7 → 9.56.8

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 Wed, 18 Dec 2024 10:58:14 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 19 Dec 2024 14:30:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.56.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.8)
8
+
9
+ Thu, 19 Dec 2024 14:30:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.7..@fluentui/react-components_v9.56.8)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-message-bar`
15
+ - fix: MessageBar auto reflow should handle document reflow with `min-content` ([PR #33409](https://github.com/microsoft/fluentui/pull/33409) by lingfangao@hotmail.com)
16
+
7
17
  ## [9.56.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.7)
8
18
 
9
- Wed, 18 Dec 2024 10:58:14 GMT
19
+ Wed, 18 Dec 2024 10:59:36 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.6..@fluentui/react-components_v9.56.7)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.56.7",
3
+ "version": "9.56.8",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -66,7 +66,7 @@
66
66
  "@fluentui/react-tree": "^9.8.11",
67
67
  "@griffel/react": "^1.5.22",
68
68
  "@swc/helpers": "^0.5.1",
69
- "@fluentui/react-message-bar": "^9.2.18",
69
+ "@fluentui/react-message-bar": "^9.2.19",
70
70
  "@fluentui/react-breadcrumb": "^9.0.47",
71
71
  "@fluentui/react-aria": "^9.13.12",
72
72
  "@fluentui/react-rating": "^9.0.26",