Skip to content

Commit a6e363d

Browse files
committed
chore: v2.0.0
1 parent 388f94d commit a6e363d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.0.0
2+
3+
**Note**: This release supports [Flutter 3.32.0](https://docs.flutter.dev/release/release-notes/release-notes-3.32.0). Contains a breaking change, where the `removeRouteBelow` changes its signature to add a new `result` parameter.
4+
5+
- chore!: upgrade to flutter 3.32.0 ([#98](https://github.com/VeryGoodOpenSource/mockingjay/pull/98))
6+
17
# 1.0.0
28

39
**Note**: This release supports [Flutter 3.29.0](https://docs.flutter.dev/release/release-notes/release-notes-3.29.0). Contains a breaking change, where the `isRoute` `named` parameter has reached the full deprecation cycle.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mockingjay
22
description: A package that makes it easy to mock, test and verify navigation calls in Flutter.
3-
version: 1.0.0
3+
version: 2.0.0
44
homepage: https://github.com/VeryGoodOpenSource/mockingjay
55

66
environment:

0 commit comments

Comments
 (0)