diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e11841138..28fef36c5 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +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) +- Update `package:vm_service` constraints to allow version `14.x.x`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) ## 23.0.0 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 9dbf4fcd4..8f524dd3d 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '23.1.0'; +const packageVersion = '23.1.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 1049cee95..76aa5c68f 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -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. @@ -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