@fluentui/react-tree 9.8.10 → 9.8.12

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 +27 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-tree
2
2
 
3
- This log was last generated on Mon, 16 Dec 2024 16:22:08 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Jan 2025 18:29:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.8.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.8.12)
8
+
9
+ Wed, 08 Jan 2025 18:29:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.8.11..@fluentui/react-tree_v9.8.12)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.13.13 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
15
+ - Bump @fluentui/react-avatar to v9.6.48 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
16
+ - Bump @fluentui/react-button to v9.3.99 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
17
+ - Bump @fluentui/react-checkbox to v9.2.45 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
18
+ - Bump @fluentui/react-motion-components-preview to v0.4.2 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
19
+ - Bump @fluentui/react-motion to v9.6.6 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
20
+ - Bump @fluentui/react-radio to v9.2.40 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
21
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
22
+
23
+ ## [9.8.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.8.11)
24
+
25
+ Wed, 18 Dec 2024 10:59:37 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.8.10..@fluentui/react-tree_v9.8.11)
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui/react-avatar to v9.6.47 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
31
+
7
32
  ## [9.8.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.8.10)
8
33
 
9
- Mon, 16 Dec 2024 16:22:08 GMT
34
+ Mon, 16 Dec 2024 16:26:49 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.8.9..@fluentui/react-tree_v9.8.10)
11
36
 
12
37
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tree",
3
- "version": "9.8.10",
3
+ "version": "9.8.12",
4
4
  "description": "Tree component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,20 +21,20 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
- "@fluentui/react-aria": "^9.13.12",
25
- "@fluentui/react-avatar": "^9.6.46",
26
- "@fluentui/react-button": "^9.3.98",
27
- "@fluentui/react-checkbox": "^9.2.44",
24
+ "@fluentui/react-aria": "^9.13.13",
25
+ "@fluentui/react-avatar": "^9.6.48",
26
+ "@fluentui/react-button": "^9.3.99",
27
+ "@fluentui/react-checkbox": "^9.2.45",
28
28
  "@fluentui/react-context-selector": "^9.1.71",
29
29
  "@fluentui/react-icons": "^2.0.245",
30
- "@fluentui/react-motion-components-preview": "^0.4.1",
31
- "@fluentui/react-motion": "^9.6.5",
32
- "@fluentui/react-radio": "^9.2.39",
30
+ "@fluentui/react-motion-components-preview": "^0.4.2",
31
+ "@fluentui/react-motion": "^9.6.6",
32
+ "@fluentui/react-radio": "^9.2.40",
33
33
  "@fluentui/react-shared-contexts": "^9.21.2",
34
34
  "@fluentui/react-tabster": "^9.23.2",
35
35
  "@fluentui/react-theme": "^9.1.24",
36
36
  "@fluentui/react-utilities": "^9.18.19",
37
- "@fluentui/react-jsx-runtime": "^9.0.48",
37
+ "@fluentui/react-jsx-runtime": "^9.0.49",
38
38
  "@griffel/react": "^1.5.22",
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },