From e74ed530cff29ecdffa1fa5866cb7a748ce65be4 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Tue, 12 Dec 2023 22:37:13 +0000 Subject: [PATCH] release test_api 7.0.0, test_core 6.0.0, and test 1.25.0 --- 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 c5cb832ed..b262fde95 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 a761af340..2a69551c4 100644 --- a/pkgs/test_api/CHANGELOG.md +++ b/pkgs/test_api/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.0-wip +## 0.7.0 * Added `dart2wasm` as a supported compiler for the `chrome` runtime. * **BREAKING**: Removed the `experimentalChromeWasm` 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 c3e3b300d..d15faaf45 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 2c70a05d6..206942479 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