From 6ffb83e59d24fbe6f7ed3dbe0ac3671bb14f4d7d Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Thu, 16 Jan 2025 11:10:23 +0100 Subject: [PATCH] v1.2.4 - Update package dependencies 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 90207ca..0251856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.4 + +- Update package dependencies + ## 1.2.3 - Added `ValueNotifier`s to both the `ArcaneAuthenticationService` and diff --git a/pubspec.yaml b/pubspec.yaml index 5f3ca24..7394c97 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.3 +version: 1.2.4 repository: https://github.com/hanskokx/arcane_framework issue_tracker: https://github.com/hanskokx/arcane_framework/issues @@ -12,11 +12,11 @@ environment: flutter: ">=1.17.0" dependencies: - arcane_helper_utils: ^1.2.5 + arcane_helper_utils: ^1.2.6 collection: ^1.18.0 flutter: sdk: flutter - flutter_bloc: ^8.1.6 + flutter_bloc: ^9.0.0 result_monad: ^2.3.2 dev_dependencies: