Skip to content

Commit

Permalink
chore: world_flags v1.1.1 (#238)
Browse files Browse the repository at this point in the history
docs: bump flags to v1.5.1 and update changelog
  • Loading branch information
tsinis authored Oct 15, 2024
1 parent 06fdec6 commit ce63cca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions packages/world_flags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.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.1.0

NEW FEATURES
Expand Down
14 changes: 7 additions & 7 deletions packages/world_flags/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,26 +135,26 @@ packages:
dependency: transitive
description:
name: sealed_countries
sha256: e5c7436ebdc6c3fd332c3bc16831fd4e69d5ade6f3123d33791b6be29fcdb91b
sha256: cab25d9244502220f69069d569dedb39ba7983113746ba44b9ec05113c72ee81
url: "https://pub.dev"
source: hosted
version: "1.5.0"
version: "1.5.1"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: d02f259ffa25fa1b227478edd00ffb7bc78860168611be97aab4bcab984b9a69
sha256: b8aa884a4b5c061883d818e8e58f62b9057d59530b71660e4ced4edfa6b514fc
url: "https://pub.dev"
source: hosted
version: "1.5.0"
version: "1.5.1"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "060ef61bf1b42cccdf18d065707ed9a75905fe7b78a6e65aec9a2e876489253e"
sha256: fbe2763bfac54ee8a52674c61588c4f1f9f260fd7db3782cbff3d154e952a918
url: "https://pub.dev"
source: hosted
version: "1.5.0"
version: "1.5.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -230,7 +230,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.1.1"
sdks:
dart: ">=3.5.3 <4.0.0"
flutter: ">=3.24.3"
2 changes: 1 addition & 1 deletion packages/world_flags/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: example
description: A world_flags package example application.
publish_to: none

version: 1.1.0+0
version: 1.1.1+0

environment:
sdk: ^3.5.3
Expand Down
6 changes: 3 additions & 3 deletions packages/world_flags/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.0
version: 1.1.1
name: world_flags
description: Country flags made with Flutter - every flag is a Widget, without any assets.
maintainer: Roman Cinis
Expand All @@ -18,7 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
sealed_countries: ^1.5.0
sealed_countries: ^1.5.1

dev_dependencies:
_sealed_world_tests:
Expand All @@ -28,7 +28,7 @@ dev_dependencies:
dart_code_metrics_presets: ^2.17.0
flutter_test: # From Google
sdk: flutter
golden_toolkit: ^0.15.0
golden_toolkit: ^0.15.0 # From eBay
lints: ^5.0.0 # From Google

screenshots:
Expand Down

0 comments on commit ce63cca

Please sign in to comment.