Skip to content

Commit

Permalink
chore(release): publish new version v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 14, 2024
1 parent 21fca2d commit 4b57aa7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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.7.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.2...v8.7.0) (2024-09-14)

### Bug Fixes

* sort imports ([21fca2d](https://github.com/ghiscoding/aurelia-slickgrid/commit/21fca2dc331903265fdc2d5574adc5af527ea127)) - by @ghiscoding

## [8.6.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.1...v8.6.2) (2024-09-14)

### Bug Fixes
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.6.2",
"version": "8.7.0",
"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.7.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.2...v8.7.0) (2024-09-14)

### Bug Fixes

* sort imports ([21fca2d](https://github.com/ghiscoding/aurelia-slickgrid/commit/21fca2dc331903265fdc2d5574adc5af527ea127)) - by @ghiscoding

## [8.6.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.1...v8.6.2) (2024-09-14)

### Performance Improvements
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.6.2",
"version": "8.7.0",
"keywords": [
"aurelia",
"datagrid",
Expand Down

0 comments on commit 4b57aa7

Please sign in to comment.