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_barback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0-dev
## 0.3.0

- **Breaking** `BuilderTransformer` is now an `AggregateTransformer`. This
should be transparent for most use cases but could have errors if an instance
Expand Down
2 changes: 1 addition & 1 deletion build_barback/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_barback
version: 0.3.0-dev
version: 0.3.0
description: Utilities for translating between builders and transformers.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build
Expand Down
2 changes: 2 additions & 0 deletions build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var resolver = await resolveAsset(pkgCollection);
// ...
```

- Supports `package:build_barback >=0.2.0 <0.4.0`.

## 0.6.2

- Internal version bump.
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: 0.6.3-dev
version: 0.6.3
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build

Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
build: ^0.9.0
build_barback: ^0.2.0
build_barback: ">=0.2.0 <0.4.0"
collection: ^1.14.0
glob: ^1.1.0
logging: ^0.11.2
Expand Down