From 47ce767fb6d6225cdcd91c365f532028ca311aa9 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Mon, 16 Dec 2024 14:35:02 +0100 Subject: [PATCH] v1.2.2 - Lowered minimum required collection dependency version to prevent forcing users into the latest Flutter release Signed-off-by: Hans Kokx --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cda935..66492f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.2 + +- Lowered minimum required collection dependency version to prevent forcing + users into the latest Flutter release + ## 1.2.1 - Lowered minimum required SDK version to prevent forcing users into the latest diff --git a/pubspec.yaml b/pubspec.yaml index f8a1cbd..97d7d28 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.1 +version: 1.2.2 repository: https://github.com/hanskokx/arcane_framework issue_tracker: https://github.com/hanskokx/arcane_framework/issues @@ -13,7 +13,7 @@ environment: dependencies: arcane_helper_utils: ^1.2.5 - collection: ^1.19.0 + collection: ^1.18.0 flutter: sdk: flutter flutter_bloc: ^8.1.6