From bcca5e9ed8462e80ee32d79e666866a83ad55c9a Mon Sep 17 00:00:00 2001 From: Andre Rossi Date: Fri, 13 Sep 2024 16:45:05 -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 36be446b..3823e506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.3 + +- [DSPhoneInput] Add support to select current country code. + ## 0.2.2 - [DSButton] Removed border color when `borderColor` property is not informed. diff --git a/pubspec.yaml b/pubspec.yaml index 8eb35b17..6d433e07 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: blip_ds description: Blip Design System for Flutter. -version: 0.2.2 +version: 0.2.3 homepage: https://github.com/takenet/blip-ds-flutter#readme repository: https://github.com/takenet/blip-ds-flutter