Skip to content

Commit 16b9e73

Browse files
authored
rev to 0.1.7
1 parent 88e6bdb commit 16b9e73

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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+
## 0.1.7
2+
3+
- Widen the dependency range on `package:webkit_inspection_protocol`.
4+
15
## 0.1.6
26

37
- Update lower Dart SDK requirement to `2.2.0`.

pkgs/browser_launcher/pubspec.yaml

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

4-
version: 0.1.6
4+
version: 0.1.7
55

6-
author: Dart Team <misc@dartlang.org>
76
homepage: https://github.com/dart-lang/browser_launcher
87

98
environment:
109
sdk: '>=2.2.0 <3.0.0'
1110

1211
dependencies:
1312
path: ^1.6.2
14-
webkit_inspection_protocol: '>=0.4.0 <0.7.0'
13+
webkit_inspection_protocol: '>=0.4.0 <0.8.0'
1514

1615
dev_dependencies:
1716
pedantic: ^1.5.0

0 commit comments

Comments
 (0)