diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b02de..2f15459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 1.0.5.2 +## 1.0.6 + +- Removed get_it as a dependency + +## 1.0.5+2 - Updated README and example project documentation diff --git a/pubspec.yaml b/pubspec.yaml index 3c6053c..33a629c 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.0.5+2 +version: 1.0.6 repository: https://github.com/hanskokx/arcane_framework issue_tracker: https://github.com/hanskokx/arcane_framework/issues @@ -18,7 +18,6 @@ dependencies: sdk: flutter flutter_bloc: ^8.1.6 flutter_secure_storage: ^9.2.2 - get_it: ^7.7.0 result_monad: ^2.3.2 dev_dependencies: