Skip to content

Commit 22ae390

Browse files
committed
(release): 22.2.1
1 parent 2d7244f commit 22ae390

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 22.2.1
4+
5+
- Fix: revert add types for table rows
6+
7+
We introduced a breaking change, as `undefined` was
8+
not allowed as row input any more. Reverting the change
9+
and will re-introduce as the typing later.
10+
311
## 22.2.0
412

513
- Feature: add types for table rows

projects/ngx-datatable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siemens/ngx-datatable",
3-
"version": "22.2.0",
3+
"version": "22.2.1",
44
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
55
"peerDependencies": {
66
"@angular/common": ">=17.0.0",

0 commit comments

Comments
 (0)