@fluentui/react-accordion 9.9.0 → 9.9.2

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 +28 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-accordion
2
2
 
3
- This log was last generated on Thu, 12 Feb 2026 10:42:45 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.9.2)
8
+
9
+ Tue, 03 Mar 2026 09:41:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.9.1..@fluentui/react-accordion_v9.9.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-motion to v9.13.0 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
15
+ - Bump @fluentui/react-motion-components-preview to v0.15.2 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
16
+
17
+ ## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.9.1)
18
+
19
+ Wed, 25 Feb 2026 13:32:28 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.9.0..@fluentui/react-accordion_v9.9.1)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-aria to v9.17.10 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
25
+ - Bump @fluentui/react-context-selector to v9.2.15 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
28
+ - Bump @fluentui/react-motion to v9.12.0 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
29
+ - Bump @fluentui/react-motion-components-preview to v0.15.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.26.13 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
32
+
7
33
  ## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.9.0)
8
34
 
9
- Thu, 12 Feb 2026 10:42:45 GMT
35
+ Thu, 12 Feb 2026 10:46:12 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.8.16..@fluentui/react-accordion_v9.9.0)
11
37
 
12
38
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-accordion",
3
- "version": "9.9.0",
3
+ "version": "9.9.2",
4
4
  "description": "Fluent UI accordion component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,16 +12,16 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-aria": "^9.17.9",
16
- "@fluentui/react-context-selector": "^9.2.14",
15
+ "@fluentui/react-aria": "^9.17.10",
16
+ "@fluentui/react-context-selector": "^9.2.15",
17
17
  "@fluentui/react-icons": "^2.0.245",
18
- "@fluentui/react-jsx-runtime": "^9.4.0",
19
- "@fluentui/react-shared-contexts": "^9.26.1",
20
- "@fluentui/react-motion": "^9.11.6",
21
- "@fluentui/react-motion-components-preview": "^0.15.0",
22
- "@fluentui/react-tabster": "^9.26.12",
18
+ "@fluentui/react-jsx-runtime": "^9.4.1",
19
+ "@fluentui/react-shared-contexts": "^9.26.2",
20
+ "@fluentui/react-motion": "^9.13.0",
21
+ "@fluentui/react-motion-components-preview": "^0.15.2",
22
+ "@fluentui/react-tabster": "^9.26.13",
23
23
  "@fluentui/react-theme": "^9.2.1",
24
- "@fluentui/react-utilities": "^9.26.1",
24
+ "@fluentui/react-utilities": "^9.26.2",
25
25
  "@griffel/react": "^1.5.32",
26
26
  "@swc/helpers": "^0.5.1"
27
27
  },