Skip to content

Commit cfe9753

Browse files
authored
Update dev versions of DWDS and Webdev (#2022)
1 parent c37d419 commit cfe9753

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 18.0.0-dev
1+
## 18.0.1-dev
22

3-
- Fix failure to map JS exceptions to dart.
3+
- Fix failure to map JS exceptions to dart. - [#2004](https://github.com/dart-lang/webdev/pull/2004)
4+
- Fix for listening to custom streams. - [#2011](https://github.com/dart-lang/webdev/pull/2011)
45

56
## 18.0.0
67

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: 1 addition & 1 deletion
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: 18.0.0-dev
3+
version: 18.0.1-dev
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.

webdev/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.1-dev
1+
## 3.0.2-dev
22

33
## 3.0.1
44

webdev/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.

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webdev
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 3.0.1-dev
3+
version: 3.0.2-dev
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-

0 commit comments

Comments
 (0)