Skip to content

Commit

Permalink
Prepare to publish build_daemon (#3284)
Browse files Browse the repository at this point in the history
This was not setup for publishing because the `analyzer` is a
`dev_dependency`, but `build_runner` depends on the latest
`build_daemon` already and needs to be published to unblock the analyzer
dependency.
  • Loading branch information
natebosch authored Apr 14, 2022
1 parent 092d1b6 commit 5d7555f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.1.0-dev
## 3.1.0

- Add `BuildResults.changedAssets` containing asset URIs changed during a
build.
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: 3.1.0-dev
version: 3.1.0
description: A daemon for running Dart builds.
repository: https://github.com/dart-lang/build/tree/master/build_daemon

Expand Down

0 comments on commit 5d7555f

Please sign in to comment.