From 32e18fbc158d210be4d84ecaeec83fe9ceb4f35f Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:09:43 -0700 Subject: [PATCH] Reset DWDS after release --- dwds/CHANGELOG.md | 2 ++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- dwds/{ignore_pubspec_overrides.yaml => pubspec_overrides.yaml} | 0 4 files changed, 4 insertions(+), 2 deletions(-) rename dwds/{ignore_pubspec_overrides.yaml => pubspec_overrides.yaml} (100%) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 631e3a03f..0598f8357 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 22.2.0-wip + ## 22.1.0 - Update `package:vm_service` constraint to `^13.0.0`. - [#2235](https://github.com/dart-lang/webdev/pull/2265) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 8896237aa..00248afad 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '22.1.0'; +const packageVersion = '22.2.0-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 0f99ef1e3..5f5cc95e0 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: 22.1.0 +version: 22.2.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