From 7761d34e80ea3359cdaf68949182aad41a2c9255 Mon Sep 17 00:00:00 2001 From: Jessy Yameogo Date: Fri, 4 Apr 2025 13:37:45 -0400 Subject: [PATCH] bump dwds version to 24.3.9 --- webdev/CHANGELOG.md | 3 ++- webdev/lib/src/version.dart | 2 +- webdev/pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 448a206af..55fd184ba 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,7 +1,8 @@ -## 3.7.2-wip +## 3.7.2 - Adds `--offline` flag [#2483](https://github.com/dart-lang/webdev/pull/2483). - Support the `--hostname` flag when the `--tls-cert-key` and `--tls-cert-chain` flags are present [#2588](https://github.com/dart-lang/webdev/pull/2588). +- Update `dwds` constraint to `24.3.9`. ## 3.7.1 diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 7d40e1d7b..2cda305ca 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-wip'; +const packageVersion = '3.7.2'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 591ff2218..209121895 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-wip +version: 3.7.2 # We should not depend on a dev SDK before publishing. # publish_to: none description: >- @@ -19,7 +19,7 @@ dependencies: crypto: ^3.0.2 dds: ^4.1.0 # Pin DWDS to avoid dependency conflicts with vm_service: - dwds: 24.3.5 + dwds: 24.3.9 http: ^1.0.0 http_multi_server: ^3.2.0 io: ^1.0.3