Skip to content

Commit

Permalink
Lower meta version
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jan 17, 2024
1 parent afed372 commit f71a588
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.6"
package_config:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies:
sdk: flutter

# Annotations
meta: ^1.10.0
meta: ^1.9.0
collection: ^1.18.0

dev_dependencies:
Expand Down

0 comments on commit f71a588

Please sign in to comment.