From a40fe2aa865d9cc960a217fe2288d4650f236cec Mon Sep 17 00:00:00 2001 From: Niels Rijnberg Date: Tue, 29 Apr 2025 10:30:10 +0200 Subject: [PATCH] Bump version number and add readme description --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad7535..a073433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog +## 0.0.14 +* Added Pagination +* Added RefreshStreamMixin + ## 0.0.13 -* added automatic closing of native dialog. +* Added automatic closing of native dialog. ## 0.0.12 * Updated dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 7b3cc9c..150e0bd 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.13 +version: 0.0.14 homepage: https://dutchcodingcompany.com repository: https://github.com/DutchCodingCompany/dcc_toolkit