Skip to content

Commit

Permalink
(release): 22.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timowolf committed Apr 29, 2024
1 parent 2d7244f commit 22ae390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 22.2.1

- Fix: revert add types for table rows

We introduced a breaking change, as `undefined` was
not allowed as row input any more. Reverting the change
and will re-introduce as the typing later.

## 22.2.0

- Feature: add types for table rows
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.2.0",
"version": "22.2.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 22ae390

Please sign in to comment.