@fluentui/react-table 9.15.25 → 9.15.27

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-table
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.15.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.27)
8
+
9
+ Wed, 08 Jan 2025 18:29:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.26..@fluentui/react-table_v9.15.27)
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-checkbox to v9.2.45 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
17
+ - Bump @fluentui/react-radio to v9.2.40 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
19
+
20
+ ## [9.15.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.26)
21
+
22
+ Wed, 18 Dec 2024 10:59:37 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.25..@fluentui/react-table_v9.15.26)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-avatar to v9.6.47 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
28
+
7
29
  ## [9.15.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.25)
8
30
 
9
- Mon, 16 Dec 2024 16:22:08 GMT
31
+ Mon, 16 Dec 2024 16:26:49 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.24..@fluentui/react-table_v9.15.25)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-table",
3
- "version": "9.15.25",
3
+ "version": "9.15.27",
4
4
  "description": "React components for building web experiences",
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.12",
25
- "@fluentui/react-avatar": "^9.6.46",
26
- "@fluentui/react-checkbox": "^9.2.44",
24
+ "@fluentui/react-aria": "^9.13.13",
25
+ "@fluentui/react-avatar": "^9.6.48",
26
+ "@fluentui/react-checkbox": "^9.2.45",
27
27
  "@fluentui/react-context-selector": "^9.1.71",
28
28
  "@fluentui/react-icons": "^2.0.245",
29
- "@fluentui/react-radio": "^9.2.39",
29
+ "@fluentui/react-radio": "^9.2.40",
30
30
  "@fluentui/react-shared-contexts": "^9.21.2",
31
31
  "@fluentui/react-tabster": "^9.23.2",
32
32
  "@fluentui/react-theme": "^9.1.24",
33
33
  "@fluentui/react-utilities": "^9.18.19",
34
- "@fluentui/react-jsx-runtime": "^9.0.48",
34
+ "@fluentui/react-jsx-runtime": "^9.0.49",
35
35
  "@griffel/react": "^1.5.22",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },