From 6ff63112f07282677140196dac207d69d8323c96 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 12 Apr 2023 12:37:53 -0700 Subject: [PATCH] release build_web_compilers/build_modules that support Dart 3.1 (#3484) --- 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, 12 insertions(+), 4 deletions(-) diff --git a/build_modules/CHANGELOG.md b/build_modules/CHANGELOG.md index 18b6a9651..f8c3bf42d 100644 --- a/build_modules/CHANGELOG.md +++ b/build_modules/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.2 + +- Support Dart version 3.1. + ## 5.0.1 - Delete the long deprecated `dart2JsWorkerResource` api and associated code. diff --git a/build_modules/pubspec.yaml b/build_modules/pubspec.yaml index 14ba541a6..d75bc8d45 100644 --- a/build_modules/pubspec.yaml +++ b/build_modules/pubspec.yaml @@ -1,12 +1,12 @@ name: build_modules -version: 5.0.1 +version: 5.0.2 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-134.0.dev <3.0.0' + sdk: '>=3.0.0-134.0.dev <3.2.0' dependencies: analyzer: '>=5.1.0 <6.0.0' diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index 7c680b410..aa28af1cc 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.3 + +- Support Dart 3.1 releases. + ## 4.0.2 - Allow the compiler to choose the default for the native null assertions diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index 26f8af85e..b7d75420b 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,10 +1,10 @@ name: build_web_compilers -version: 4.0.2 +version: 4.0.3 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-134.0.dev <3.1.0' + sdk: '>=3.0.0-134.0.dev <3.2.0' dependencies: analyzer: '>=5.1.0 <6.0.0'