We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e6bdb commit 16b9e73Copy full SHA for 16b9e73
pkgs/browser_launcher/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.7
2
+
3
+- Widen the dependency range on `package:webkit_inspection_protocol`.
4
5
## 0.1.6
6
7
- Update lower Dart SDK requirement to `2.2.0`.
pkgs/browser_launcher/pubspec.yaml
@@ -1,17 +1,16 @@
name: browser_launcher
description: Provides a standardized way to launch web browsers for testing and tools.
-version: 0.1.6
+version: 0.1.7
-author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/browser_launcher
8
9
environment:
10
sdk: '>=2.2.0 <3.0.0'
11
12
dependencies:
13
path: ^1.6.2
14
- webkit_inspection_protocol: '>=0.4.0 <0.7.0'
+ webkit_inspection_protocol: '>=0.4.0 <0.8.0'
15
16
dev_dependencies:
17
pedantic: ^1.5.0
0 commit comments