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

Commit 88fd6ee

Browse files
committed
chore(release): 4.2.2
1 parent 495c6cc commit 88fd6ee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.2.2](https://github.com/ghiscoding/angular-slickgrid/compare/v4.2.1...v4.2.2) (2022-07-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **plugin:** Row Detail column sorting was offset, fixes [#949](https://github.com/ghiscoding/angular-slickgrid/issues/949) ([09cc298](https://github.com/ghiscoding/angular-slickgrid/commit/09cc298abc15adaa58c500ac9f7052156dc97c27))
11+
512
### [4.2.1](https://github.com/ghiscoding/angular-slickgrid/compare/v4.2.0...v4.2.1) (2022-06-18)
613

714
## [4.2.0](https://github.com/ghiscoding/angular-slickgrid/compare/v4.1.4...v4.2.0) (2022-06-18)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -151,4 +151,4 @@
151151
"resolutions": {
152152
"caniuse-lite": "1.0.30001361"
153153
}
154-
}
154+
}

0 commit comments

Comments
 (0)