Skip to content

Commit

Permalink
chore(release): publish new version v8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 14, 2024
1 parent f56b0c8 commit 72d5e51
Show file tree
Hide file tree
Showing 4 changed files with 20 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.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.1...v8.6.2) (2024-09-14)

### Bug Fixes

* **deps:** update dependency @faker-js/faker to v9 ([#1262](https://github.com/ghiscoding/aurelia-slickgrid/issues/1262)) ([ec26df3](https://github.com/ghiscoding/aurelia-slickgrid/commit/ec26df3af80dbbce9abbed0d622dabc17ef10c06)) - by @renovate-bot

### Performance Improvements

* don't invalidate grid rows more than once ([#1265](https://github.com/ghiscoding/aurelia-slickgrid/issues/1265)) ([740995c](https://github.com/ghiscoding/aurelia-slickgrid/commit/740995c5a7d7b12c2da157f39d9f98568e945cef)) - by @ghiscoding
* upgrade Slickgrid-Universal with perf improvements ([#1266](https://github.com/ghiscoding/aurelia-slickgrid/issues/1266)) ([f56b0c8](https://github.com/ghiscoding/aurelia-slickgrid/commit/f56b0c87f0f5d077e0d38cb107ea863e5c401d4b)) - by @ghiscoding

## [8.6.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.0...v8.6.1) (2024-08-31)

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

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

### Performance Improvements

* don't invalidate grid rows more than once ([#1265](https://github.com/ghiscoding/aurelia-slickgrid/issues/1265)) ([740995c](https://github.com/ghiscoding/aurelia-slickgrid/commit/740995c5a7d7b12c2da157f39d9f98568e945cef)) - by @ghiscoding
* upgrade Slickgrid-Universal with perf improvements ([#1266](https://github.com/ghiscoding/aurelia-slickgrid/issues/1266)) ([f56b0c8](https://github.com/ghiscoding/aurelia-slickgrid/commit/f56b0c87f0f5d077e0d38cb107ea863e5c401d4b)) - by @ghiscoding

## [8.6.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.6.0...v8.6.1) (2024-08-31)

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

0 comments on commit 72d5e51

Please sign in to comment.