diff --git a/CHANGELOG.md b/CHANGELOG.md index 1540f008c..0868c0bcc 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.10.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.1...v8.10.2) (2024-11-30) + +### Bug Fixes + +* update Slickgrid-Universal to fix a few UI issues ([#1293](https://github.com/ghiscoding/aurelia-slickgrid/issues/1293)) ([64fcf52](https://github.com/ghiscoding/aurelia-slickgrid/commit/64fcf52e62379e40f476be1392ba64646666ff60)) - by @ghiscoding + ## [8.10.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.0...v8.10.1) (2024-11-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ba6947500..773f29e0a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.10.1", + "version": "8.10.2", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index 1be367125..208173cee 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.10.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.1...v8.10.2) (2024-11-30) + +### Bug Fixes + +* update Slickgrid-Universal to fix a few UI issues ([#1293](https://github.com/ghiscoding/aurelia-slickgrid/issues/1293)) ([64fcf52](https://github.com/ghiscoding/aurelia-slickgrid/commit/64fcf52e62379e40f476be1392ba64646666ff60)) - by @ghiscoding + ## [8.10.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.0...v8.10.1) (2024-11-09) ### Bug Fixes diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 08b127849..5eefe783a 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.1", + "version": "8.10.2", "keywords": [ "aurelia", "datagrid",