Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 35f662d

Browse files
committed
chore(release): publish new version v8.14.1
1 parent fe9d56f commit 35f662d

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.14.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.14.0...v8.14.1) (2025-05-08)
7+
8+
### Bug Fixes
9+
10+
* Row Detail open/close multiple times should always re-render ([#1349](https://github.com/ghiscoding/aurelia-slickgrid/issues/1349)) ([fe9d56f](https://github.com/ghiscoding/aurelia-slickgrid/commit/fe9d56ff3de379bf8697f2609300ea5ab2925d68)) - by @ghiscoding
11+
612
## [8.14.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.13.4...v8.14.0) (2025-04-26)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "8.14.0",
3+
"version": "8.14.1",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

packages/aurelia-slickgrid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.14.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.14.0...v8.14.1) (2025-05-08)
7+
8+
### Bug Fixes
9+
10+
* Row Detail open/close multiple times should always re-render ([#1349](https://github.com/ghiscoding/aurelia-slickgrid/issues/1349)) ([fe9d56f](https://github.com/ghiscoding/aurelia-slickgrid/commit/fe9d56ff3de379bf8697f2609300ea5ab2925d68)) - by @ghiscoding
11+
612
## [8.14.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.13.4...v8.14.0) (2025-04-26)
713

814
### Features

packages/aurelia-slickgrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aurelia-slickgrid",
33
"description": "Slickgrid components made available in Aurelia",
4-
"version": "8.14.0",
4+
"version": "8.14.1",
55
"keywords": [
66
"aurelia",
77
"datagrid",

0 commit comments

Comments
 (0)