From 9e124e9fbb3bfc998aa6b3bbd72c1f60040bd2a7 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 31 Jul 2023 14:33:16 -0700 Subject: [PATCH] Prepare to publish (#2069) --- pkgs/test/CHANGELOG.md | 2 +- pkgs/test/pubspec.yaml | 2 +- pkgs/test_core/CHANGELOG.md | 2 +- pkgs/test_core/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 708a5a9ec..f071aa847 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.24.5-wip +## 1.24.5 * Change "compiling " to "loading " message in all cases. Surface the "loading" messages in the situations where previously only "compiling" diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index e9d6c741d..88ae13348 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.24.5-wip +version: 1.24.5 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 f7bd63212..85d88f520 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.5-wip +## 0.5.5 * Change "compiling " to "loading " message in all cases. Surface the "loading" messages in the situations where previously only "compiling" diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index fff64147e..ba7e5c8b2 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.5.5-wip +version: 0.5.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