diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 9e12cb774..e11841138 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +1,9 @@ -## 23.1.0-wip +## 23.1.0 + +- Update `package:vm_service` constraints to allow version `14.x.x` - [#2307](https://github.com/dart-lang/webdev/pull/2307) ## 23.0.0 + - Restructure `LoadStrategy` to provide build settings. - [#2270](https://github.com/dart-lang/webdev/pull/2270) - Add `FrontendServerLegacyStrategyProvider` and update bootstrap generation logic for `LegacyStrategy` - [#2285](https://github.com/dart-lang/webdev/pull/2285) - Tolerate failures to detect a Dart execution context. - [#2286](https://github.com/dart-lang/webdev/pull/2286) @@ -9,6 +12,7 @@ - Update `package:vm_service_interface` constraint to `1.0.1`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) ## 22.1.0 + - Update `package:vm_service` constraint to `^13.0.0`. - [#2265](https://github.com/dart-lang/webdev/pull/2265) ## 22.0.0 diff --git a/dwds/pubspec_overrides.yaml b/dwds/ignore_pubspec_overrides.yaml similarity index 100% rename from dwds/pubspec_overrides.yaml rename to dwds/ignore_pubspec_overrides.yaml diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 2638c1b57..9dbf4fcd4 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-wip'; +const packageVersion = '23.1.0'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index d0d25d979..1049cee95 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-wip +version: 23.1.0 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.