Skip to content

Commit 223daf5

Browse files
authored
Update package:vm_service constraints to >=12.0.0 <16.0.0 (#1205)
1 parent 1c5b8b9 commit 223daf5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/coverage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.11.1
2+
3+
- Update `package:vm_service` constraints to '>=12.0.0 <16.0.0'.
4+
15
## 1.11.0
26

37
- Fix a [bug](https://github.com/dart-lang/tools/issues/685) where the tool

pkgs/coverage/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: coverage
2-
version: 1.11.0
2+
version: 1.11.1
33
description: Coverage data manipulation and formatting
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/coverage
55
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acoverage
@@ -16,7 +16,7 @@ dependencies:
1616
path: ^1.8.0
1717
source_maps: ^0.10.10
1818
stack_trace: ^1.10.0
19-
vm_service: '>=12.0.0 <15.0.0'
19+
vm_service: '>=12.0.0 <16.0.0'
2020

2121
dev_dependencies:
2222
benchmark_harness: ^2.2.0

0 commit comments

Comments
 (0)