diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index dfcd704cd..c015acc3b 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.25.8-wip +## 1.25.8 * Increase SDK constraint to ^3.4.0. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index e4d425bfc..53b7494c5 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.8-wip +version: 1.25.8 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test diff --git a/pkgs/test_api/CHANGELOG.md b/pkgs/test_api/CHANGELOG.md index 24646b2fa..dda8bd9f4 100644 --- a/pkgs/test_api/CHANGELOG.md +++ b/pkgs/test_api/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.3-wip +## 0.7.3 * Increase SDK constraint to ^3.4.0. diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index de874a5ba..b5c5c4d81 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -1,5 +1,5 @@ name: test_api -version: 0.7.3-wip +version: 0.7.3 description: >- The user facing API for structuring Dart tests and checking expectations. repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index f5fd8899b..5240f481a 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.5-wip +## 0.6.5 * Increase SDK constraint to ^3.4.0. * Ensure we don't create files ending in a `.`, this breaks windows. diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 71bebd27a..0e1162dc7 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.6.5-wip +version: 0.6.5 description: A basic library for writing tests and running them on the VM. repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core