Skip to content

Commit 367aa39

Browse files
authored
release test_core and test (#2112)
1 parent 672be9d commit 367aa39

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.7-wip
1+
## 1.24.7
22

33
* Simplify the initialization of the per-suite message channel within browser
44
tests. See https://github.com/dart-lang/test/issues/2065

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.7-wip
2+
version: 1.24.7
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.7-wip
1+
## 0.5.7
22

33
* Pass --disable-program-split to dart2js to fix tests which use deferred
44
loading.

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.7-wip
2+
version: 0.5.7
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)