diff --git a/CHANGELOG.md b/CHANGELOG.md index c4369d3..50dce3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog +## 0.0.17 +* Added debouncer +* Added all sizes, paddings, radiusses and dimensions +* Made textAlign available for AnnotatedText widget + ## 0.0.16 * Added PaginationStateView -* Added HighlightedText +* Added AnnotatedText * Added native dialog button text styling * Added PaginationState equality operator and hashCode diff --git a/pubspec.yaml b/pubspec.yaml index 4dd0bf0..77f1cce 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.16 +version: 0.0.17 homepage: https://dutchcodingcompany.com repository: https://github.com/DutchCodingCompany/dcc_toolkit