From 4992142b4aaf654741c263699fc34e70352a5a2e Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 29 Jan 2024 20:07:52 +0000 Subject: [PATCH] Prepare to publish package:checks Expand constraint on `package:test_api` to allow the latest `package:test`. --- pkgs/checks/CHANGELOG.md | 2 +- pkgs/checks/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/checks/CHANGELOG.md b/pkgs/checks/CHANGELOG.md index 8f6105cf1..da2075b43 100644 --- a/pkgs/checks/CHANGELOG.md +++ b/pkgs/checks/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.0-wip +## 0.3.0 - **Breaking Changes** - Remove the `Condition` class and the `it()` utility. Replace calls to diff --git a/pkgs/checks/pubspec.yaml b/pkgs/checks/pubspec.yaml index 036d06282..bf9989636 100644 --- a/pkgs/checks/pubspec.yaml +++ b/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 expectations. @@ -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