diff --git a/docs/changelog.md b/docs/changelog.md index e45a1a589..cf88a495e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/projects/ngx-datatable/package.json b/projects/ngx-datatable/package.json index cb7c9dc0e..ef7c6261e 100644 --- a/projects/ngx-datatable/package.json +++ b/projects/ngx-datatable/package.json @@ -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",