Skip to content

Commit

Permalink
[ package:dds ] Prepare for 3.1.0 release
Browse files Browse the repository at this point in the history
Change-Id: Ie1d19e45ae60ed5ced0a49a3b9b04848ffe661a1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/332183
Auto-Submit: Ben Konyi <[email protected]>
Commit-Queue: Ben Konyi <[email protected]>
Reviewed-by: Derek Xu <[email protected]>
  • Loading branch information
bkonyi authored and Commit Queue committed Nov 6, 2023
1 parent 8a5e6d1 commit 9b17a1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ vars = {
"boringssl_gen_rev": "a468ba9fec3f59edf46a7db98caaca893e1e4d96",
"boringssl_rev": "74646566e93de7551bfdfc5f49de7462f13d1d05",
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
"devtools_rev": "f73b42303c9715f5659130f8f1b6dc91fa12d82f",
"devtools_rev": "28a3978da5f230d4311fd2a4e2effaf0ef620de7",
"icu_rev": "81d656878ec611cb0b42d52c82e9dae93920d9ba",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"libcxx_rev": "44079a4cc04cdeffb9cfe8067bfb3c276fb2bab0",
Expand Down
3 changes: 2 additions & 1 deletion pkg/dds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 3.1.0
- Updated `devtools_shared` to ^5.0.0.
- Updated `devtools_shared` to ^6.0.0.
- Updated `vm_service` to ^13.0.0.

# 3.0.0
- **Breaking change:** change type of `DartDebugAdapter.vmService` from `VmServiceInterface` to `VmService`.
Expand Down
6 changes: 3 additions & 3 deletions pkg/dds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dds
version: 3.0.0
version: 3.1.0
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.
Expand All @@ -15,7 +15,7 @@ dependencies:
collection: ^1.15.0
dds_service_extensions: ^1.6.0
dap: ^1.1.0
devtools_shared: ^5.0.0
devtools_shared: ^6.0.0
http_multi_server: ^3.0.0
json_rpc_2: ^3.0.0
meta: ^1.1.8
Expand All @@ -28,7 +28,7 @@ dependencies:
sse: ^4.0.0
stack_trace: ^1.10.0
stream_channel: ^2.0.0
vm_service: ^12.0.0
vm_service: ^13.0.0
web_socket_channel: ^2.0.0

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

0 comments on commit 9b17a1b

Please sign in to comment.