From 073910546b25163571381b263b79c35465da739d Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 22 Jul 2025 17:15:57 +0200 Subject: [PATCH] v.1.4.6 Updated dependencies to the latest versions Signed-off-by: Hans Kokx --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd314dd..db3135f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.6 + +- Updated dependencies to the latest versions + ## 1.4.5 - Added a `FixedSizeList.filled` constructor diff --git a/pubspec.yaml b/pubspec.yaml index 66ae079..f7e65c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: arcane_helper_utils description: Provides a variety of helpful utilities and extensions for Flutter and Dart. -version: 1.4.5 +version: 1.4.6 repository: https://github.com/hanskokx/arcane_helper_utils issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues @@ -18,5 +18,5 @@ dependencies: week_number: ^1.1.0 dev_dependencies: - arcane_analysis: ^1.0.3 + arcane_analysis: ^1.0.4 test: any