diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index dd76ae613..3ef646b0c 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,6 @@ -## 3.6.0-wip +## 3.6.0 + +- Update `dwds` constraint to `24.1.0`. ## 3.5.0 diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 1ac10a92a..b60d6f35a 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.6.0-wip'; +const packageVersion = '3.6.0'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index cf9042dfd..cd290c3dc 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.6.0-wip +version: 3.6.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: ^4.1.0 # Pin DWDS to avoid dependency conflicts with vm_service: - dwds: 24.0.0 + dwds: 24.1.0 http: ^1.0.0 http_multi_server: ^3.2.0 io: ^1.0.3 diff --git a/webdev/pubspec_overrides.yaml b/webdev/pubspec_overrides.yaml deleted file mode 100644 index d3d78b8af..000000000 --- a/webdev/pubspec_overrides.yaml +++ /dev/null @@ -1,3 +0,0 @@ -dependency_overrides: - dwds: - path: ../dwds