From b4be30c150fcd16a3875e20f05aa1aeb13f7e1c6 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 22 Jul 2025 17:17:13 +0200 Subject: [PATCH] v1.2.6 Updated dependencies to the latest versions Signed-off-by: Hans Kokx --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c9404..855d0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.6 + +- Updated dependencies to latest + ## 1.2.5 - Improved automatic metadata detection in `ArcaneLogger` diff --git a/pubspec.yaml b/pubspec.yaml index bf01760..121e869 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arcane_framework description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications" -version: 1.2.5 +version: 1.2.6 repository: https://github.com/hanskokx/arcane_framework issue_tracker: https://github.com/hanskokx/arcane_framework/issues @@ -12,7 +12,7 @@ environment: flutter: ">=1.17.0" dependencies: - arcane_helper_utils: ^1.2.6 + arcane_helper_utils: ^1.4.6 collection: ^1.18.0 flutter: sdk: flutter @@ -20,6 +20,6 @@ dependencies: result_monad: ^2.3.2 dev_dependencies: - arcane_analysis: ^1.0.3 + arcane_analysis: ^1.0.4 flutter_test: sdk: flutter