Skip to content

Commit

Permalink
chore(release): publish new version v8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 2, 2024
1 parent aae93e2 commit 1697e4a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.9.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.0...v8.9.1) (2024-11-02)

### Features

* switch to SASS `[@use](https://github.com/use)` and remove any `[@import](https://github.com/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](https://github.com/use) instead of [@imports](https://github.com/imports) ([#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.9.0",
"version": "8.9.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/aurelia-slickgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.9.0...v8.9.1) (2024-11-02)

### 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

## [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.9.0",
"version": "8.9.1",
"keywords": [
"aurelia",
"datagrid",
Expand Down

0 comments on commit 1697e4a

Please sign in to comment.