We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c4f01 commit 6700049Copy full SHA for 6700049
pkgs/checks/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.3.0-wip
+## 0.3.0
2
3
- **Breaking Changes**
4
- Remove the `Condition` class and the `it()` utility. Replace calls to
pkgs/checks/pubspec.yaml
@@ -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
5
expectations.
@@ -11,7 +11,7 @@ environment:
11
dependencies:
12
async: ^2.8.0
13
meta: ^1.9.0
14
- test_api: ">=0.5.0 <0.7.0"
+ test_api: ">=0.5.0 <0.8.0"
15
16
dev_dependencies:
17
dart_flutter_team_lints: ^2.0.0
0 commit comments