Skip to content

Commit 51dde06

Browse files
bkonyiCommit Queue
authored and
Commit Queue
committed
[ package:dds ] Prepare for 3.0.0 release
- Fixes typo in CHANGELOG.md - Reverts vm_service version bump to ^12.0.0 as it's not needed for this breaking change Change-Id: Ib9251dac0af4958d72fcb341490643bfe0f7a21a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/331800 Reviewed-by: Derek Xu <[email protected]> Commit-Queue: Ben Konyi <[email protected]>
1 parent 4122919 commit 51dde06

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pkg/dds/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# 3.0.0
2-
- **Breaking change:** update `vm_service` version to ^13.0.0.
3-
- **Breaking chnage:** change type of `DartDebugAdapter.vmService` from `VmServiceInterface` to `VmService`.
2+
- **Breaking change:** change type of `DartDebugAdapter.vmService` from `VmServiceInterface` to `VmService`.
43

54
# 2.11.1
65
- [DAP] `restartFrameRequest` is now supported for frames up until the first async boundary (that are not also the top frame).

pkg/dds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
sse: ^4.0.0
2929
stack_trace: ^1.10.0
3030
stream_channel: ^2.0.0
31-
vm_service: ^13.0.0
31+
vm_service: ^12.0.0
3232
web_socket_channel: ^2.0.0
3333

3434
# We use 'any' version constraints here as we get our package versions from

0 commit comments

Comments
 (0)