Skip to content

Commit

Permalink
chore(release): publish new version v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jun 18, 2024
1 parent d4b1e28 commit 047b2e8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.1.0...v8.2.0) (2024-06-18)

### Features

* add Footer Totals Row and fix footer styling ([#1224](https://github.com/ghiscoding/aurelia-slickgrid/issues/1224)) ([f1ae45c](https://github.com/ghiscoding/aurelia-slickgrid/commit/f1ae45cbf15ab5cfedfd2bfe6611b65f715064c6)) - by @ghiscoding
* add new optional `filterShortcuts` to Column Filter ([#1223](https://github.com/ghiscoding/aurelia-slickgrid/issues/1223)) ([d4b1e28](https://github.com/ghiscoding/aurelia-slickgrid/commit/d4b1e281f64ebde50d939e1410ba9ecc3aa4ebd5)) - by @ghiscoding
* paste multiline content as single cell ([3e74491](https://github.com/ghiscoding/aurelia-slickgrid/commit/3e7449135453bfb48d7bef6e5e89afb06ddfd3b6)) - by @ghiscoding

## [8.1.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.0.1...v8.1.0) (2024-06-08)

### Features
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.1.0",
"version": "8.2.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.2.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.1.0...v8.2.0) (2024-06-18)

### Features

* add new optional `filterShortcuts` to Column Filter ([#1223](https://github.com/ghiscoding/aurelia-slickgrid/issues/1223)) ([d4b1e28](https://github.com/ghiscoding/aurelia-slickgrid/commit/d4b1e281f64ebde50d939e1410ba9ecc3aa4ebd5)) - by @ghiscoding

## [8.1.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.0.1...v8.1.0) (2024-06-08)

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

0 comments on commit 047b2e8

Please sign in to comment.