Skip to content

Commit 9e124e9

Browse files
authored
Prepare to publish (#2069)
1 parent 92eb0f7 commit 9e124e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.24.5-wip
1+
## 1.24.5
22

33
* Change "compiling <path>" to "loading <path>" message in all cases. Surface
44
the "loading" messages in the situations where previously only "compiling"

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.24.5-wip
2+
version: 1.24.5
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test

pkgs/test_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.5-wip
1+
## 0.5.5
22

33
* Change "compiling <path>" to "loading <path>" message in all cases. Surface
44
the "loading" messages in the situations where previously only "compiling"

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_core
2-
version: 0.5.5-wip
2+
version: 0.5.5
33
description: A basic library for writing tests and running them on the VM.
44
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core
55

0 commit comments

Comments
 (0)