From a1936c446d5b05fdec02035b2feadd5f3c165b4a Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Thu, 28 Mar 2024 12:23:46 -0700 Subject: [PATCH] release build_runner 2.4.9 (#3663) --- build_runner/CHANGELOG.md | 2 +- build_runner/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_runner/CHANGELOG.md b/build_runner/CHANGELOG.md index bc48d9b50..ca406fdb5 100644 --- a/build_runner/CHANGELOG.md +++ b/build_runner/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.4.9-wip +## 2.4.9 - Update the `package:frontend_server_client` constraint to `>=3.0.0 <5.0.0`. diff --git a/build_runner/pubspec.yaml b/build_runner/pubspec.yaml index 29a2a7ca3..20da134a2 100644 --- a/build_runner/pubspec.yaml +++ b/build_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: build_runner -version: 2.4.9-wip +version: 2.4.9 description: A build system for Dart code generation and modular compilation. repository: https://github.com/dart-lang/build/tree/master/build_runner