Skip to content

Commit 276f56b

Browse files
authored
widen the version range on webkit_inspection_protocol (dart-archive/browser_launcher#9)
1 parent 1aae1f2 commit 276f56b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/browser_launcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## unreleased
2+
3+
- widen the version constraint on `package:webkit_inspection_protocol`
4+
15
## 0.1.2
26

37
- lower min sdk version to match Flutter stable

pkgs/browser_launcher/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: browser_launcher
22
description: Provides a standardized way to launch web browsers for testing and tools.
33

4-
version: 0.1.2
4+
version: 0.1.3-dev
55

66
author: Dart Team <[email protected]>
77
homepage: https://github.com/dart-lang/browser_launcher
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
path: ^1.6.2
14-
webkit_inspection_protocol: ^0.4.0
14+
webkit_inspection_protocol: '>=0.4.0 <0.6.0'
1515

1616
dev_dependencies:
1717
pedantic: ^1.5.0

0 commit comments

Comments
 (0)