From b5ea89c3436d2030418932e8557eaea7947ccb2a Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 4 Jan 2024 16:05:03 -0800 Subject: [PATCH] Prepare to publish build_web_compilers (#3634) Bump the SDK upper constraint to allow the SDK version bump. --- build_web_compilers/CHANGELOG.md | 4 ++++ build_web_compilers/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index d09d7ef39..2c6d5ccaa 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.8 + +- Allow version 3.4.x of the Dart SDK. + ## 4.0.7 - Support `dart:js_interop_unsafe`. diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index 159792ad5..44ccddf8a 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,10 +1,10 @@ name: build_web_compilers -version: 4.0.7 +version: 4.0.8 description: Builder implementations wrapping the dart2js and DDC compilers. repository: https://github.com/dart-lang/build/tree/master/build_web_compilers environment: - sdk: '>=3.1.0 <3.4.0' + sdk: '>=3.1.0 <3.5.0' dependencies: analyzer: '>=5.1.0 <7.0.0'