From 1749214dd3bb32b52480112b9aabcde5ade0af8d Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Wed, 30 Oct 2024 10:34:45 +0100 Subject: [PATCH] v1.1.4 - Update out-of-date packages 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 d2777a1..b4a01bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.4 + +- Update package dependencies. No code changes. + ## 1.1.3 - Arcane Auth no longer throws exceptions when log out fails, instead returning a `Result`. This behavior matches the login method. diff --git a/pubspec.yaml b/pubspec.yaml index 0f028c5..b2f0bce 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.1.3 +version: 1.1.4 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.0.1 + arcane_helper_utils: ^1.1.3 collection: ^1.18.0 flutter: sdk: flutter @@ -21,6 +21,6 @@ dependencies: result_monad: ^2.3.2 dev_dependencies: - arcane_analysis: ^1.0.1 + arcane_analysis: ^1.0.2 flutter_test: sdk: flutter