Skip to content

Commit

Permalink
chore: release v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 17, 2024
1 parent 4e2db93 commit e3338dd
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.5.1](https://github.com/ghiscoding/slickgrid-react/compare/v5.5.0...v5.5.1) (2024-08-17)


### Bug Fixes

* Tree Data should work without initial sort, fixes [#394](https://github.com/ghiscoding/slickgrid-react/issues/394) ([#395](https://github.com/ghiscoding/slickgrid-react/issues/395)) ([f7abf41](https://github.com/ghiscoding/slickgrid-react/commit/f7abf418ac04e1ff85c4106c504df342f0dd44df)), closes [#393](https://github.com/ghiscoding/slickgrid-react/issues/393)

## [5.5.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.4.0...v5.5.0) (2024-08-07)


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.5.0",
"version": "5.5.1",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -176,4 +176,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001651"
}
}
}

0 comments on commit e3338dd

Please sign in to comment.