Skip to content

Commit de35f4d

Browse files
authored
Release build_runner 2.8.0, build_test 3.4.0. (#4193)
1 parent 2e6a07b commit de35f4d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build_runner/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.7.3-wip
1+
## 2.8.0
22

33
- Make errors more prominent in log output, highlight in red.
44
- Remove "deleting declared outputs" warning.

build_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.7.3-wip
2+
version: 2.8.0
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55
resolution: workspace

build_test/CHANGELOG.md

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

33
- Support post process builders in `testBuilders`. And, add `appliesBuilders`
44
so that builders can apply post process builders.

build_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_test
22
description: Utilities for writing unit tests of Builders.
3-
version: 3.4.0-wip
3+
version: 3.4.0
44
repository: https://github.com/dart-lang/build/tree/master/build_test
55
resolution: workspace
66

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
build: '4.0.0'
1212
build_config: ^1.0.0
13-
build_runner: '2.7.3-wip'
13+
build_runner: '2.8.0'
1414
built_collection: ^5.1.1
1515
crypto: ^3.0.0
1616
glob: ^2.0.0

0 commit comments

Comments
 (0)