Prepare to publish (#1502)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index 2e15457..f91319c 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.17.0-dev
+## 1.17.0
 
 * Change the default way VM tests are launched and ran to greatly speed up
   loading performance.
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index 2c5a44a..4742fee 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.17.0-dev
+version: 1.17.0
 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_api/CHANGELOG.md b/pkgs/test_api/CHANGELOG.md
index a81ea77..a34b1ab 100644
--- a/pkgs/test_api/CHANGELOG.md
+++ b/pkgs/test_api/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.4.0-dev
+## 0.4.0
 
 * Add libraries `scaffolding.dart`, and `expect.dart` to allow importing as
   subset of the normal surface area.
diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml
index 5ac3f25..98439eb 100644
--- a/pkgs/test_api/pubspec.yaml
+++ b/pkgs/test_api/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_api
-version: 0.4.0-dev
+version: 0.4.0
 description: A library for writing Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api
 
@@ -22,9 +22,11 @@
   matcher: '>=0.12.10 <0.12.11'
 
 dev_dependencies:
-  glob: ^2.0.0
+  analyzer: ^1.5.0
   fake_async: ^1.2.0
+  glob: ^2.0.0
   graphs: ^2.0.0
+  path: ^1.8.0
   pedantic: ^1.10.0
   test: any
   test_core: any
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index e733f23..7bed808 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.3.20-dev
+## 0.3.20
 
 * Add library `scaffolding.dart` to allow importing a subset of the normal
   surface area.
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index 9380aa1..5b51cd1 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.3.20-dev
+version: 0.3.20
 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