From 37870afac2ccc45b1f7d574c609f50cd8a92acc1 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:23:08 -0800 Subject: [PATCH 1/2] Reset DWDS after release --- dwds/CHANGELOG.md | 4 ++++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- .../{ignore_pubspec_overrides.yaml => pubspec_overrides.yaml} | 0 4 files changed, 6 insertions(+), 2 deletions(-) rename dwds/{ignore_pubspec_overrides.yaml => pubspec_overrides.yaml} (100%) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e11841138..893bacbec 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,7 @@ +## 23.2.0-wip + +## 23.2.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) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 9dbf4fcd4..dc527920e 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.2.0-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 1049cee95..0b9402c51 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.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 From b7a739d5f6bade4672d2609dc931127f9ee1987e Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:26:10 -0800 Subject: [PATCH 2/2] Re-build to fix version file --- dwds/lib/src/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 8425df978..dc527920e 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.2.0-wip'; \ No newline at end of file +const packageVersion = '23.2.0-wip';