diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index acb5cbad3..2adccfd92 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 23.1.0-wip + ## 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) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 6894be67c..2638c1b57 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.0.0'; +const packageVersion = '23.1.0-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 65fb60344..702953380 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.0.0 +version: 23.1.0-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. diff --git a/dwds/ignore_pubspec_overrides.yaml b/dwds/pubspec_overrides.yaml similarity index 100% rename from dwds/ignore_pubspec_overrides.yaml rename to dwds/pubspec_overrides.yaml