Skip to content

Commit

Permalink
chore: release v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 19, 2024
1 parent 0816349 commit 16ed186
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.9.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.8.0...v5.9.0) (2024-10-19)

### Features

* add Row Detail feature with new example ([#421](https://github.com/ghiscoding/slickgrid-react/issues/421)) ([0816349](https://github.com/ghiscoding/slickgrid-react/commit/0816349aaed18a85eb3f0f620859912d554e85ee))
* allow providing a Custom Pagination Component ([#420](https://github.com/ghiscoding/slickgrid-react/issues/420)) ([58facc5](https://github.com/ghiscoding/slickgrid-react/commit/58facc56d55640f64b34455b6f484bc23916458b))

## [5.8.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.7.1...v5.8.0) (2024-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slickgrid-react",
"version": "5.8.0",
"version": "5.9.0",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -158,4 +158,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001669"
}
}
}

0 comments on commit 16ed186

Please sign in to comment.