diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc416477..e9e14e298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.3.0...v7.3.1) (2024-01-27) + +### Performance Improvements + +* decrease number of calls to translate all extensions only once ([#1151](https://github.com/ghiscoding/aurelia-slickgrid/issues/1151)) ([97966a1](https://github.com/ghiscoding/aurelia-slickgrid/commit/97966a1c2cd406f6826d0283d23e620ac7c2bdc4)) - by @ghiscoding + # [7.3.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.2.1...v7.3.0) (2024-01-21) ### Features diff --git a/lerna.json b/lerna.json index 11b1f7f12..200768760 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "7.3.0", + "version": "7.3.1", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index 0fc416477..e9e14e298 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/CHANGELOG.md @@ -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.3.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.3.0...v7.3.1) (2024-01-27) + +### Performance Improvements + +* decrease number of calls to translate all extensions only once ([#1151](https://github.com/ghiscoding/aurelia-slickgrid/issues/1151)) ([97966a1](https://github.com/ghiscoding/aurelia-slickgrid/commit/97966a1c2cd406f6826d0283d23e620ac7c2bdc4)) - by @ghiscoding + # [7.3.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.2.1...v7.3.0) (2024-01-21) ### Features diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 4dbafba94..8eb18306f 100644 --- a/packages/aurelia-slickgrid/package.json +++ b/packages/aurelia-slickgrid/package.json @@ -1,7 +1,7 @@ { "name": "aurelia-slickgrid", "description": "Slickgrid components made available in Aurelia", - "version": "7.3.0", + "version": "7.3.1", "keywords": [ "aurelia", "datagrid",