Skip to content

Commit 9cf960b

Browse files
committed
chore(release): publish new version v8.12.0
1 parent 9be6b78 commit 9cf960b

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.12.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.11.0...v8.12.0) (2025-01-21)
7+
8+
### Features
9+
10+
* add `rowspan` implementation ([#1307](https://github.com/ghiscoding/aurelia-slickgrid/issues/1307)) ([9be6b78](https://github.com/ghiscoding/aurelia-slickgrid/commit/9be6b7826169d48c1d3b5f82a03881b1b2614abb)) - by @ghiscoding
11+
12+
### Bug Fixes
13+
14+
* **deps:** update all non-major dependencies ([#1302](https://github.com/ghiscoding/aurelia-slickgrid/issues/1302)) ([1e23bcf](https://github.com/ghiscoding/aurelia-slickgrid/commit/1e23bcf2c783128a830e707db7ab9a1611a6458c)) - by @renovate-bot
15+
616
## [8.11.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.2...v8.11.0) (2024-12-14)
717

818
### Features

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

packages/aurelia-slickgrid/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.12.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.11.0...v8.12.0) (2025-01-21)
7+
8+
### Features
9+
10+
* add `rowspan` implementation ([#1307](https://github.com/ghiscoding/aurelia-slickgrid/issues/1307)) ([9be6b78](https://github.com/ghiscoding/aurelia-slickgrid/commit/9be6b7826169d48c1d3b5f82a03881b1b2614abb)) - by @ghiscoding
11+
12+
### Bug Fixes
13+
14+
* **deps:** update all non-major dependencies ([#1302](https://github.com/ghiscoding/aurelia-slickgrid/issues/1302)) ([1e23bcf](https://github.com/ghiscoding/aurelia-slickgrid/commit/1e23bcf2c783128a830e707db7ab9a1611a6458c)) - by @renovate-bot
15+
616
## [8.11.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.10.2...v8.11.0) (2024-12-14)
717

818
### Features

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

0 commit comments

Comments
 (0)