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 cb77956f8..d8f6402aa 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,6 @@ -## 3.0.6-wip +## 3.0.6 + +- Update `dwds` constraint to `19.0.2`. ## 3.0.5 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 dc80e2592..96029ab44 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.0.6-wip'; +const packageVersion = '3.0.6'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 741be296d..cf32f8d35 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.0.6-wip +version: 3.0.6 # We should not depend on a dev SDK before publishing. # publish_to: none description: >- @@ -19,7 +19,7 @@ dependencies: crypto: ^3.0.2 dds: ^2.2.0 # Pin DWDS to avoid dependency conflicts with vm_service: - dwds: 19.0.1 + dwds: 19.0.2 http: ^0.13.4 http_multi_server: ^3.2.0 io: ^1.0.3