Skip to content

Commit

Permalink
chore: sealed_currencies v1.5.1 (#236)
Browse files Browse the repository at this point in the history
docs: bump currencies to v1.5.1 and update changelog
  • Loading branch information
tsinis authored Oct 15, 2024
1 parent f3000b0 commit 32f9296
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/sealed_currencies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/sealed_currencies/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_currencies
description: Provides data for world currencies in the form of sealed classes.
maintainer: Roman Cinis
Expand All @@ -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:
Expand Down

0 comments on commit 32f9296

Please sign in to comment.