@fluentui/react-tree 9.9.3 → 9.10.0

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 +16 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui/react-tree
2
2
 
3
- This log was last generated on Fri, 07 Feb 2025 10:40:53 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 21 Feb 2025 14:30:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.10.0)
8
+
9
+ Fri, 21 Feb 2025 14:30:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.9.3..@fluentui/react-tree_v9.10.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Bump @fluentui/react-aria to v9.14.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
15
+ - Bump @fluentui/react-avatar to v9.7.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
16
+ - Bump @fluentui/react-button to v9.4.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
17
+ - Bump @fluentui/react-checkbox to v9.3.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
18
+ - Bump @fluentui/react-radio to v9.3.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.24.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
20
+
7
21
  ## [9.9.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.9.3)
8
22
 
9
- Fri, 07 Feb 2025 10:40:53 GMT
23
+ Fri, 07 Feb 2025 10:42:12 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.9.2..@fluentui/react-tree_v9.9.3)
11
25
 
12
26
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tree",
3
- "version": "9.9.3",
3
+ "version": "9.10.0",
4
4
  "description": "Tree component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,17 +21,17 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
- "@fluentui/react-aria": "^9.13.14",
25
- "@fluentui/react-avatar": "^9.6.50",
26
- "@fluentui/react-button": "^9.3.102",
27
- "@fluentui/react-checkbox": "^9.2.47",
24
+ "@fluentui/react-aria": "^9.14.0",
25
+ "@fluentui/react-avatar": "^9.7.0",
26
+ "@fluentui/react-button": "^9.4.0",
27
+ "@fluentui/react-checkbox": "^9.3.0",
28
28
  "@fluentui/react-context-selector": "^9.1.72",
29
29
  "@fluentui/react-icons": "^2.0.245",
30
30
  "@fluentui/react-motion-components-preview": "^0.4.3",
31
31
  "@fluentui/react-motion": "^9.6.7",
32
- "@fluentui/react-radio": "^9.2.42",
32
+ "@fluentui/react-radio": "^9.3.0",
33
33
  "@fluentui/react-shared-contexts": "^9.21.2",
34
- "@fluentui/react-tabster": "^9.23.3",
34
+ "@fluentui/react-tabster": "^9.24.0",
35
35
  "@fluentui/react-theme": "^9.1.24",
36
36
  "@fluentui/react-utilities": "^9.18.20",
37
37
  "@fluentui/react-jsx-runtime": "^9.0.50",