Skip to content

Commit bde5fb9

Browse files
authored
release build and build_runner_core (#3496)
1 parent 09a4fef commit bde5fb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4.0-dev
1+
## 2.4.0
22

33
- Add `BuildStep.packageConfig` getter to resolve a package config of all
44
packages involved in the current build.

build/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 2.4.0-dev
2+
version: 2.4.0
33
description: A package for authoring build_runner compatible code generators.
44
repository: https://github.com/dart-lang/build/tree/master/build
55

build_runner_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 7.2.8-dev
1+
## 7.2.8
22

33
- Raise the minimum SDK constraint to 2.18.
44
- Optimize `BuildStep.packageConfig`

build_runner_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 7.2.8-dev
2+
version: 7.2.8
33
description: Core tools to organize the structure of a build and run Builders.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
55

0 commit comments

Comments
 (0)