Skip to content

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release Bot committed Oct 4, 2024
1 parent 015ff2d commit ed61e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.7.0] - 2024-10-04

### Added

- property `onRowClick` in `ReactDataTable` in order to define a custom function to execute the row is clicked
Expand Down Expand Up @@ -343,7 +345,8 @@ columnHelper.display({

- created package :tada:

[unreleased]: https://github.com/neolution-ch/react-data-table/compare/5.6.0...HEAD
[unreleased]: https://github.com/neolution-ch/react-data-table/compare/5.7.0...HEAD
[5.7.0]: https://github.com/neolution-ch/react-data-table/compare/5.6.0...5.7.0
[5.6.0]: https://github.com/neolution-ch/react-data-table/compare/5.5.0...5.6.0
[5.5.0]: https://github.com/neolution-ch/react-data-table/compare/5.4.1...5.5.0
[5.4.1]: https://github.com/neolution-ch/react-data-table/compare/5.4.0...5.4.1
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": "@neolution-ch/react-data-table",
"version": "5.6.0",
"version": "5.7.0",
"description": "A small and clean data-table with a lot of integrated functions",
"homepage": "https://neolution-ch.github.io/react-data-table",
"repository": {
Expand Down

0 comments on commit ed61e69

Please sign in to comment.