Skip to content

Commit 682a710

Browse files
committed
chore(release): publish new version v8.13.0
1 parent 4ec5aac commit 682a710

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.12.2...v8.13.0) (2025-03-01)
7+
8+
### Features
9+
10+
* Row Detail with inner grids ([#1318](https://github.com/ghiscoding/aurelia-slickgrid/issues/1318)) ([26990c4](https://github.com/ghiscoding/aurelia-slickgrid/commit/26990c4f1c01e3eb7030a533130a3eaf5749c7ae)) - by @ghiscoding
11+
12+
### Bug Fixes
13+
14+
* **deps:** update all non-major dependencies ([#1313](https://github.com/ghiscoding/aurelia-slickgrid/issues/1313)) ([4ec5aac](https://github.com/ghiscoding/aurelia-slickgrid/commit/4ec5aac338e5d31f5d76d3dea1cdde8bf35a715a)) - by @renovate-bot
15+
* Row Detail could end up unmounting wrong panel index ([#1316](https://github.com/ghiscoding/aurelia-slickgrid/issues/1316)) ([92e4f32](https://github.com/ghiscoding/aurelia-slickgrid/commit/92e4f32185315c25a0670ad0148b052e7d8a1cfa)) - by @ghiscoding
16+
* Row Detail preload comp should call dispose lifecycle ([#1315](https://github.com/ghiscoding/aurelia-slickgrid/issues/1315)) ([bdb16e7](https://github.com/ghiscoding/aurelia-slickgrid/commit/bdb16e715a90e4416258a54d7f0d99a23bf89430)) - by @ghiscoding
17+
618
## [8.12.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.12.1...v8.12.2) (2025-02-08)
719

820
### Bug Fixes

lerna.json

+1-1
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.12.2",
3+
"version": "8.13.0",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

packages/aurelia-slickgrid/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.12.2...v8.13.0) (2025-03-01)
7+
8+
### Features
9+
10+
* Row Detail with inner grids ([#1318](https://github.com/ghiscoding/aurelia-slickgrid/issues/1318)) ([26990c4](https://github.com/ghiscoding/aurelia-slickgrid/commit/26990c4f1c01e3eb7030a533130a3eaf5749c7ae)) - by @ghiscoding
11+
12+
### Bug Fixes
13+
14+
* **deps:** update all non-major dependencies ([#1313](https://github.com/ghiscoding/aurelia-slickgrid/issues/1313)) ([4ec5aac](https://github.com/ghiscoding/aurelia-slickgrid/commit/4ec5aac338e5d31f5d76d3dea1cdde8bf35a715a)) - by @renovate-bot
15+
* Row Detail could end up unmounting wrong panel index ([#1316](https://github.com/ghiscoding/aurelia-slickgrid/issues/1316)) ([92e4f32](https://github.com/ghiscoding/aurelia-slickgrid/commit/92e4f32185315c25a0670ad0148b052e7d8a1cfa)) - by @ghiscoding
16+
* Row Detail preload comp should call dispose lifecycle ([#1315](https://github.com/ghiscoding/aurelia-slickgrid/issues/1315)) ([bdb16e7](https://github.com/ghiscoding/aurelia-slickgrid/commit/bdb16e715a90e4416258a54d7f0d99a23bf89430)) - by @ghiscoding
17+
618
## [8.12.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.12.1...v8.12.2) (2025-02-08)
719

820
### Bug Fixes

packages/aurelia-slickgrid/package.json

+1-1
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.12.2",
4+
"version": "8.13.0",
55
"keywords": [
66
"aurelia",
77
"datagrid",

0 commit comments

Comments
 (0)