From 30c4459d347e6a4c33f2a7d923808c6d905170c2 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 5 Jun 2024 10:56:23 -0700 Subject: [PATCH] release build_runner and build_runner_core (#3715) --- build_runner/CHANGELOG.md | 2 +- build_runner/pubspec.yaml | 2 +- build_runner_core/CHANGELOG.md | 2 +- build_runner_core/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_runner/CHANGELOG.md b/build_runner/CHANGELOG.md index 36fb95919..1a5c08bca 100644 --- a/build_runner/CHANGELOG.md +++ b/build_runner/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.4.11-wip +## 2.4.11 - Explicitly pass the current isolates package config instead of assuming the location, to support the upcoming pub workspaces feature. diff --git a/build_runner/pubspec.yaml b/build_runner/pubspec.yaml index 157fdeff3..bfcff839c 100644 --- a/build_runner/pubspec.yaml +++ b/build_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: build_runner -version: 2.4.11-wip +version: 2.4.11 description: A build system for Dart code generation and modular compilation. repository: https://github.com/dart-lang/build/tree/master/build_runner diff --git a/build_runner_core/CHANGELOG.md b/build_runner_core/CHANGELOG.md index da8b8caee..37cf22971 100644 --- a/build_runner_core/CHANGELOG.md +++ b/build_runner_core/CHANGELOG.md @@ -1,4 +1,4 @@ -## 7.3.1-wip +## 7.3.1 - Support the upcoming pub workspaces feature. - Bump the min sdk to 3.4.0. diff --git a/build_runner_core/pubspec.yaml b/build_runner_core/pubspec.yaml index 1a6776059..dc51a563f 100644 --- a/build_runner_core/pubspec.yaml +++ b/build_runner_core/pubspec.yaml @@ -1,5 +1,5 @@ name: build_runner_core -version: 7.3.1-wip +version: 7.3.1 description: Core tools to organize the structure of a build and run Builders. repository: https://github.com/dart-lang/build/tree/master/build_runner_core