diff --git a/packages/sealed_currencies/CHANGELOG.md b/packages/sealed_currencies/CHANGELOG.md index ff8b4620..ac3a0a06 100644 --- a/packages/sealed_currencies/CHANGELOG.md +++ b/packages/sealed_currencies/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.5.1 + +NEW FEATURES + +- 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 `sealed_countries` (and `world_countries`) v2.0.0 which will bring new data and a big feature there, very likely without breaking the existing API. diff --git a/packages/sealed_currencies/pubspec.yaml b/packages/sealed_currencies/pubspec.yaml index ccc4b0b6..6cc921e5 100644 --- a/packages/sealed_currencies/pubspec.yaml +++ b/packages/sealed_currencies/pubspec.yaml @@ -1,4 +1,4 @@ -version: 1.5.0 +version: 1.5.1 name: sealed_currencies description: Provides data for world currencies in the form of sealed classes. maintainer: Roman Cinis @@ -21,7 +21,7 @@ environment: sdk: ^3.0.0 dependencies: - sealed_languages: ^1.5.0 + sealed_languages: ^1.5.1 dev_dependencies: _sealed_world_tests: