Skip to content

Commit

Permalink
Merge pull request #146 from Daniel-Ioannou/v2.0.25
Browse files Browse the repository at this point in the history
V2.0.25
  • Loading branch information
Daniel-Ioannou authored Feb 27, 2024
2 parents 8de6b3a + 9155b2d commit 6481aec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.25
* Add support for Haitian Creole (HT) localization
* Add support for Slovak (SK) localization
* Add support for Bulgarian (BG) localization
* Add support for Romanian (RO) localization
* Add support for Catala (CA) localization
* Add support for Hebrew (HE) localization
## 2.0.24
* Add option for bottom sheet Width.
```Dart
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries.
Add the package to your pubspec.yaml:

```yaml
country_picker: ^2.0.24
country_picker: ^2.0.25
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries.
Add the package to your pubspec.yaml:

```yaml
country_picker: ^2.0.22
country_picker: ^2.0.25
```
In your dart file, import the library:
Expand Down

0 comments on commit 6481aec

Please sign in to comment.