Skip to content

Commit

Permalink
chore: release v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 2, 2024
1 parent 7aa4490 commit 5f523e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.10.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.9.0...v5.10.0) (2024-11-02)

### Features

* replace `[@import](https://github.com/import)` with `[@use](https://github.com/use)` to fix SASS 2.0 deprecations ([7aa4490](https://github.com/ghiscoding/slickgrid-react/commit/7aa4490f7004c23bbb865549e9eed32c4cb02bc8))
* switch to SASS `[@use](https://github.com/use)` and remove any `[@import](https://github.com/import)` to fix deprecations ([#422](https://github.com/ghiscoding/slickgrid-react/issues/422)) ([0ab3721](https://github.com/ghiscoding/slickgrid-react/commit/0ab37211a2654ebce30e58b91edfbb3af8a588e4))

### Bug Fixes

* issue with Example30 scss file, invalid rgb value, fixes [#427](https://github.com/ghiscoding/slickgrid-react/issues/427) ([#428](https://github.com/ghiscoding/slickgrid-react/issues/428)) ([28cad57](https://github.com/ghiscoding/slickgrid-react/commit/28cad572a805dc4ce7677191db9a6ffaf2e3fbf9))
* more styling fixes after switching to [@use](https://github.com/use) instead of [@imports](https://github.com/imports) ([#429](https://github.com/ghiscoding/slickgrid-react/issues/429)) ([ad503d0](https://github.com/ghiscoding/slickgrid-react/commit/ad503d09e81c7b36264584b5685d215d9aeaa751))

## [5.9.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.8.0...v5.9.0) (2024-10-19)

### Features
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": "slickgrid-react",
"version": "5.9.0",
"version": "5.10.0",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down

0 comments on commit 5f523e5

Please sign in to comment.