From 9b26ec900f4aab1d5ae60fcaa5ac35921260de83 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Tue, 4 Mar 2025 14:20:36 -0800 Subject: [PATCH 1/3] [dwds] Roll version to 24.3.7-dev --- dwds/CHANGELOG.md | 2 ++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index f07b80784..7563b8957 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.3.7-dev + ## 24.3.6 - Bump minimum sdk version to 3.7.0 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index f249957a4..ba0977a52 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '24.3.6'; +const packageVersion = '24.3.7-dev'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index d2d68a654..2b5b5e70d 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: 24.3.6 +version: 24.3.7-dev description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. From 1a886ffe29d1072e24420466ba479d1e12622c06 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Tue, 4 Mar 2025 14:24:55 -0800 Subject: [PATCH 2/3] Move to wip instead --- dwds/CHANGELOG.md | 2 +- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 7563b8957..0b4c08223 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 24.3.7-dev +## 24.3.7-wip ## 24.3.6 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index ba0977a52..fb7db9f23 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '24.3.7-dev'; +const packageVersion = '24.3.7-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 2b5b5e70d..b2a890887 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: 24.3.7-dev +version: 24.3.7-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. From c9e32edbf7c0e2de6dacb4914927b3ad168899f2 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Tue, 4 Mar 2025 14:27:47 -0800 Subject: [PATCH 3/3] Update webdev as well --- webdev/CHANGELOG.md | 3 +++ webdev/lib/src/version.dart | 2 +- webdev/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 442357ea2..cf55b6512 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.7.2-wip + ## 3.7.1 + - Update `dwds` constraint to `24.3.5`. - Added a utility method to locate `package_config.json` and set it in the `loadStrategy`. diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index d77ca7ed9..7d40e1d7b 100644 --- a/webdev/lib/src/version.dart +++ b/webdev/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.7.1'; +const packageVersion = '3.7.2-wip'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 1180595f6..591ff2218 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,6 +1,6 @@ name: webdev # Every time this changes you need to run `dart run build_runner build`. -version: 3.7.1 +version: 3.7.2-wip # We should not depend on a dev SDK before publishing. # publish_to: none description: >-