From 39748edd5b9bd681b6d38678fc3a3b1fba61392c Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 21 Jan 2026 09:33:28 -0300 Subject: [PATCH] Revert "[feat/bump_dcli_version]: update dcli dependency" --- CHANGELOG.md | 4 ---- pubspec.yaml | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 963bc1c..a076a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 69ee5e6..db6e5fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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: