release test_core and test (#1525)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index aaf5b67..394f963 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 1.17.5-dev
+## 1.17.5
+
+* Support the latest vm_service release (`7.0.0`).
 
 ## 1.17.4
 
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index 86e5c80..543dd12 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.17.5-dev
+version: 1.17.5
 description: >-
   A full featured library for writing and running Dart tests across platforms.
 repository: https://github.com/dart-lang/test/blob/master/pkgs/test
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index 98a8d65..f2d438d 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.3.25-dev
+## 0.3.25
 
 * Support the latest vm_service release (`7.0.0`).
 
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index 51fc965..1c2ec09 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.3.25-dev
+version: 0.3.25
 description: A basic library for writing tests and running them on the VM.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core