Skip to content

Commit 64eb6d9

Browse files
committed
Update to WIP version
1 parent 7d3d322 commit 64eb6d9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 26.2.1-wip
2+
13
## 26.2.0
24

35
- Add support for more service APIs over websocket connections with no Chrome Debugger available.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 26.2.0
3+
version: 26.2.1-wip
44

55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
77
service protocol.
88
repository: https://github.com/dart-lang/webdev/tree/main/dwds
99
environment:
10-
sdk: ^3.10.0-0.0.dev
10+
sdk: ^3.10.0-0
1111

1212
dependencies:
1313
async: ^2.9.0

0 commit comments

Comments
 (0)