From 72d5e51660587951553732ce2e0ea59b557f3bd9 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sat, 14 Sep 2024 17:13:21 +0000 Subject: [PATCH] chore(release): publish new version v8.6.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/aurelia-slickgrid/CHANGELOG.md | 7 +++++++ packages/aurelia-slickgrid/package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86794e585..c80c0aaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.6.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.1...v8.6.2) (2024-09-14) + +### Bug Fixes + +* **deps:** update dependency @faker-js/faker to v9 ([#1262](https://github.com/ghiscoding/aurelia-slickgrid/issues/1262)) ([ec26df3](https://github.com/ghiscoding/aurelia-slickgrid/commit/ec26df3af80dbbce9abbed0d622dabc17ef10c06)) - by @renovate-bot + +### Performance Improvements + +* don't invalidate grid rows more than once ([#1265](https://github.com/ghiscoding/aurelia-slickgrid/issues/1265)) ([740995c](https://github.com/ghiscoding/aurelia-slickgrid/commit/740995c5a7d7b12c2da157f39d9f98568e945cef)) - by @ghiscoding +* upgrade Slickgrid-Universal with perf improvements ([#1266](https://github.com/ghiscoding/aurelia-slickgrid/issues/1266)) ([f56b0c8](https://github.com/ghiscoding/aurelia-slickgrid/commit/f56b0c87f0f5d077e0d38cb107ea863e5c401d4b)) - by @ghiscoding + ## [8.6.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.0...v8.6.1) (2024-08-31) ### Bug Fixes diff --git a/lerna.json b/lerna.json index dd2476bea..412783115 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.6.1", + "version": "8.6.2", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index 3bf6d1ec5..4447a3b78 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.6.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.1...v8.6.2) (2024-09-14) + +### Performance Improvements + +* don't invalidate grid rows more than once ([#1265](https://github.com/ghiscoding/aurelia-slickgrid/issues/1265)) ([740995c](https://github.com/ghiscoding/aurelia-slickgrid/commit/740995c5a7d7b12c2da157f39d9f98568e945cef)) - by @ghiscoding +* upgrade Slickgrid-Universal with perf improvements ([#1266](https://github.com/ghiscoding/aurelia-slickgrid/issues/1266)) ([f56b0c8](https://github.com/ghiscoding/aurelia-slickgrid/commit/f56b0c87f0f5d077e0d38cb107ea863e5c401d4b)) - by @ghiscoding + ## [8.6.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.0...v8.6.1) (2024-08-31) ### Bug Fixes diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 9ce7280e7..a3d92892a 100644 --- a/packages/aurelia-slickgrid/package.json +++ b/packages/aurelia-slickgrid/package.json @@ -1,7 +1,7 @@ { "name": "aurelia-slickgrid", "description": "Slickgrid components made available in Aurelia", - "version": "8.6.1", + "version": "8.6.2", "keywords": [ "aurelia", "datagrid",