diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index f07b80784..0b4c08223 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.3.7-wip + ## 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..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.6'; +const packageVersion = '24.3.7-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index d2d68a654..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.6 +version: 24.3.7-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. 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: >-