From 1c57c6cbae69c81159cfd57465a55fab4a0aae6a Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 24 Jun 2024 14:13:55 +0000 Subject: [PATCH] [ package:dds ] Update CHANGELOG and pubspec to 4.2.4+1 (republished 4.2.4) 4.2.4 was retracted due to an extra binary being included in the archive that increased the package size by 10x. Change-Id: Iebca85555e871fee22bafdd1bf547972bfe5b201 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372920 Commit-Queue: Ben Konyi Reviewed-by: Derek Xu Auto-Submit: Ben Konyi Commit-Queue: Derek Xu --- pkg/dds/CHANGELOG.md | 2 +- pkg/dds/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md index f58ce05b120..a515f931cc2 100644 --- a/pkg/dds/CHANGELOG.md +++ b/pkg/dds/CHANGELOG.md @@ -1,4 +1,4 @@ -# 4.2.4 +# 4.2.4+1 - Added missing type to `Event` in `postEvent`. - [DAP] Instaces with both fields and getters of the same name will no longer show duplicates in `variables` responses. - `bin/dds.dart` now closes the `stderr` pipe after writing its JSON to the stream. diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml index 2bb45568523..c159257a1a8 100644 --- a/pkg/dds/pubspec.yaml +++ b/pkg/dds/pubspec.yaml @@ -1,5 +1,5 @@ name: dds -version: 4.2.4 +version: 4.2.4+1 description: >- A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.