From dec8a7d5d4b4d042c0e83ccdf3dfc0a93c716aae Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sat, 17 Aug 2024 04:07:09 +0000 Subject: [PATCH] chore(release): publish new version v8.5.1 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- packages/aurelia-slickgrid/CHANGELOG.md | 7 +++++++ packages/aurelia-slickgrid/package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5df6ad0a..46d564894 100644 --- a/CHANGELOG.md +++ b/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.5.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.5.0...v8.5.1) (2024-08-17) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1249](https://github.com/ghiscoding/aurelia-slickgrid/issues/1249)) ([e439c05](https://github.com/ghiscoding/aurelia-slickgrid/commit/e439c05c3af2d8e0e9c89bd9e415cfe2e330325e)) - by @renovate-bot +* Tree Data should work without initial sort ([#1251](https://github.com/ghiscoding/aurelia-slickgrid/issues/1251)) ([98546d0](https://github.com/ghiscoding/aurelia-slickgrid/commit/98546d063c29a5611b26780861ec349c1d9ae046)) - by @ghiscoding + ## [8.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.4.0...v8.5.0) (2024-08-07) ### Features diff --git a/lerna.json b/lerna.json index a50bf8a4d..3a808edcb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.5.0", + "version": "8.5.1", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index b909ccd2b..e52eb4cbb 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.5.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.5.0...v8.5.1) (2024-08-17) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1249](https://github.com/ghiscoding/aurelia-slickgrid/issues/1249)) ([e439c05](https://github.com/ghiscoding/aurelia-slickgrid/commit/e439c05c3af2d8e0e9c89bd9e415cfe2e330325e)) - by @renovate-bot +* Tree Data should work without initial sort ([#1251](https://github.com/ghiscoding/aurelia-slickgrid/issues/1251)) ([98546d0](https://github.com/ghiscoding/aurelia-slickgrid/commit/98546d063c29a5611b26780861ec349c1d9ae046)) - by @ghiscoding + ## [8.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.4.0...v8.5.0) (2024-08-07) ### Features diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index c6f0b2841..63cad701c 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.5.0", + "version": "8.5.1", "keywords": [ "aurelia", "datagrid",