Skip to content

Commit

Permalink
chore(release): publish new version v8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 30, 2024
1 parent 64fcf52 commit 1706ba2
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.10.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.1...v8.10.2) (2024-11-30)

### Bug Fixes

* update Slickgrid-Universal to fix a few UI issues ([#1293](https://github.com/ghiscoding/aurelia-slickgrid/issues/1293)) ([64fcf52](https://github.com/ghiscoding/aurelia-slickgrid/commit/64fcf52e62379e40f476be1392ba64646666ff60)) - by @ghiscoding

## [8.10.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.0...v8.10.1) (2024-11-09)

### 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.10.1",
"version": "8.10.2",
"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.10.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.1...v8.10.2) (2024-11-30)

### Bug Fixes

* update Slickgrid-Universal to fix a few UI issues ([#1293](https://github.com/ghiscoding/aurelia-slickgrid/issues/1293)) ([64fcf52](https://github.com/ghiscoding/aurelia-slickgrid/commit/64fcf52e62379e40f476be1392ba64646666ff60)) - by @ghiscoding

## [8.10.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.0...v8.10.1) (2024-11-09)

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

0 comments on commit 1706ba2

Please sign in to comment.