diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 301a4ca7e..995e9c9db 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,6 @@ -## 3.4.0-wip +## 3.4.0 + +- Update `dwds` constraint to `23.3.0`. - Update `package:vm_service` constraint to `>=10.1.0 <15.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) diff --git a/webdev/pubspec_overrides.yaml b/webdev/ignore_pubspec_overrides.yaml similarity index 100% rename from webdev/pubspec_overrides.yaml rename to webdev/ignore_pubspec_overrides.yaml diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 5d7ed2a59..993a49311 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.4.0-wip'; +const packageVersion = '3.4.0'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index ee92145c9..f211767ea 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.4.0-wip +version: 3.4.0 # We should not depend on a dev SDK before publishing. # publish_to: none description: >- @@ -19,7 +19,7 @@ dependencies: crypto: ^3.0.2 dds: ^3.0.0 # Pin DWDS to avoid dependency conflicts with vm_service: - dwds: 23.0.0 + dwds: 23.3.0 http: ^0.13.4 http_multi_server: ^3.2.0 io: ^1.0.3