Skip to content

Commit 1bd434b

Browse files
authored
Prepare DWDS for release to version 22.0.0 (#2254)
1 parent c9e96b7 commit 1bd434b

File tree

5 files changed

+142
-152
lines changed

5 files changed

+142
-152
lines changed

dwds/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 22.0.0-wip
1+
## 22.0.0
22

33
- Update the interface for ChromeProxyService.getSourceReport to match the VM service. - [#2235](https://github.com/dart-lang/webdev/pull/2235)
44
- Update `package:vm_service` constraint to `^12.0.0`. - [#2248](https://github.com/dart-lang/webdev/pull/2248)
File renamed without changes.

dwds/lib/src/injected/client.js

+139-149
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 22.0.0-wip
3+
version: 22.0.0
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.

0 commit comments

Comments
 (0)