diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index e13d91db8..eacfc5479 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.25.10 + +* Update the `package:vm_service` constraint to allow version `15.x`. + ## 1.25.9 * Allow `analyzer: '>=6.0.0 <8.0.0'` diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 455a79b21..795a3ac71 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.9 +version: 1.25.10 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -36,7 +36,7 @@ dependencies: # Use an exact version until the test_api and test_core package are stable. test_api: 0.7.4 - test_core: 0.6.6 + test_core: 0.6.7 typed_data: ^1.3.0 web_socket_channel: '>=2.0.0 <4.0.0' diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index ad043786b..321f01952 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.7 + +* Update the `package:vm_service` constraint to allow version `15.x`. + ## 0.6.6 * Allow `analyzer: '>=6.0.0 <8.0.0'` diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 72452d895..b606bb3d0 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.6.6 +version: 0.6.7 description: A basic library for writing tests and running them on the VM. repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core resolution: workspace @@ -28,7 +28,7 @@ dependencies: stream_channel: ^2.1.0 # Use an exact version until the test_api package is stable. test_api: 0.7.4 - vm_service: ">=6.0.0 <15.0.0" + vm_service: ">=6.0.0 <16.0.0" yaml: ^3.0.0 dev_dependencies: