Skip to content

Commit

Permalink
(release): 22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timowolf committed Jul 26, 2024
1 parent d4f1ba5 commit bff1034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 22.4.1 (2024-07-26)

### Bug Fixes

- **disabled-rows:** recalculate only if row differs (#73) (f3131cb)
- tree grouping breaks if rows are assigned statically (#77) (d4f1ba5)

## 22.4.0

- Feature: support removing sort on column (#64)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-datatable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
"version": "22.4.0",
"version": "22.4.1",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=17.0.0",
Expand Down

0 comments on commit bff1034

Please sign in to comment.