Skip to content

Commit

Permalink
Support latest webkit_inspection_protocol (dart-archive/browser_launc…
Browse files Browse the repository at this point in the history
  • Loading branch information
grouma authored Mar 25, 2021
1 parent 0e93231 commit 874023a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/browser_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.10

- Support `webkit_inspection_protocol` version `^1.0.0`.

## 0.1.9

- Add support for Chrome executables in `CHROME_PATH`.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/browser_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: browser_launcher
description: Provides a standardized way to launch web browsers for testing and tools.

version: 0.1.9
version: 0.1.10

homepage: https://github.com/dart-lang/browser_launcher

Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
path: ^1.6.2
webkit_inspection_protocol: '>=0.4.0 <0.8.0'
webkit_inspection_protocol: ^1.0.0

dev_dependencies:
pedantic: ^1.5.0
Expand Down

0 comments on commit 874023a

Please sign in to comment.