From 5ef423d55cfa69acd6e1e7ef178b18d770f2a360 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 1 Aug 2023 22:59:17 +0000 Subject: [PATCH] [ DDS ] Prepare for 2.9.4 release Change-Id: I393ce964bce316592f78c0ea1de45ac1b34ddefd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/317620 Reviewed-by: Kenzie Davisson --- pkg/dds/CHANGELOG.md | 3 +++ pkg/dds/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md index 77be0f0fdf2..cae46355e9d 100644 --- a/pkg/dds/CHANGELOG.md +++ b/pkg/dds/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.9.4 +- Updated `devtools_shared` to ^2.26.1 + # 2.9.3 - [DAP] `threadId`s generated by the debug adapter now match the Isolate numbers of the underlying isolates. - [DAP] Global evaluation (evaluation without a `frameId`) is now available for top-levels if a `file://` URI for a script is provided as the `context` for an `evaluate` request. diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml index 7b5eecfdd40..0435a7ec6b0 100644 --- a/pkg/dds/pubspec.yaml +++ b/pkg/dds/pubspec.yaml @@ -1,5 +1,5 @@ name: dds -version: 2.9.3 +version: 2.9.4 description: >- A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.