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..afbf24a75 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.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