diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 8ccb27ddf..47a883fb5 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 19.0.2-wip +## 19.0.2 - Fix Flutter crash due to potential null value in `setUpChromeConsoleListener`. - [#2162](https://github.com/dart-lang/webdev/pull/2162) diff --git a/dwds/pubspec_overrides.yaml b/dwds/ignore_pubspec_overrides.yaml similarity index 100% rename from dwds/pubspec_overrides.yaml rename to dwds/ignore_pubspec_overrides.yaml diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index d21d38d58..3f9a9f06e 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '19.0.2-wip'; +const packageVersion = '19.0.2'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 55c155181..c7e232de3 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: 19.0.2-wip +version: 19.0.2 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.