@fluentui/react-list 9.6.11 → 9.6.13

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 +21 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - @fluentui/react-list
2
2
 
3
- This log was last generated on Wed, 11 Mar 2026 09:20:38 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Apr 2026 15:50:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.13)
8
+
9
+ Wed, 01 Apr 2026 15:50:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.12..@fluentui/react-list_v9.6.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-checkbox to v9.6.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
15
+
16
+ ## [9.6.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.12)
17
+
18
+ Thu, 26 Mar 2026 08:12:54 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.11..@fluentui/react-list_v9.6.12)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-checkbox to v9.5.17 ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by beachball)
24
+
7
25
  ## [9.6.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.11)
8
26
 
9
- Wed, 11 Mar 2026 09:20:38 GMT
27
+ Wed, 11 Mar 2026 09:22:22 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.10..@fluentui/react-list_v9.6.11)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-checkbox to v9.5.16 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
32
+ - Bump @fluentui/react-checkbox to v9.5.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
15
33
 
16
34
  ## [9.6.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.10)
17
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-list",
3
- "version": "9.6.11",
3
+ "version": "9.6.13",
4
4
  "description": "React List v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@fluentui/react-checkbox": "^9.5.16",
21
+ "@fluentui/react-checkbox": "^9.6.0",
22
22
  "@fluentui/react-context-selector": "^9.2.15",
23
23
  "@fluentui/react-jsx-runtime": "^9.4.1",
24
24
  "@fluentui/keyboard-keys": "^9.0.8",