Skip to content

Commit 0bd05e8

Browse files
matanlureykevmoo
authored andcommitted
Prepare to publish build_test. (#310)
1 parent 1b102ea commit 0bd05e8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

build_barback/CHANGELOG.md

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

33
- **Breaking** `BuilderTransformer` is now an `AggregateTransformer`. This
44
should be transparent for most use cases but could have errors if an instance

build_barback/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_barback
2-
version: 0.3.0-dev
2+
version: 0.3.0
33
description: Utilities for translating between builders and transformers.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build

build_test/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ var resolver = await resolveAsset(pkgCollection);
1010
// ...
1111
```
1212

13+
- Supports `package:build_barback >=0.2.0 <0.4.0`.
14+
1315
## 0.6.2
1416

1517
- Internal version bump.

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: 0.6.3-dev
3+
version: 0.6.3
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build
66

@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
build: ^0.9.0
12-
build_barback: ^0.2.0
12+
build_barback: ">=0.2.0 <0.4.0"
1313
collection: ^1.14.0
1414
glob: ^1.1.0
1515
logging: ^0.11.2

0 commit comments

Comments
 (0)