Skip to content

Commit ce9571e

Browse files
committed
Lower collection version constraint to ^1.17.2
1 parent 1d9bfe9 commit ce9571e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.8
2+
3+
- Lower `collection` version constraint to `^1.17.2`
4+
15
## 0.0.7
26

37
- Lower `meta` version constraint to `^1.9.0`

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: octopus
22
description: "A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox."
33

4-
version: 0.0.7
4+
version: 0.0.8
55

66
homepage: https://github.com/PlugFox/octopus
77

@@ -43,7 +43,7 @@ dependencies:
4343

4444
# Annotations
4545
meta: ^1.9.0
46-
collection: ^1.18.0
46+
collection: ^1.17.2
4747

4848
dev_dependencies:
4949
flutter_test:

0 commit comments

Comments
 (0)