From 31f85a7061c9cf438672d3db6bb19c5a33b80fce Mon Sep 17 00:00:00 2001 From: Andre Rossi Date: Tue, 7 Jan 2025 09:25:25 -0300 Subject: [PATCH] chore: upgrade version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f79892..a74340dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1 + +- [DSGroupCard] Improved the scrolling of reply messages + ## 0.3.0 - Add support to new Flutter version (3.27.1) diff --git a/pubspec.yaml b/pubspec.yaml index 478c5117..0e71f7ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: blip_ds description: Blip Design System for Flutter. -version: 0.3.0 +version: 0.3.1 homepage: https://github.com/takenet/blip-ds-flutter#readme repository: https://github.com/takenet/blip-ds-flutter