Skip to content

Commit

Permalink
chore(release): publish new version v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 29, 2024
1 parent 84ba58d commit 7424395
Show file tree
Hide file tree
Showing 4 changed files with 24 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.8.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.7.0...v8.8.0) (2024-09-29)

### Features

* option to improve Date Sorting by pre-parsing date items only once ([#1268](https://github.com/ghiscoding/aurelia-slickgrid/issues/1268)) ([3161d98](https://github.com/ghiscoding/aurelia-slickgrid/commit/3161d98adb1ae19887f170a42f93a4e5a1389803)) - by @ghiscoding

### Bug Fixes

* **deps:** update all non-major dependencies ([#1267](https://github.com/ghiscoding/aurelia-slickgrid/issues/1267)) ([64f3cb2](https://github.com/ghiscoding/aurelia-slickgrid/commit/64f3cb24e0867a0a9ab5a8fc8bd1310445d3354f)) - by @renovate-bot
* redraw all open row details whenever the grid is re-rendered ([#1269](https://github.com/ghiscoding/aurelia-slickgrid/issues/1269)) ([4ecb439](https://github.com/ghiscoding/aurelia-slickgrid/commit/4ecb4393a8033ddc4c0f68a2c6242dc6cb0da21f)) - by @ghiscoding

## [8.7.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.2...v8.7.0) (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.7.0",
"version": "8.8.0",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/aurelia-slickgrid/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.8.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.7.0...v8.8.0) (2024-09-29)

### Features

* option to improve Date Sorting by pre-parsing date items only once ([#1268](https://github.com/ghiscoding/aurelia-slickgrid/issues/1268)) ([3161d98](https://github.com/ghiscoding/aurelia-slickgrid/commit/3161d98adb1ae19887f170a42f93a4e5a1389803)) - by @ghiscoding

### Bug Fixes

* **deps:** update all non-major dependencies ([#1267](https://github.com/ghiscoding/aurelia-slickgrid/issues/1267)) ([64f3cb2](https://github.com/ghiscoding/aurelia-slickgrid/commit/64f3cb24e0867a0a9ab5a8fc8bd1310445d3354f)) - by @renovate-bot
* redraw all open row details whenever the grid is re-rendered ([#1269](https://github.com/ghiscoding/aurelia-slickgrid/issues/1269)) ([4ecb439](https://github.com/ghiscoding/aurelia-slickgrid/commit/4ecb4393a8033ddc4c0f68a2c6242dc6cb0da21f)) - by @ghiscoding

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

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

0 comments on commit 7424395

Please sign in to comment.