From 819a86f24771106758e8c1a44efc2bb002c15568 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Tue, 3 Aug 2021 09:36:43 -0700 Subject: [PATCH] Prep to publish dwds --- dwds/CHANGELOG.md | 3 ++- dwds/lib/src/injected/client.js | 2 +- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 4bcb7b1a6..69997443f 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,10 +1,11 @@ -## 11.2.0-dev +## 11.2.0 - Throw `SentinelException` instead of `RPCError` on vm service API on unrecognized isolate. - Throw `RPCError` in `getStack` if the application is not paused. - Recognize `dart:ui` library when debugging flutter apps. - Fix hang on hot restart when the application has a breakpoint. +- Fix out of memory issue during sending debug event notifications. ## 11.1.2 - Return empty library from `ChromeProxyService.getObject` for diff --git a/dwds/lib/src/injected/client.js b/dwds/lib/src/injected/client.js index 7abcf648f..fa5daca38 100644 --- a/dwds/lib/src/injected/client.js +++ b/dwds/lib/src/injected/client.js @@ -1,4 +1,4 @@ -// Generated by dart2js (NullSafetyMode.unsound, no-legacy-javascript), the Dart to JavaScript compiler version: 2.14.0-363.0.dev. +// Generated by dart2js (NullSafetyMode.unsound, no-legacy-javascript), the Dart to JavaScript compiler version: 2.14.0-374.0.dev. // The code supports the following hooks: // dartPrint(message): // if this function is defined it is called instead of the Dart [print] diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 44b84f812..cbd4af336 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '11.2.0-dev'; +const packageVersion = '11.2.0'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 1004ab1e5..5665cce55 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,6 +1,6 @@ name: dwds # Every time this changes you need to run `pub run build_runner build`. -version: 11.2.0-dev +version: 11.2.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