Skip to content

Commit

Permalink
chore(release): publish new version v8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 9, 2024
1 parent e43c5d4 commit 9fb154b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 6 additions & 2 deletions packages/aurelia-slickgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9fb154b

Please sign in to comment.