Skip to content

Commit

Permalink
chore(release): publish new version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 23, 2024
1 parent 60c8f30 commit 85e771c
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.

# [7.6.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.5.0...v7.6.0) (2024-03-23)

### Bug Fixes

* Filter `model` is now `FilterConstructor` and shouldn't be newed ([#1169](https://github.com/ghiscoding/aurelia-slickgrid/issues/1169)) ([de97e6c](https://github.com/ghiscoding/aurelia-slickgrid/commit/de97e6cb3b225a9b5778010b22f6fcfa48297f7a)) - by @ghiscoding
* hide Toggle Dark Mode from Grid Menu by default ([#1167](https://github.com/ghiscoding/aurelia-slickgrid/issues/1167)) ([f9be216](https://github.com/ghiscoding/aurelia-slickgrid/commit/f9be2165ba3bf83cc348f3c8930b38b285b181fa)) - by @ghiscoding

### Features

* rename SG `editorClass` & deprecate `internalColumnEditor` ([#1168](https://github.com/ghiscoding/aurelia-slickgrid/issues/1168)) ([bb958ff](https://github.com/ghiscoding/aurelia-slickgrid/commit/bb958ff42f69aa12fafdef37d173d2b34ef01a2c)) - by @ghiscoding

# [7.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05)

### 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": "7.5.0",
"version": "7.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.

# [7.6.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.5.0...v7.6.0) (2024-03-23)

### Bug Fixes

* hide Toggle Dark Mode from Grid Menu by default ([#1167](https://github.com/ghiscoding/aurelia-slickgrid/issues/1167)) ([f9be216](https://github.com/ghiscoding/aurelia-slickgrid/commit/f9be2165ba3bf83cc348f3c8930b38b285b181fa)) - by @ghiscoding

### Features

* rename SG `editorClass` & deprecate `internalColumnEditor` ([#1168](https://github.com/ghiscoding/aurelia-slickgrid/issues/1168)) ([bb958ff](https://github.com/ghiscoding/aurelia-slickgrid/commit/bb958ff42f69aa12fafdef37d173d2b34ef01a2c)) - by @ghiscoding

# [7.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05)

### 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": "7.5.0",
"version": "7.6.0",
"keywords": [
"aurelia",
"datagrid",
Expand Down

0 comments on commit 85e771c

Please sign in to comment.