Skip to content

Commit be5f7dc

Browse files
authored
Release 2.10.0. (#4251)
1 parent ce2491c commit be5f7dc

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

build_daemon/CHANGELOG.md

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

33
- Bug fix: resolve symlinks when identifying workspaces, so symlinks can't
44
cause the same workspace to be treated as a different workspace.

build_daemon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_daemon
2-
version: 4.0.5-wip
2+
version: 4.1.0
33
description: A daemon for running Dart builds.
44
repository: https://github.com/dart-lang/build/tree/master/build_daemon
55
resolution: workspace

build_runner/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.9.1-wip
1+
## 2.10.0
22

33
- Add AOT compilation of builders. A future release will AOT compile builders
44
automatically, for this release it's behind a flag. AOT compiled builders
@@ -15,8 +15,7 @@
1515

1616
## 2.9.0
1717

18-
- Watch mode: handle builder code and config changes without recompiling or
19-
exiting.
18+
- Watch mode: handle builder config changes without recompiling or exiting.
2019
- Remove log output about `build_runner` internals.
2120
- Print the port that gets picked if you pass 0 for a port number, for example
2221
with `dart run build_runner serve web: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.9.1-wip
2+
version: 2.10.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.5.0-wip
1+
## 3.5.0
22

33
- Improve `TestBuilderResult`: add `succeeded`, `outputs` and `errors`.
44
Deprecate `buildResult` in favor of these new members.

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.5.0-wip
3+
version: 3.5.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.9.1-wip'
13+
build_runner: '2.10.0'
1414
built_collection: ^5.1.1
1515
crypto: ^3.0.0
1616
glob: ^2.0.0

0 commit comments

Comments
 (0)