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