Skip to content

Commit

Permalink
Update vm service version for DDS
Browse files Browse the repository at this point in the history
Change-Id: Ie26f64d629c0d1a319f90e2d0eb3b22caa981c93
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/248360
Reviewed-by: Ben Konyi <[email protected]>
Commit-Queue: Ben Konyi <[email protected]>
  • Loading branch information
helin24 authored and Commit Bot committed Jun 14, 2022
1 parent 3056251 commit 7f098b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pkg/dds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.2.2
- Updated `vm_service` version to 9.0.0.

# 2.2.1
- Reduce latency of `streamListen` calls through improved locking behavior.

Expand Down
4 changes: 2 additions & 2 deletions pkg/dds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dds
version: 2.2.1
version: 2.2.2
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.
Expand All @@ -26,7 +26,7 @@ dependencies:
sse: ^4.0.0
stack_trace: ^1.10.0
stream_channel: ^2.0.0
vm_service: ^8.1.0
vm_service: ^9.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 7f098b4

Please sign in to comment.