diff --git a/CHANGELOG.md b/CHANGELOG.md index 728fd1e..c4369d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.0.16 +* Added PaginationStateView +* Added HighlightedText +* Added native dialog button text styling +* Added PaginationState equality operator and hashCode + ## 0.0.15 * Added `FutureOr` to `showNativeDialog` as return type; diff --git a/pubspec.yaml b/pubspec.yaml index faffa96..4dd0bf0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dcc_toolkit description: "Internal toolkit package used by the DCC team." -version: 0.0.15 +version: 0.0.16 homepage: https://dutchcodingcompany.com repository: https://github.com/DutchCodingCompany/dcc_toolkit