diff --git a/libs/dfx-bootstrap-table/CHANGELOG.md b/libs/dfx-bootstrap-table/CHANGELOG.md index 3069ed77..d446fe93 100644 --- a/libs/dfx-bootstrap-table/CHANGELOG.md +++ b/libs/dfx-bootstrap-table/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.0.0-beta.3](https://github.com/Dafnik/dfts-common/compare/dfx-bootstrap-table-3.0.0-beta.2...dfx-bootstrap-table-3.0.0-beta.3) (2023-11-20) + +### Bug Fixes + +- sort direction export + # [3.0.0-beta.2](https://github.com/Dafnik/dfts-common/compare/dfx-bootstrap-table-3.0.0-beta.1...dfx-bootstrap-table-3.0.0-beta.2) (2023-11-20) ### Chore diff --git a/libs/dfx-bootstrap-table/package.json b/libs/dfx-bootstrap-table/package.json index e685bcac..21e2c63b 100644 --- a/libs/dfx-bootstrap-table/package.json +++ b/libs/dfx-bootstrap-table/package.json @@ -1,6 +1,6 @@ { "name": "dfx-bootstrap-table", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.", "private": false, "license": "MIT",