diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index 69d60a99c..2dfe672fb 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,7 +1,3 @@ -## 4.1.0-wip - -- Support package:archive version 4.x. - ## 4.1.0-beta.3 - Support 3.7.0 pre-release sdks. diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index 7b8b8e0e3..6ccd6def2 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,5 +1,5 @@ name: build_web_compilers -version: 4.1.0-wip +version: 4.1.0-beta.3 description: Builder implementations wrapping the dart2js and DDC compilers. repository: https://github.com/dart-lang/build/tree/master/build_web_compilers # This package can't be part of the workspace because it requires a very recent @@ -11,7 +11,7 @@ environment: dependencies: analyzer: '>=5.1.0 <7.0.0' - archive: '>=3.0.0 <5.0.0' + archive: ^3.0.0 bazel_worker: ^1.0.0 build: ^2.0.0 build_config: ^1.0.0