Skip to content

Commit 6700049

Browse files
authored
Prepare to publish package:checks (#2178)
Expand constraint on `package:test_api` to allow the latest `package:test`.
1 parent a5c4f01 commit 6700049

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/checks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0-wip
1+
## 0.3.0
22

33
- **Breaking Changes**
44
- Remove the `Condition` class and the `it()` utility. Replace calls to

pkgs/checks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: checks
2-
version: 0.3.0-wip
2+
version: 0.3.0
33
description: >-
44
A framework for checking values against expectations and building custom
55
expectations.
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
async: ^2.8.0
1313
meta: ^1.9.0
14-
test_api: ">=0.5.0 <0.7.0"
14+
test_api: ">=0.5.0 <0.8.0"
1515

1616
dev_dependencies:
1717
dart_flutter_team_lints: ^2.0.0

0 commit comments

Comments
 (0)