From 359730e20327b0a664de1f534bcad52d86a0e4eb Mon Sep 17 00:00:00 2001 From: Niels Rijnberg Date: Tue, 10 Mar 2026 10:37:56 +0100 Subject: [PATCH] Bump versions add changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688381a..517a327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.0.19 +* Added extra surface group colors, added extra accent and accentFill color groups + ## 0.0.18 * Made `AnnotatedText` accessible diff --git a/pubspec.yaml b/pubspec.yaml index 2753309..51f1cff 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.18 +version: 0.0.19 homepage: https://dutchcodingcompany.com repository: https://github.com/DutchCodingCompany/dcc_toolkit