Skip to content

Commit c08a65c

Browse files
authored
Loosen vm_service constraints and prepare DWDS for release to 23.1.1 (#2329)
1 parent 651bdae commit c08a65c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

dwds/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 23.1.1
2+
3+
- Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#2329](https://github.com/dart-lang/webdev/pull/2329)
4+
15
## 23.1.0
26

3-
- Update `package:vm_service` constraints to allow version `14.x.x` - [#2307](https://github.com/dart-lang/webdev/pull/2307)
7+
- Update `package:vm_service` constraints to allow version `14.x.x`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)
48

59
## 23.0.0
610

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 23.1.0
3+
version: 23.1.1
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.
@@ -33,7 +33,7 @@ dependencies:
3333
stack_trace: ^1.10.0
3434
sse: ^4.1.2
3535
uuid: ^3.0.6
36-
vm_service: ^14.0.0
36+
vm_service: ">=13.0.0 <15.0.0"
3737
vm_service_interface: 1.0.1
3838
web_socket_channel: ^2.2.0
3939
webkit_inspection_protocol: ^1.0.1

0 commit comments

Comments
 (0)