diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index 2dfe672fb..69d60a99c 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,3 +1,7 @@ +## 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 6ccd6def2..7b8b8e0e3 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-beta.3 +version: 4.1.0-wip 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 + archive: '>=3.0.0 <5.0.0' bazel_worker: ^1.0.0 build: ^2.0.0 build_config: ^1.0.0