Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.5-wip
## 4.1.0

- Bug fix: resolve symlinks when identifying workspaces, so symlinks can't
cause the same workspace to be treated as a different workspace.
Expand Down
2 changes: 1 addition & 1 deletion build_daemon/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_daemon
version: 4.0.5-wip
version: 4.1.0
description: A daemon for running Dart builds.
repository: https://github.com/dart-lang/build/tree/master/build_daemon
resolution: workspace
Expand Down
5 changes: 2 additions & 3 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.9.1-wip
## 2.10.0

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

## 2.9.0

- Watch mode: handle builder code and config changes without recompiling or
exiting.
- Watch mode: handle builder config changes without recompiling or exiting.
- Remove log output about `build_runner` internals.
- Print the port that gets picked if you pass 0 for a port number, for example
with `dart run build_runner serve web:0`.
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.9.1-wip
version: 2.10.0
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner
resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.5.0-wip
## 3.5.0

- Improve `TestBuilderResult`: add `succeeded`, `outputs` and `errors`.
Deprecate `buildResult` in favor of these new members.
Expand Down
4 changes: 2 additions & 2 deletions build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build_test
description: Utilities for writing unit tests of Builders.
version: 3.5.0-wip
version: 3.5.0
repository: https://github.com/dart-lang/build/tree/master/build_test
resolution: workspace

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
build: ^4.0.0
build_config: ^1.0.0
build_runner: '2.9.1-wip'
build_runner: '2.10.0'
built_collection: ^5.1.1
crypto: ^3.0.0
glob: ^2.0.0
Expand Down