Skip to content

Commit 75dd735

Browse files
authored
chore: v0.6.0 (#76)
1 parent 0823486 commit 75dd735

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.6.0
2+
3+
- chore: sync min Dart SDK with min Flutter SDK ([#70](https://github.com/VeryGoodOpenSource/mockingjay/pull/70))
4+
- chore: tighten dependencies ([#74](https://github.com/VeryGoodOpenSource/mockingjay/pull/74))
5+
16
# 0.5.0
27

38
**Note**: This release supports [Flutter 3.16.0](https://docs.flutter.dev/release/release-notes/release-notes-3.16.0), for migration details see the [release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases/tag/v0.5.0).

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)