diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2f6edbd..9967098c9 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. +# [7.6.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.5.0...v7.6.0) (2024-03-23) + +### Bug Fixes + +* Filter `model` is now `FilterConstructor` and shouldn't be newed ([#1169](https://github.com/ghiscoding/aurelia-slickgrid/issues/1169)) ([de97e6c](https://github.com/ghiscoding/aurelia-slickgrid/commit/de97e6cb3b225a9b5778010b22f6fcfa48297f7a)) - by @ghiscoding +* hide Toggle Dark Mode from Grid Menu by default ([#1167](https://github.com/ghiscoding/aurelia-slickgrid/issues/1167)) ([f9be216](https://github.com/ghiscoding/aurelia-slickgrid/commit/f9be2165ba3bf83cc348f3c8930b38b285b181fa)) - by @ghiscoding + +### Features + +* rename SG `editorClass` & deprecate `internalColumnEditor` ([#1168](https://github.com/ghiscoding/aurelia-slickgrid/issues/1168)) ([bb958ff](https://github.com/ghiscoding/aurelia-slickgrid/commit/bb958ff42f69aa12fafdef37d173d2b34ef01a2c)) - by @ghiscoding + # [7.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ca2689c99..6a41c3dc2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "7.5.0", + "version": "7.6.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index 1567dc1f3..d3dc5211e 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.6.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.5.0...v7.6.0) (2024-03-23) + +### Bug Fixes + +* hide Toggle Dark Mode from Grid Menu by default ([#1167](https://github.com/ghiscoding/aurelia-slickgrid/issues/1167)) ([f9be216](https://github.com/ghiscoding/aurelia-slickgrid/commit/f9be2165ba3bf83cc348f3c8930b38b285b181fa)) - by @ghiscoding + +### Features + +* rename SG `editorClass` & deprecate `internalColumnEditor` ([#1168](https://github.com/ghiscoding/aurelia-slickgrid/issues/1168)) ([bb958ff](https://github.com/ghiscoding/aurelia-slickgrid/commit/bb958ff42f69aa12fafdef37d173d2b34ef01a2c)) - by @ghiscoding + # [7.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05) ### Bug Fixes diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 2c42019cf..aa373f4db 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": "7.5.0", + "version": "7.6.0", "keywords": [ "aurelia", "datagrid",