diff --git a/test_common/pubspec_overrides.yaml b/test_common/ignore_pubspec_overrides.yaml similarity index 100% rename from test_common/pubspec_overrides.yaml rename to test_common/ignore_pubspec_overrides.yaml diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 3d3e74aeb..9e54049c4 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,7 +1,8 @@ -## 3.2.0-wip +## 3.2.0 - Add dependency on `package:vm_service_interface`. - [#2262](https://github.com/dart-lang/webdev/pull/2262) - Update `package:vm_service` constraint to `>=10.1.0 <14.0.0`. - [#2235](https://github.com/dart-lang/webdev/pull/2265) +- Update `dwds` constraint to `21.1.0`. ## 3.1.0 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 81d94cb98..518a18296 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.2.0-wip'; +const packageVersion = '3.2.0'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 259deb642..92cc4d6b9 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.2.0-wip +version: 3.2.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: 22.0.0 + dwds: 22.1.0 http: ^0.13.4 http_multi_server: ^3.2.0 io: ^1.0.3