From 3494808dffb0a0f302aee28fef6377844260bd0d Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Fri, 6 Oct 2023 14:39:47 +0000 Subject: [PATCH] allow the 3.3.x SDK in build_web_compilers and build_modules --- build_modules/CHANGELOG.md | 4 +++- build_modules/pubspec.yaml | 4 ++-- build_web_compilers/CHANGELOG.md | 4 +++- build_web_compilers/pubspec.yaml | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build_modules/CHANGELOG.md b/build_modules/CHANGELOG.md index 4c2a341d3..9848cbc36 100644 --- a/build_modules/CHANGELOG.md +++ b/build_modules/CHANGELOG.md @@ -1,4 +1,6 @@ -## 5.0.5-wip +## 5.0.5 + +- Allow version 3.3.x of the Dart SDK. ## 5.0.4 diff --git a/build_modules/pubspec.yaml b/build_modules/pubspec.yaml index e115446f7..4bf4866f3 100644 --- a/build_modules/pubspec.yaml +++ b/build_modules/pubspec.yaml @@ -1,12 +1,12 @@ name: build_modules -version: 5.0.5-wip +version: 5.0.5 description: >- Builders to analyze and split Dart code into individually compilable modules based on imports. repository: https://github.com/dart-lang/build/tree/master/build_modules environment: - sdk: '>=3.0.0 <3.3.0' + sdk: '>=3.0.0 <3.4.0' dependencies: analyzer: '>=5.1.0 <7.0.0' diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index 997b1f704..dbe0f20fc 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,4 +1,6 @@ -## 4.0.6-wip +## 4.0.6 + +- Allow version 3.3.x of the Dart SDK. ## 4.0.5 diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index 4b7bd62bf..dc284d204 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,10 +1,10 @@ name: build_web_compilers -version: 4.0.6-wip +version: 4.0.6 description: Builder implementations wrapping the dart2js and DDC compilers. repository: https://github.com/dart-lang/build/tree/master/build_web_compilers environment: - sdk: '>=3.0.0 <3.3.0' + sdk: '>=3.0.0 <3.4.0' dependencies: analyzer: '>=5.1.0 <7.0.0'