From 74243952422e15f71ecfed3c22675cece5c5365a Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sun, 29 Sep 2024 04:41:55 +0000 Subject: [PATCH] chore(release): publish new version v8.8.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/aurelia-slickgrid/CHANGELOG.md | 11 +++++++++++ packages/aurelia-slickgrid/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index febb5325a..3abc4619e 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.8.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.7.0...v8.8.0) (2024-09-29) + +### Features + +* option to improve Date Sorting by pre-parsing date items only once ([#1268](https://github.com/ghiscoding/aurelia-slickgrid/issues/1268)) ([3161d98](https://github.com/ghiscoding/aurelia-slickgrid/commit/3161d98adb1ae19887f170a42f93a4e5a1389803)) - by @ghiscoding + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1267](https://github.com/ghiscoding/aurelia-slickgrid/issues/1267)) ([64f3cb2](https://github.com/ghiscoding/aurelia-slickgrid/commit/64f3cb24e0867a0a9ab5a8fc8bd1310445d3354f)) - by @renovate-bot +* redraw all open row details whenever the grid is re-rendered ([#1269](https://github.com/ghiscoding/aurelia-slickgrid/issues/1269)) ([4ecb439](https://github.com/ghiscoding/aurelia-slickgrid/commit/4ecb4393a8033ddc4c0f68a2c6242dc6cb0da21f)) - by @ghiscoding + ## [8.7.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.2...v8.7.0) (2024-09-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3baa666ac..b659c0d6e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.7.0", + "version": "8.8.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index 9b1cadd43..729a19203 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/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.8.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.7.0...v8.8.0) (2024-09-29) + +### Features + +* option to improve Date Sorting by pre-parsing date items only once ([#1268](https://github.com/ghiscoding/aurelia-slickgrid/issues/1268)) ([3161d98](https://github.com/ghiscoding/aurelia-slickgrid/commit/3161d98adb1ae19887f170a42f93a4e5a1389803)) - by @ghiscoding + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1267](https://github.com/ghiscoding/aurelia-slickgrid/issues/1267)) ([64f3cb2](https://github.com/ghiscoding/aurelia-slickgrid/commit/64f3cb24e0867a0a9ab5a8fc8bd1310445d3354f)) - by @renovate-bot +* redraw all open row details whenever the grid is re-rendered ([#1269](https://github.com/ghiscoding/aurelia-slickgrid/issues/1269)) ([4ecb439](https://github.com/ghiscoding/aurelia-slickgrid/commit/4ecb4393a8033ddc4c0f68a2c6242dc6cb0da21f)) - by @ghiscoding + ## [8.7.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.2...v8.7.0) (2024-09-14) ### Bug Fixes diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index c930173d6..3b9f06379 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.7.0", + "version": "8.8.0", "keywords": [ "aurelia", "datagrid",