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 437017082..5f98ca850 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,6 @@ -## 3.0.5-wip +## 3.0.5 + +- Update `dwds` constraint to `19.0.1`. ## 3.0.4 @@ -10,7 +12,7 @@ ## 3.0.2 -- Update `build_daemon` constraint to `^4.0.0`. +- Update `build_daemon` constraint to `^4.0.0`. ## 3.0.1 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 12028abc3..78291ff0a 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.5-wip'; +const packageVersion = '3.0.5'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index c275f3501..e6f836a3e 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,13 +1,12 @@ name: webdev # Every time this changes you need to run `dart run build_runner build`. -version: 3.0.5-wip +version: 3.0.5 # We should not depend on a dev SDK before publishing. # publish_to: none description: >- A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart. repository: https://github.com/dart-lang/webdev/tree/master/webdev - environment: sdk: ">=3.0.0-188.0.dev <4.0.0" @@ -20,7 +19,7 @@ dependencies: crypto: ^3.0.2 dds: ^2.2.0 # Pin DWDS to avoid dependency conflicts with vm_service: - dwds: 19.0.0 + dwds: 19.0.1 http: ^0.13.4 http_multi_server: ^3.2.0 io: ^1.0.3