diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4db2e7b..1511fa7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.0.0...v8.0.1) (2024-05-12) + +### Bug Fixes + +* small styling issues & better primary color support w/Dark Mode ([#1204](https://github.com/ghiscoding/aurelia-slickgrid/issues/1204)) ([9636a5b](https://github.com/ghiscoding/aurelia-slickgrid/commit/9636a5bdbb5a5fdbfebc5c1a54e54d412361c344)) - by @ghiscoding + ## [8.0.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.7.0...v8.0.0) (2024-05-10) > [!NOTE] diff --git a/lerna.json b/lerna.json index e6b1fb7a9..815abf565 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.0.0", + "version": "8.0.1", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index e4ed51321..153218268 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.0.0...v8.0.1) (2024-05-12) + +### Bug Fixes + +* small styling issues & better primary color support w/Dark Mode ([#1204](https://github.com/ghiscoding/aurelia-slickgrid/issues/1204)) ([9636a5b](https://github.com/ghiscoding/aurelia-slickgrid/commit/9636a5bdbb5a5fdbfebc5c1a54e54d412361c344)) - by @ghiscoding + ## [8.0.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.7.0...v8.0.0) (2024-05-10) ### ⚠ BREAKING CHANGES diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 86c5c9436..b67cf8775 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.0.0", + "version": "8.0.1", "keywords": [ "aurelia", "datagrid",