From 4ac76c7f35f9cafb05fd09a67db3f363b9737ff0 Mon Sep 17 00:00:00 2001 From: Helin Shiah Date: Thu, 23 Jun 2022 17:15:29 +0000 Subject: [PATCH] Update devtools_shared version Change-Id: I2082552f00fc1117c76eb675605f0cb0cd26d270 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249548 Reviewed-by: Ben Konyi --- pkg/dds/CHANGELOG.md | 3 +++ pkg/dds/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md index d1f139e2967..8885b4397d7 100644 --- a/pkg/dds/CHANGELOG.md +++ b/pkg/dds/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.2.5 +- Updated `devtools_shared` version to 2.14.1. + # 2.2.4 - Fix an issue where DAP adapters could try to remove the same breakpoint multiple times. diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml index bf4a249bb43..b8b0c65dd37 100644 --- a/pkg/dds/pubspec.yaml +++ b/pkg/dds/pubspec.yaml @@ -1,5 +1,5 @@ name: dds -version: 2.2.4 +version: 2.2.5 description: >- A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance. @@ -14,7 +14,7 @@ dependencies: browser_launcher: ^1.0.0 collection: ^1.15.0 dds_service_extensions: ^1.3.0 - devtools_shared: ^2.12.1 + devtools_shared: ^2.14.1 http_multi_server: ^3.0.0 json_rpc_2: ^3.0.0 meta: ^1.1.8