Skip to content

Commit

Permalink
Merge pull request #378 from icflorescu/next
Browse files Browse the repository at this point in the history
Update changelog & bump version again
  • Loading branch information
icflorescu authored Jul 18, 2023
2 parents 288c52e + 0c4b4f6 commit e119cfa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

# 2.8.3 (2023-07-12)
The following is a list of notable changes to the Mantine Datatable component.
Minor versions that are not listed in the changelog are bug fixes and small improvements.

## 2.8.3 (2023-07-12)

- Fix a bug when filtering popover triggers sorting button (see [#368](https://github.com/icflorescu/mantine-datatable/issues/368))

# 2.8.0 (2023-07-05)
## 2.8.0 (2023-07-05)

- Make records selection feature optional for generic usage (see [#361](https://github.com/icflorescu/mantine-datatable/issues/361))

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-docs",
"version": "2.8.4",
"version": "2.8.5",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.8.4",
"version": "2.8.5",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.8.4",
"version": "2.8.5",
"description": "The dependency-free datatable component for Mantine UI, featuring asynchronous data loading support, pagination, multple rows selection, column sorting, custom cell data rendering, row context menu, row expansion and more",
"keywords": [
"mantine",
Expand Down

0 comments on commit e119cfa

Please sign in to comment.