From 8b71119a628d67ec6be3073efdfefd581539a2e1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 1 Jun 2024 14:54:01 -0700 Subject: [PATCH 1/2] Prepare to publish --- pkgs/test/CHANGELOG.md | 4 +++- pkgs/test/pubspec.yaml | 2 +- pkgs/test_core/CHANGELOG.md | 4 ++-- pkgs/test_core/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index d079de88c..f37470514 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,6 +1,8 @@ -## 1.25.6-wip +## 1.25.6 * Point API doc links to `package:test` canonical libraries. +* Fix testing with `dart2wasm` - use `dart compile wasm` instead of depending on + SDK internals * Update min SDK constraint to 3.2.0. ## 1.25.5 diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 804022e21..6f58fe3b4 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.6-wip +version: 1.25.6 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_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index f98386d14..602304e66 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,7 +1,7 @@ -## 0.6.3-wip +## 0.6.3 * Update min SDK constraint to 3.2.0. -* Fix testing with dart2wasm - use `dart compile wasm` instead of depending on +* Fix testing with `dart2wasm` - use `dart compile wasm` instead of depending on SDK internals ## 0.6.2 diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index fdb500131..0deb5aca1 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.6.3-wip +version: 0.6.4 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 From 9a60aaf9e93394961fec1f04a24274770e5048dd Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 1 Jun 2024 14:56:56 -0700 Subject: [PATCH 2/2] oops --- pkgs/test_core/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 0deb5aca1..afbf24a75 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.6.4 +version: 0.6.3 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