diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1e961d5..1540f008c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.10.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.0...v8.10.1) (2024-11-09) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1283](https://github.com/ghiscoding/aurelia-slickgrid/issues/1283)) ([ad1326f](https://github.com/ghiscoding/aurelia-slickgrid/commit/ad1326fe1e744c69f55730b533cbb166743326e8)) - by @renovate-bot +* few more Styling Theme fixes & Grid Service fixes ([#1284](https://github.com/ghiscoding/aurelia-slickgrid/issues/1284)) ([e43c5d4](https://github.com/ghiscoding/aurelia-slickgrid/commit/e43c5d4e7fdeb6460bd909a3f8e10ff327603d1b)) - by @ghiscoding + ## [8.10.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.1...v8.10.0) (2024-11-02) ### Features * switch to SASS `@use` and remove any `@import` to fix deprecations ([#1278](https://github.com/ghiscoding/aurelia-slickgrid/issues/1278)) ([d1a90af](https://github.com/ghiscoding/aurelia-slickgrid/commit/d1a90afd85822eca4e911abbce6b5c869acfbbf0)) - by @ghiscoding - ### Bug Fixes * **deps:** update all non-major dependencies ([#1279](https://github.com/ghiscoding/aurelia-slickgrid/issues/1279)) ([0af14d2](https://github.com/ghiscoding/aurelia-slickgrid/commit/0af14d23c2ec9c9f314126aea3ac14af9c16336f)) - by @renovate-bot * more styling fixes after switching to `@use` instead of `@import` ([#1281](https://github.com/ghiscoding/aurelia-slickgrid/issues/1281)) ([00acc4a](https://github.com/ghiscoding/aurelia-slickgrid/commit/00acc4a86035ab908b566c1b5f2f42edbe975a40)) - by @ghiscoding - ## [8.9.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.8.0...v8.9.0) (2024-10-19) ### Features diff --git a/lerna.json b/lerna.json index 28027f39b..ba6947500 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.10.0", + "version": "8.10.1", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index 4ac453b74..1be367125 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/CHANGELOG.md @@ -3,19 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.10.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.0...v8.10.1) (2024-11-09) + +### Bug Fixes + +* few more Styling Theme fixes & Grid Service fixes ([#1284](https://github.com/ghiscoding/aurelia-slickgrid/issues/1284)) ([e43c5d4](https://github.com/ghiscoding/aurelia-slickgrid/commit/e43c5d4e7fdeb6460bd909a3f8e10ff327603d1b)) - by @ghiscoding + ## [8.10.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.1...v8.10.0) (2024-11-02) ### Features * switch to SASS `@use` and remove any `@import` to fix deprecations ([#1278](https://github.com/ghiscoding/aurelia-slickgrid/issues/1278)) ([d1a90af](https://github.com/ghiscoding/aurelia-slickgrid/commit/d1a90afd85822eca4e911abbce6b5c869acfbbf0)) - by @ghiscoding - ### Bug Fixes * **deps:** update all non-major dependencies ([#1279](https://github.com/ghiscoding/aurelia-slickgrid/issues/1279)) ([0af14d2](https://github.com/ghiscoding/aurelia-slickgrid/commit/0af14d23c2ec9c9f314126aea3ac14af9c16336f)) - by @renovate-bot * more styling fixes after switching to `@use` instead of `@import` ([#1281](https://github.com/ghiscoding/aurelia-slickgrid/issues/1281)) ([00acc4a](https://github.com/ghiscoding/aurelia-slickgrid/commit/00acc4a86035ab908b566c1b5f2f42edbe975a40)) - by @ghiscoding - ## [8.9.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.8.0...v8.9.0) (2024-10-19) ### Features diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 2e26759d2..bc499e104 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.10.0", + "version": "8.10.1", "keywords": [ "aurelia", "datagrid",