diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 418ff21e7..bfc3a334c 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.4.0-wip + ## 24.3.11 - Changed DWDS to always inject the client and added `useDwdsWebSocketConnection` flag to control communication protocol: when true uses socket-based implementation, when false uses Chrome-based communication protocol. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index b2c6d5326..588ff7d61 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.11'; +const packageVersion = '24.4.0-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index ae2f792ab..4d32c5a90 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.11 +version: 24.4.0-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 49ef1f1b9..47a6f1ef7 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.8.0-wip + ## 3.7.2 - Fixed duplicate app logs on page refresh by preventing multiple stdout listeners for the same appId. diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 2cda305ca..f0d3ee90c 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.2'; +const packageVersion = '3.8.0-wip'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index d1706c7b4..d8730c128 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.2 +version: 3.8.0-wip # We should not depend on a dev SDK before publishing. # publish_to: none description: >-