Skip to content

Commit

Permalink
chore: release v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 14, 2024
1 parent 0ebe810 commit f0fb7fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [5.7.1](https://github.com/ghiscoding/slickgrid-react/compare/v5.7.0...v5.7.1) (2024-09-14)


### Performance Improvements

* don't invalidate grid rows more than once ([#409](https://github.com/ghiscoding/slickgrid-react/issues/409)) ([3ccdfb6](https://github.com/ghiscoding/slickgrid-react/commit/3ccdfb6f7a815944ab81b1e573c9c1a7cb8aefed))
* upgrade Slickgrid-Universal with perf improvements ([#410](https://github.com/ghiscoding/slickgrid-react/issues/410)) ([0ebe810](https://github.com/ghiscoding/slickgrid-react/commit/0ebe8102acd9f94d6b68d5b2adc86cba9a9c6acf))

## [5.7.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.6.0...v5.7.0) (2024-08-31)


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.7.0",
"version": "5.7.1",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -178,4 +178,4 @@
"express": "^4.21.0",
"ws": "^8.18.0"
}
}
}

0 comments on commit f0fb7fd

Please sign in to comment.