Skip to content

Commit

Permalink
Update package:vm_service constraints to >=12.0.0 <16.0.0 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Dec 5, 2024
1 parent 1c5b8b9 commit 223daf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.11.1

- Update `package:vm_service` constraints to '>=12.0.0 <16.0.0'.

## 1.11.0

- Fix a [bug](https://github.com/dart-lang/tools/issues/685) where the tool
Expand Down
4 changes: 2 additions & 2 deletions pkgs/coverage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage
version: 1.11.0
version: 1.11.1
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/tools/tree/main/pkgs/coverage
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acoverage
Expand All @@ -16,7 +16,7 @@ dependencies:
path: ^1.8.0
source_maps: ^0.10.10
stack_trace: ^1.10.0
vm_service: '>=12.0.0 <15.0.0'
vm_service: '>=12.0.0 <16.0.0'

dev_dependencies:
benchmark_harness: ^2.2.0
Expand Down

0 comments on commit 223daf5

Please sign in to comment.