Skip to content

Commit 62a008a

Browse files
authored
Release build_runner 2.9.0, build 4.0.1. (#4237)
1 parent 885c7d6 commit 62a008a

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

build/CHANGELOG.md

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

33
- Improvements to dartdoc.
44

build/lib/src/logging.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final _default = Logger('build.fallback');
2121
///
2222
/// At [Level.WARNING] but below [Level.SEVERE] is called a "warning".
2323
///
24-
/// Warnings are aways shown, and the final build status will indicate that
24+
/// Warnings are always shown, and the final build status will indicate that
2525
/// the build completed with warnings.
2626
///
2727
/// At or above [Level.SEVERE] is an "error".

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: 4.0.1-wip
2+
version: 4.0.1
33
description: A package for authoring build_runner compatible code generators.
44
repository: https://github.com/dart-lang/build/tree/master/build
55
resolution: workspace

build_runner/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## 2.8.1-wip
1+
## 2.9.0
22

3-
- Rewrite bootstrap code to remove use of `dart:mirrors`.
4-
- Watch mode: handle builder code and config changes without exiting.
3+
- Watch mode: handle builder code and config changes without recompiling or
4+
exiting.
55
- Remove log output about `build_runner` internals.
66
- Print the port that gets picked if you pass 0 for a port number, for example
77
with `dart run build_runner serve web:0`.
8-
- Improved warnings when an option is specified for an unknown builder.
8+
- Improve warnings when an option is specified for an unknown builder.
9+
- Rewrite bootstrap code to remove use of `dart:mirrors`.
910
- Bug fix: require `args` 2.5.0.
1011

1112
## 2.8.0

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.8.1-wip
2+
version: 2.9.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 3.4.1-wip
1+
## 3.4.1
22

3-
- Use `build_runner` 2.8.1-wip.
4-
- Use `build` 4.0.1-wip.
3+
- Use `build_runner` 2.9.0.
4+
- Use `build` 4.0.1.
55

66
## 3.4.0
77

build_test/pubspec.yaml

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

77
environment:
88
sdk: ^3.7.0
99

1010
dependencies:
11-
build: '4.0.1-wip'
11+
build: '4.0.1'
1212
build_config: ^1.0.0
13-
build_runner: '2.8.1-wip'
13+
build_runner: '2.9.0'
1414
built_collection: ^5.1.1
1515
crypto: ^3.0.0
1616
glob: ^2.0.0

0 commit comments

Comments
 (0)