Skip to content

Commit

Permalink
chore: release v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 2, 2024
1 parent cc12881 commit 3c3613c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
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/angular-slickgrid/compare/v8.9.0...v8.10.0) (2024-11-02)

### Features

* switch to SASS `[@use](https://github.com/use)` and remove any `[@import](https://github.com/import)` to fix deprecations ([7669196](https://github.com/ghiscoding/angular-slickgrid/commit/7669196168174102bb75c91465ba232c9828a87c))

### Bug Fixes

* more styling fixes after switching to [@use](https://github.com/use) instead of [@imports](https://github.com/imports) ([099f132](https://github.com/ghiscoding/angular-slickgrid/commit/099f13257587d1ecbee65d8408f36049314f9bef))

## [8.9.0](https://github.com/ghiscoding/angular-slickgrid/compare/v8.8.1...v8.9.0) (2024-10-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "8.9.0",
"version": "8.10.0",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit 3c3613c

Please sign in to comment.