From ed872b548b73fdbf07dc0eb719a63266710c1bf4 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sun, 11 Oct 2020 12:33:10 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4252f..7e2c2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.6.0 + +- Added option to change close icon and search icon +- Fix bottom sheet overflow +- Make modal_bottom_sheet use dynamic versioning +- Add `barrierColor`, `backgroundColor` and `boxDecoration` properties + ## 1.5.0 - Add ko.json translations diff --git a/pubspec.yaml b/pubspec.yaml index 824fb80..b124b0b 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: 1.5.0 +version: 1.6.0 homepage: https://github.com/imtoori/CountryCodePicker environment: