From f71a588c91b54d98c4e45074af692a8ae379ed89 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Wed, 17 Jan 2024 20:04:38 +0400 Subject: [PATCH] Lower meta version --- CHANGELOG.md | 8 ++++++-- example/pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc3049..98541a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ +## 0.0.7 + +- Lower `meta` version constraint to `^1.9.0` + ## 0.0.6 -- Lower Dart SDK constraint to 3.1.0nm +- Lower `Dart SDK` constraint to `^3.1.0` ## 0.0.5 -- Lower the minimum version of `flutter` to `3.13.9` +- Lower the minimum version of `flutter` to `^3.13.9` - Add end-to-end tests ## 0.0.4 diff --git a/example/pubspec.lock b/example/pubspec.lock index 81e6516..4520038 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -498,7 +498,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.6" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ec78b56..ff6dceb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: octopus description: "A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox." -version: 0.0.6 +version: 0.0.7 homepage: https://github.com/PlugFox/octopus @@ -42,7 +42,7 @@ dependencies: sdk: flutter # Annotations - meta: ^1.10.0 + meta: ^1.9.0 collection: ^1.18.0 dev_dependencies: