Skip to content

Commit

Permalink
Prepare to publish package:checks (#2178)
Browse files Browse the repository at this point in the history
Expand constraint on `package:test_api` to allow the latest
`package:test`.
  • Loading branch information
natebosch committed Jan 29, 2024
1 parent a5c4f01 commit 6700049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/checks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0-wip
## 0.3.0

- **Breaking Changes**
- Remove the `Condition` class and the `it()` utility. Replace calls to
Expand Down
4 changes: 2 additions & 2 deletions pkgs/checks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: checks
version: 0.3.0-wip
version: 0.3.0
description: >-
A framework for checking values against expectations and building custom
expectations.
Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
async: ^2.8.0
meta: ^1.9.0
test_api: ">=0.5.0 <0.7.0"
test_api: ">=0.5.0 <0.8.0"

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
Expand Down

0 comments on commit 6700049

Please sign in to comment.