Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.9.0

- Added support for intl 0.20.2

## 0.8.3

- Version bump
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: arb_utils
description: A set of tools to work with .arb files (the preferred Dart way of dealing with i18n/l10n/translations)
version: 0.8.3
version: 0.9.0
repository: https://github.com/Rodsevich/arb_utils
homepage: https://gitlab.com/Rodsevich/arb_utils

Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
args: ^2.4.2
collection: ^1.18.0
intl: ">=0.18.0 <0.20.0"
intl: ">=0.18.0 <0.21.0"
intl_utils: ^2.8.7
shared_preferences: ^2.2.2
dcli: ^6.0.5
Expand Down
Loading