Skip to content

Commit 174135f

Browse files
committed
0.9.2 | release notes;
1 parent ab051a1 commit 174135f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.9.2] - 2021/03/14
2+
3+
* Increase code coverage to 100%
4+
* Automatically run all tests against PRs
5+
* Track code coverage using Codecov
6+
* Display code coverage badge in README
7+
18
## [0.9.1] - 2021/03/07
29

310
* Follow-up null safety release w/ updated README

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ packages:
4545
path: ".."
4646
relative: true
4747
source: path
48-
version: "0.9.1"
48+
version: "0.9.2"
4949
typed_data:
5050
dependency: transitive
5151
description:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ packages:
8787
name: mocktail
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "0.0.2-dev.2"
90+
version: "0.0.2-dev.5"
9191
path:
9292
dependency: transitive
9393
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tap_canvas
22
description: Detect taps outside the currently defined widget and provide a callback when taps occur.
3-
version: 0.9.1
3+
version: 0.9.2
44
homepage: https://github.com/CillianMyles/tap-canvas
55

66
environment:

0 commit comments

Comments
 (0)