diff --git a/libs/dfx-bootstrap-table/CHANGELOG.md b/libs/dfx-bootstrap-table/CHANGELOG.md index b6eec6fa..aa95428d 100644 --- a/libs/dfx-bootstrap-table/CHANGELOG.md +++ b/libs/dfx-bootstrap-table/CHANGELOG.md @@ -1,4 +1,13 @@ +## [4.0.1](https://github.com/Dafnik/dfts-common/compare/dfx-bootstrap-table-4.0.0...dfx-bootstrap-table-4.0.1) (2024-07-14) + + +### Bug Fixes + +* **dfx-bootstrap-table:** bump Angular to v18 ([956ded0](https://github.com/Dafnik/dfts-common/commit/956ded034995725c33c289151b0de0b2c0104968)) + + + # [4.0.0](https://github.com/Dafnik/dfts-common/compare/dfx-bootstrap-table-3.2.0...dfx-bootstrap-table-4.0.0) (2024-06-10) diff --git a/libs/dfx-bootstrap-table/package.json b/libs/dfx-bootstrap-table/package.json index 297b8818..d6b7f7fd 100644 --- a/libs/dfx-bootstrap-table/package.json +++ b/libs/dfx-bootstrap-table/package.json @@ -1,6 +1,6 @@ { "name": "dfx-bootstrap-table", - "version": "4.0.0", + "version": "4.0.1", "description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.", "private": false, "sideEffects": false,