From d8b71cc25561459fe2e32a4334aea677f3760891 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Wed, 17 Sep 2025 18:56:03 +0200 Subject: [PATCH] v1.2.7 - Updated dependencies to latest 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 855d0c5..d5ee38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.7 + +- Updated dependencies to latest + ## 1.2.6 - Updated dependencies to latest diff --git a/pubspec.yaml b/pubspec.yaml index 121e869..beb5127 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.6 +version: 1.2.7 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.4.6 + arcane_helper_utils: ^1.4.7 collection: ^1.18.0 flutter: sdk: flutter