Skip to content

Commit 78ce945

Browse files
authored
release to support the latest vm_service (#2131)
1 parent 472874a commit 78ce945

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 1.24.9-wip
1+
## 1.24.9
2+
3+
* Update the vm_service constraint to allow version `13.x`.
24

35
## 1.24.8
46

pkgs/test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.24.9-wip
2+
version: 1.24.9
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
@@ -35,7 +35,7 @@ dependencies:
3535

3636
# Use an exact version until the test_api and test_core package are stable.
3737
test_api: 0.6.1
38-
test_core: 0.5.8
38+
test_core: 0.5.9
3939

4040
typed_data: ^1.3.0
4141
web_socket_channel: ^2.0.0

pkgs/test_core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.5.9-wip
1+
## 0.5.9
2+
3+
* Update the vm_service constraint to allow version `13.x`.
24

35
## 0.5.8
46

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