Skip to content

Commit

Permalink
chore: sealed_countries v1.5.1 (#237)
Browse files Browse the repository at this point in the history
docs: bump countries to v1.5.1 and update changelog
  • Loading branch information
tsinis authored Oct 15, 2024
1 parent 32f9296 commit 06fdec6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/sealed_countries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.5.1

NEW FEATURES

- Updated postal code pattern a format for Paraguay.
- Updated International Olympic Committee (IOC) country code for Bahrain.
- Improvements of `toString()` method implementations in models and addressing new lints + DCM reports.
- Added "polski" to the [Polish](https://github.com/tsinis/sealed_world/issues/221) language `namesNative` array.

## 1.5.0

> This is the last minor version update with significant changes for some time. The next steps will be patches at most. Currently working on v2.0.0 which will bring new data and a big feature there, very likely without breaking the existing API.
Expand Down
4 changes: 2 additions & 2 deletions packages/sealed_countries/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.5.0
version: 1.5.1
name: sealed_countries
description: Provides data for world countries in the form of sealed classes.
maintainer: Roman Cinis
Expand All @@ -21,7 +21,7 @@ environment:
sdk: ^3.0.0

dependencies:
sealed_currencies: ^1.5.0
sealed_currencies: ^1.5.1

dev_dependencies:
_sealed_world_tests:
Expand Down

0 comments on commit 06fdec6

Please sign in to comment.