diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 5728ec3b6..a3bc795fb 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +1,7 @@ -## 18.0.0-dev +## 18.0.1-dev -- Fix failure to map JS exceptions to dart. +- Fix failure to map JS exceptions to dart. - [#2004](https://github.com/dart-lang/webdev/pull/2004) +- Fix for listening to custom streams. - [#2011](https://github.com/dart-lang/webdev/pull/2011) ## 18.0.0 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 378dae623..b6c7ebf72 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '18.0.0-dev'; +const packageVersion = '18.0.1-dev'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index af0f93ec0..b390902d3 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,6 +1,6 @@ name: dwds # Every time this changes you need to run `dart run build_runner build`. -version: 18.0.0-dev +version: 18.0.1-dev description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 8e27214af..853241381 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.1-dev +## 3.0.2-dev ## 3.0.1 diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index e2242156c..f7192e7bf 100644 --- a/webdev/lib/src/version.dart +++ b/webdev/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.0.1-dev'; +const packageVersion = '3.0.2-dev'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 9cd6849e1..3f3fd15c3 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,6 +1,6 @@ name: webdev # Every time this changes you need to run `dart run build_runner build`. -version: 3.0.1-dev +version: 3.0.2-dev # We should not depend on a dev SDK before publishing. # publish_to: none description: >-