From f7c74c899330e9734356efe7e5a925d06eebebee Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sat, 2 Nov 2024 20:33:09 +0000 Subject: [PATCH] chore(release): publish new version v8.10.0 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/aurelia-slickgrid/CHANGELOG.md | 6 ++++++ packages/aurelia-slickgrid/package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14806492..4c62defc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.10.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.1...v8.10.0) (2024-11-02) + +### Features + +* bump to minor version ([729d38c](https://github.com/ghiscoding/aurelia-slickgrid/commit/729d38c06e4459965eb38077bbd90c0e2ce93218)) - by @ghiscoding +* replace `[@import](https://github.com/import)` with `[@use](https://github.com/use)` to fix SASS 2.0 deprecations ([12d9096](https://github.com/ghiscoding/aurelia-slickgrid/commit/12d9096f24850b3a1d6abf3cd7eebe3118a7fd88)) - by @ghiscoding +* replace `[@import](https://github.com/import)` with `[@use](https://github.com/use)` to fix SASS 2.0 deprecations ([c760439](https://github.com/ghiscoding/aurelia-slickgrid/commit/c760439656a58a9659f54893f242819477beda9f)) - by @ghiscoding + ## [8.9.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.0...v8.9.1) (2024-11-02) ### Features diff --git a/lerna.json b/lerna.json index 7c54931dd..28027f39b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "8.9.1", + "version": "8.10.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index aabb6f212..e47ad6391 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.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.1...v8.10.0) (2024-11-02) + +### Features + +* bump to minor version ([729d38c](https://github.com/ghiscoding/aurelia-slickgrid/commit/729d38c06e4459965eb38077bbd90c0e2ce93218)) - by @ghiscoding + ## [8.9.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.0...v8.9.1) (2024-11-02) ### Bug Fixes diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 5abb3f76e..ff6696ceb 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.9.1", + "version": "8.10.0", "keywords": [ "aurelia", "datagrid",