@fluentui/react-accordion 9.9.0 → 9.9.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 +18 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
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 Wed, 25 Feb 2026 13:28:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.9.1)
8
+
9
+ Wed, 25 Feb 2026 13:28:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.9.0..@fluentui/react-accordion_v9.9.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.17.10 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.2.15 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
18
+ - Bump @fluentui/react-motion to v9.12.0 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
19
+ - Bump @fluentui/react-motion-components-preview to v0.15.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.26.13 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
22
+
7
23
  ## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.9.0)
8
24
 
9
- Thu, 12 Feb 2026 10:42:45 GMT
25
+ Thu, 12 Feb 2026 10:46:12 GMT
10
26
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.8.16..@fluentui/react-accordion_v9.9.0)
11
27
 
12
28
  ### 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.1",
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.12.0",
21
+ "@fluentui/react-motion-components-preview": "^0.15.1",
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
  },