From 864dce4d4b801292ad51406ee1ca38606619f50a Mon Sep 17 00:00:00 2001 From: Chandra Abdul Fattah Date: Tue, 19 Aug 2025 19:53:48 +0700 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 56d3407..081bd6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: country_code_picker description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox -version: 3.3.1 +version: 3.4.0 homepage: https://github.com/chandrabezzo/CountryCodePicker repository: https://github.com/chandrabezzo/CountryCodePicker issue_tracker: https://github.com/imtoori/CountryCodePicker/issues From 0cc1771ebf3196365e8d8f8cb6684ea81f7d61de Mon Sep 17 00:00:00 2001 From: Chandra Abdul Fattah Date: Tue, 19 Aug 2025 19:56:28 +0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa797fb..f49fd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.4.0 - August 19 2025 +- Fix China translation +- Adding flag autofocus + ## 3.3.1 - August 19 2025 - Fix French translation accent display issue - Correct French country name translations (Biélorussie, Koweït, Grenade, etc.)