Skip to content

Commit

Permalink
chore(release): publish new version 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 13, 2024
1 parent 44f933e commit 006d298
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.

## [7.4.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.0...v7.4.1) (2024-02-13)

### Bug Fixes

* update to latest Slickgrid-Universal v4.4.1 ([44f933e](https://github.com/ghiscoding/aurelia-slickgrid/commit/44f933ec6dc3b2306f5139b63eeb68777aacfdcb)) - by @ghiscoding

# [7.4.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.3.1...v7.4.0) (2024-02-13)

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

## [7.4.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.0...v7.4.1) (2024-02-13)

### Bug Fixes

* update to latest Slickgrid-Universal v4.4.1 ([44f933e](https://github.com/ghiscoding/aurelia-slickgrid/commit/44f933ec6dc3b2306f5139b63eeb68777aacfdcb)) - by @ghiscoding

# [7.4.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.3.1...v7.4.0) (2024-02-13)

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

0 comments on commit 006d298

Please sign in to comment.