From 9667cca883882dfe7dfbb63061215b5fadab59d5 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 13 Dec 2023 10:46:35 -0800 Subject: [PATCH] release test_api 7.0.0, test_core 6.0.0, and test 1.25.0 (#2156) --- pkgs/test/CHANGELOG.md | 2 +- pkgs/test/pubspec.yaml | 4 ++-- pkgs/test_api/CHANGELOG.md | 2 +- pkgs/test_api/pubspec.yaml | 2 +- pkgs/test_core/CHANGELOG.md | 2 +- pkgs/test_core/pubspec.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 8bc8da58b..61a65f54b 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.25.0-wip +## 1.25.0 * Handle paths with leading `/` when spawning test isolates. * Add support for the `dart2wasm` compiler in chrome and firefox. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 0ad01ca91..535095d5b 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.0-wip +version: 1.25.0 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -35,7 +35,7 @@ dependencies: # Use an exact version until the test_api and test_core package are stable. test_api: 0.7.0 - test_core: 0.5.10 + test_core: 0.6.0 typed_data: ^1.3.0 web_socket_channel: ^2.0.0 diff --git a/pkgs/test_api/CHANGELOG.md b/pkgs/test_api/CHANGELOG.md index 04447347d..6d989aa62 100644 --- a/pkgs/test_api/CHANGELOG.md +++ b/pkgs/test_api/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.0-wip +## 0.7.0 * Deprecate `Runtime.internetExplorer`. * Added `dart2wasm` as a supported compiler for the `chrome` runtime. diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index 98a0c128f..91eb7e9d5 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -1,5 +1,5 @@ name: test_api -version: 0.7.0-wip +version: 0.7.0 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 cdde3c782..a6ed4e2ff 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.0-wip +## 0.6.0 * Handle paths with leading `/` when spawning test isolates. * Added `dart2wasm` as a supported compiler for the `chrome` runtime. diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 65296172d..566f64bf4 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.6.0-wip +version: 0.6.0 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