From 91cbd183b103c84c6f11631d60780751234e5442 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:54:42 -0700 Subject: [PATCH] Prepare DWDS for release to version 19.0.1 (#2145) --- dwds/CHANGELOG.md | 2 +- dwds/{pubspec_overrides.yaml => ignore_pubspec_overrides.yaml} | 0 dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename dwds/{pubspec_overrides.yaml => ignore_pubspec_overrides.yaml} (100%) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 44728316a..55f5580b7 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 19.0.1-wip +## 19.0.1 - Do not show async frame errors on evaluation. - [#2073](https://github.com/dart-lang/webdev/pull/2073) - Refactor code for presenting record instances. - [#2074](https://github.com/dart-lang/webdev/pull/2074) 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 7909db512..df97ea76b 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.1-wip'; +const packageVersion = '19.0.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 48f5da13f..ac7e11d3e 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.1-wip +version: 19.0.1 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.