From cac766a463655c16e5aca9e27baa0271885af344 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Mon, 9 Dec 2024 13:12:23 +0100 Subject: [PATCH] chore(dfx-bootstrap-table): release version 5.0.0 --- libs/dfx-bootstrap-table/CHANGELOG.md | 10 ++++++++++ libs/dfx-bootstrap-table/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libs/dfx-bootstrap-table/CHANGELOG.md b/libs/dfx-bootstrap-table/CHANGELOG.md index aa95428d..c4ff797b 100644 --- a/libs/dfx-bootstrap-table/CHANGELOG.md +++ b/libs/dfx-bootstrap-table/CHANGELOG.md @@ -1,4 +1,14 @@ +# [5.0.0](https://github.com/Dafnik/dfts-common/compare/dfx-bootstrap-table-4.0.1...dfx-bootstrap-table-5.0.0) (2024-12-09) + + +### Features + +* angular 19 update ([c3dd6c3](https://github.com/Dafnik/dfts-common/commit/c3dd6c3ff92ceb701fafae3f65eee559b686f7dc)) +* **dfx-bootstrap-table:** upgrade to Angular 19 ([f92fb9d](https://github.com/Dafnik/dfts-common/commit/f92fb9de0fb4c5078f80b4d2249ffbac9751bff9)) + + + ## [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) diff --git a/libs/dfx-bootstrap-table/package.json b/libs/dfx-bootstrap-table/package.json index 8661794a..df323ea4 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.1", + "version": "5.0.0", "description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.", "private": false, "sideEffects": false,