Skip to content

Commit

Permalink
chore(release): publish new version v8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 24, 2024
1 parent 640a93c commit 7e4d60d
Show file tree
Hide file tree
Showing 4 changed files with 23 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.6.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.5.2...v8.6.0) (2024-08-24)

### Features

* migrate back to Vanilla-Calendar-Pro ([#1256](https://github.com/ghiscoding/aurelia-slickgrid/issues/1256)) ([40f2c34](https://github.com/ghiscoding/aurelia-slickgrid/commit/40f2c346415a3f19917ec9667856a3a05e8df798)) - by @ghiscoding
* new Drag to Recycle Bin demo ([#1257](https://github.com/ghiscoding/aurelia-slickgrid/issues/1257)) ([640a93c](https://github.com/ghiscoding/aurelia-slickgrid/commit/640a93c044f08fec8820a1675f95bfa9f404ddcf)) - by @ghiscoding

### Bug Fixes

* register RowDetail and dispose of it only once ([#1253](https://github.com/ghiscoding/aurelia-slickgrid/issues/1253)) ([d598c6d](https://github.com/ghiscoding/aurelia-slickgrid/commit/d598c6d2a6e53255eb9b9b6361c3e9e465e6c3a7)) - by @ghiscoding

## [8.5.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.5.1...v8.5.2) (2024-08-17)

### 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.5.2",
"version": "8.6.0",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
10 changes: 10 additions & 0 deletions packages/aurelia-slickgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.6.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.5.2...v8.6.0) (2024-08-24)

### Features

* migrate back to Vanilla-Calendar-Pro ([#1256](https://github.com/ghiscoding/aurelia-slickgrid/issues/1256)) ([40f2c34](https://github.com/ghiscoding/aurelia-slickgrid/commit/40f2c346415a3f19917ec9667856a3a05e8df798)) - by @ghiscoding

### Bug Fixes

* register RowDetail and dispose of it only once ([#1253](https://github.com/ghiscoding/aurelia-slickgrid/issues/1253)) ([d598c6d](https://github.com/ghiscoding/aurelia-slickgrid/commit/d598c6d2a6e53255eb9b9b6361c3e9e465e6c3a7)) - by @ghiscoding

## [8.5.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.5.1...v8.5.2) (2024-08-17)

### Bug Fixes
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.5.2",
"version": "8.6.0",
"keywords": [
"aurelia",
"datagrid",
Expand Down

0 comments on commit 7e4d60d

Please sign in to comment.