Skip to content

Commit

Permalink
chore(release): publish new version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 21, 2024
1 parent 9baf115 commit aee8208
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions 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.3.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.2.1...v7.3.0) (2024-01-21)

### Features

* **plugin:** new Row Based Editing ([#1150](https://github.com/ghiscoding/aurelia-slickgrid/issues/1150)) ([9baf115](https://github.com/ghiscoding/aurelia-slickgrid/commit/9baf115cf6b5ba15014e5a2d9b99282dbbca349a)) - by @ghiscoding

### Performance Improvements

* **resizer:** `autosizeColumns` is called too many times on page load ([#1148](https://github.com/ghiscoding/aurelia-slickgrid/issues/1148)) ([f4f64b3](https://github.com/ghiscoding/aurelia-slickgrid/commit/f4f64b37127054d32326d9c2c497752462e2a1a0)) - by @ghiscoding

## [7.2.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.2.0...v7.2.1) (2023-12-30)

### 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.2.1",
"version": "7.3.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.3.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.2.1...v7.3.0) (2024-01-21)

### Features

* **plugin:** new Row Based Editing ([#1150](https://github.com/ghiscoding/aurelia-slickgrid/issues/1150)) ([9baf115](https://github.com/ghiscoding/aurelia-slickgrid/commit/9baf115cf6b5ba15014e5a2d9b99282dbbca349a)) - by @ghiscoding

### Performance Improvements

* **resizer:** `autosizeColumns` is called too many times on page load ([#1148](https://github.com/ghiscoding/aurelia-slickgrid/issues/1148)) ([f4f64b3](https://github.com/ghiscoding/aurelia-slickgrid/commit/f4f64b37127054d32326d9c2c497752462e2a1a0)) - by @ghiscoding

## [7.2.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.2.0...v7.2.1) (2023-12-30)

### 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,6 +1,6 @@
{
"name": "aurelia-slickgrid",
"version": "7.2.1",
"version": "7.3.0",
"keywords": [
"aurelia",
"datagrid",
Expand Down

0 comments on commit aee8208

Please sign in to comment.