From 039aecaab190c70077f69e72f090675c8df04685 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 8 Oct 2024 17:34:41 -0400 Subject: [PATCH] Support Dart 3.7 dev releases (#3761) --- build_modules/CHANGELOG.md | 2 +- build_modules/pubspec.yaml | 2 +- build_web_compilers/CHANGELOG.md | 2 +- build_web_compilers/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_modules/CHANGELOG.md b/build_modules/CHANGELOG.md index 9f239e9ed..fbdffbd83 100644 --- a/build_modules/CHANGELOG.md +++ b/build_modules/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.0.10-wip +## 5.0.10-beta.0 - Bump the min sdk to 3.5.0. - Support 3.7.0 pre-release sdks. diff --git a/build_modules/pubspec.yaml b/build_modules/pubspec.yaml index 0cace077e..f49fabcef 100644 --- a/build_modules/pubspec.yaml +++ b/build_modules/pubspec.yaml @@ -1,5 +1,5 @@ name: build_modules -version: 5.0.10-wip +version: 5.0.10-beta.0 description: >- Builders to analyze and split Dart code into individually compilable modules based on imports. diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index 91de97ad3..2dfe672fb 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.1.0-wip +## 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 46f2df4c4..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