From 3ee0878c5adfd89be67382ceefcdc39d0cf6691c Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Mon, 16 Dec 2024 18:54:51 +0000 Subject: [PATCH] Revert "Bump archive from 3.6.1 to 4.0.1 in /build_web_compilers (#3776)" This reverts commit fbdfb677c0f0dd188b38a9119be06a15c4043b1b. --- build_web_compilers/CHANGELOG.md | 4 ---- build_web_compilers/pubspec.yaml | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) 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