Skip to content

Commit f4ae897

Browse files
committed
Update CHANGELOG & bump version
1 parent e3cffcd commit f4ae897

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Minor versions that are not listed in the changelog are bug fixes and small impr
88
- Fix [#763](https://github.com/icflorescu/mantine-datatable/issues/763) regression introduced in [#749](https://github.com/icflorescu/mantine-datatable/pull/749)
99
- Fix [#764](https://github.com/icflorescu/mantine-datatable/issues/764) docs website bug introduced in [#749](https://github.com/icflorescu/mantine-datatable/pull/749)
1010
- Update deps to ensure compatibility with Mantine 8.3.7
11-
- Update other dev deps (docsearch, faker, etc.)
11+
- Update other dev deps (docsearch, faker, etc.)
12+
- Fix linting & linting errors
1213

1314
## 8.3.6 (2025-11-07)
1415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "8.3.6",
3+
"version": "8.3.7",
44
"description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more",
55
"keywords": [
66
"mantine",

0 commit comments

Comments
 (0)