Skip to content

Commit

Permalink
Loosen vm_service constraints and prepare DWDS for release to 23.1.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored and Markzipan committed Jan 10, 2024
1 parent 42c674e commit f4ae7e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 23.1.1

- Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#2329](https://github.com/dart-lang/webdev/pull/2329)

## 23.1.0

- Update `package:vm_service` constraints to allow version `14.x.x` - [#2307](https://github.com/dart-lang/webdev/pull/2307)
- Enabling tests that run with the DDC module system and exposing `utilities/ddc_names.dart` - [#2295](https://github.com/dart-lang/webdev/pull/2295)

## 23.0.0

Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 23.1.0
version: 23.1.1
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
stack_trace: ^1.10.0
sse: ^4.1.2
uuid: ^3.0.6
vm_service: ^14.0.0
vm_service: ">=13.0.0 <15.0.0"
vm_service_interface: 1.0.1
web_socket_channel: ^2.2.0
webkit_inspection_protocol: ^1.0.1
Expand Down

0 comments on commit f4ae7e2

Please sign in to comment.