@fluentui/react-components 9.72.5 → 9.72.6

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 06 Nov 2025 14:56:50 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Nov 2025 17:23:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.72.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.6)
8
+
9
+ Thu, 06 Nov 2025 17:23:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.5..@fluentui/react-components_v9.72.6)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion-components-preview`
15
+ - feat(motion): Add Stagger choreography component ([PR #34705](https://github.com/microsoft/fluentui/pull/34705) by robertpenner@microsoft.com)
16
+
7
17
  ## [9.72.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.5)
8
18
 
9
- Thu, 06 Nov 2025 14:56:50 GMT
19
+ Thu, 06 Nov 2025 15:01:14 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.4..@fluentui/react-components_v9.72.5)
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.72.5",
3
+ "version": "9.72.6",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,7 +16,7 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.8.12",
19
+ "@fluentui/react-accordion": "^9.8.13",
20
20
  "@fluentui/react-alert": "9.0.0-beta.128",
21
21
  "@fluentui/react-avatar": "^9.9.11",
22
22
  "@fluentui/react-badge": "^9.4.10",
@@ -24,9 +24,9 @@
24
24
  "@fluentui/react-card": "^9.5.5",
25
25
  "@fluentui/react-checkbox": "^9.5.10",
26
26
  "@fluentui/react-combobox": "^9.16.11",
27
- "@fluentui/react-dialog": "^9.16.1",
27
+ "@fluentui/react-dialog": "^9.16.2",
28
28
  "@fluentui/react-divider": "^9.4.10",
29
- "@fluentui/react-drawer": "^9.10.7",
29
+ "@fluentui/react-drawer": "^9.10.8",
30
30
  "@fluentui/react-field": "^9.4.10",
31
31
  "@fluentui/react-image": "^9.3.10",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.106",
@@ -58,16 +58,16 @@
58
58
  "@fluentui/react-tags": "^9.7.11",
59
59
  "@fluentui/react-textarea": "^9.6.10",
60
60
  "@fluentui/react-theme": "^9.2.0",
61
- "@fluentui/react-toast": "^9.7.7",
61
+ "@fluentui/react-toast": "^9.7.8",
62
62
  "@fluentui/react-toolbar": "^9.6.11",
63
63
  "@fluentui/react-tooltip": "^9.8.10",
64
64
  "@fluentui/react-utilities": "^9.25.3",
65
65
  "@fluentui/react-text": "^9.6.10",
66
66
  "@fluentui/react-virtualizer": "9.0.0-alpha.106",
67
- "@fluentui/react-tree": "^9.15.4",
67
+ "@fluentui/react-tree": "^9.15.5",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.12",
70
+ "@fluentui/react-message-bar": "^9.6.13",
71
71
  "@fluentui/react-breadcrumb": "^9.3.11",
72
72
  "@fluentui/react-aria": "^9.17.5",
73
73
  "@fluentui/react-rating": "^9.3.10",
@@ -77,7 +77,7 @@
77
77
  "@fluentui/react-motion": "^9.11.3",
78
78
  "@fluentui/react-carousel": "^9.8.11",
79
79
  "@fluentui/react-color-picker": "^9.2.10",
80
- "@fluentui/react-nav": "^9.3.12"
80
+ "@fluentui/react-nav": "^9.3.13"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <20.0.0",