From db5f23a0d73dc91f14adaff2b279233f7a71e211 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Tue, 5 Apr 2022 17:37:16 -0700 Subject: [PATCH] Prep to publish dwds 13.0.0 --- dwds/CHANGELOG.md | 2 +- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index d5855294f..c47cae5dd 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 13.0.0-dev +## 13.0.0 - Change wording of paused overlay from "Paused in Dart DevTools" to "Paused" - Allow sending back the Dart DevTools URL from DWDS instead of launching Dart DevTools, to support embedding Dart DevTools in Chrome DevTools. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 455ea9c71..74267c074 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '13.0.0-dev'; +const packageVersion = '13.0.0'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index cf74b883b..c62b7015d 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: 13.0.0-dev +version: 13.0.0 homepage: https://github.com/dart-lang/webdev/tree/master/dwds description: >- A service that proxies between the Chrome debug protocol and the Dart VM