Skip to content

Commit f575fc1

Browse files
authored
chore: v1.0.0 (#93)
* chore: v1.0.0 * docs: typo double "the"
1 parent 5459399 commit f575fc1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# 0.6.0
1+
# 1.0.0
2+
3+
**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.
4+
5+
- chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example ([#82](https://github.com/VeryGoodOpenSource/mockingjay/pull/82))
6+
- chore!: remove deprecated parameter ([#86](https://github.com/VeryGoodOpenSource/mockingjay/pull/86))
7+
- chore: bumping very good analysis from 6.0.0 to 7.0.0 ([#87](https://github.com/VeryGoodOpenSource/mockingjay/pull/87))
8+
- feat: support `removeRouteBelow` method ([#90](https://github.com/VeryGoodOpenSource/mockingjay/pull/90))
9+
- chore: bumping flutter version to 3.29.0 and bumping example dependencies ([#88](https://github.com/VeryGoodOpenSource/mockingjay/pull/88))
10+
- fix: fixing formatting step ([#92](https://github.com/VeryGoodOpenSource/mockingjay/pull/92))
11+
12+
# 0.6.0
213

314
- chore: sync min Dart SDK with min Flutter SDK ([#70](https://github.com/VeryGoodOpenSource/mockingjay/pull/70))
415
- chore: tighten dependencies ([#74](https://github.com/VeryGoodOpenSource/mockingjay/pull/74))

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: 0.6.0
3+
version: 1.0.0
44
homepage: https://github.com/VeryGoodOpenSource/mockingjay
55

66
environment:

0 commit comments

Comments
 (0)