From f0fb7fdede7bd56a74e817f880ea78d5de0ffd4a Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sat, 14 Sep 2024 17:50:37 +0000 Subject: [PATCH] chore: release v5.7.1 --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47af762..2876022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 36298a1..bff3ed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slickgrid-react", - "version": "5.7.0", + "version": "5.7.1", "description": "Slickgrid components made available in React", "keywords": [ "react", @@ -178,4 +178,4 @@ "express": "^4.21.0", "ws": "^8.18.0" } -} \ No newline at end of file +}