Skip to content
Closed
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: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG

## 0.10.1

- Adjust dcli dependency to allow >=6.0.0 and <=8.3.0

## 0.10.0

- Solved issue with default locale in null
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.10.1
version: 0.10.0
repository: https://github.com/Rodsevich/arb_utils
homepage: https://gitlab.com/Rodsevich/arb_utils

Expand All @@ -15,7 +15,7 @@ dependencies:
intl: ">=0.18.0 <0.21.0"
intl_utils: ^2.8.7
shared_preferences: ^2.2.2
dcli: ">=6.0.0 <=8.3.0"
dcli: ^6.0.5
dart_console: ^4.1.0

dev_dependencies:
Expand Down