diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 8acb95cf9..33c389cc4 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -2,7 +2,7 @@ - Require clients to specify the `basePath` on `AssetReader`. - [#2160](https://github.com/dart-lang/webdev/pull/2160) - Update SDK constraint to `>=3.1.0-254.0.dev <4.0.0`. - [#2169](https://github.com/dart-lang/webdev/pull/2169) -- Require min `build_web_compilers` version `4.0.4` - [#]() +- Require min `build_web_compilers` version `4.0.4` - [#2171](https://github.com/dart-lang/webdev/pull/2171) ## 19.0.2 diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 96029ab44..5967d8554 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'; +const packageVersion = '3.0.7-wip';