Skip to content

Commit 41ff554

Browse files
committed
chore: bumping version to 1.0.0
1 parent ba6db77 commit 41ff554

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0
2+
3+
> Note: This release has breaking changes
4+
5+
- chore: bumping flutter version to 3.29.0 and bumping example dependencies ([#88](https://github.com/VeryGoodOpenSource/mockingjay/pull/88))
6+
- chore: bumping very good analysis from 6.0.0 to 7.0.0 ([#87](https://github.com/VeryGoodOpenSource/mockingjay/pull/87))
7+
- chore!: breaking change: removing `named` deprecated parameter ([#86](https://github.com/VeryGoodOpenSource/mockingjay/pull/86))
8+
19
# 0.6.0
210

311
- chore: sync min Dart SDK with min Flutter SDK ([#70](https://github.com/VeryGoodOpenSource/mockingjay/pull/70))

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)