Skip to content

Commit

Permalink
remove dependency overrides and update versions for release (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jan 27, 2017
1 parent 6a0289d commit 113190e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 47 deletions.
2 changes: 1 addition & 1 deletion build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.0-dev
## 0.7.0

A number of changes to the apis, primarily to support reading/writing as bytes,
as this is going to inevitably be a required feature. This will hopefully be the
Expand Down
10 changes: 2 additions & 8 deletions build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
version: 0.7.0-dev
version: 0.7.0
description: A build system for Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build
Expand All @@ -13,14 +13,8 @@ dependencies:
path: ^1.1.0

dev_dependencies:
build_barback: ^0.0.1
build_barback: ^0.1.0
build_test: ^0.4.0
glob: ^1.1.0
test: ^0.12.0
transformer_test: ^0.2.0

dependency_overrides:
build_test:
path: ../build_test
build_barback:
path: ../build_barback
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.1.0-dev
## 0.1.0

Updated to reflect the new support for reading/writing as bytes in the `build`
package, and the removal of the `Asset` class.
Expand Down
8 changes: 1 addition & 7 deletions build_barback/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_barback
version: 0.1.0-dev
version: 0.1.0
description: Utilities for translating between builders and transformers.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build
Expand All @@ -26,9 +26,3 @@ dev_dependencies:
build_test: ^0.4.0
test: ^0.12.0
transformer_test: ^0.2.0

dependency_overrides:
build:
path: ../build
build_test:
path: ../build_test
2 changes: 1 addition & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0-dev
## 0.2.0

Add support for the new bytes apis in `build`.

Expand Down
10 changes: 1 addition & 9 deletions build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 0.2.0-dev
version: 0.2.0
description: Tools to write binaries that run builders.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build
Expand All @@ -24,11 +24,3 @@ dependencies:
dev_dependencies:
build_test: ^0.4.0
test: ^0.12.0

dependency_overrides:
build:
path: ../build
build_barback:
path: ../build_barback
build_test:
path: ../build_test
2 changes: 1 addition & 1 deletion build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.0-dev
## 0.4.0

Updates to work with `build` version 0.7.0.

Expand Down
10 changes: 2 additions & 8 deletions build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
name: build_test
description: Utilities for writing unit tests of Builders.
version: 0.4.0-dev
version: 0.4.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build

dependencies:
build: ^0.7.0
build_barback: ^0.0.1
build_barback: ^0.1.0
logging: ^0.11.2
test: ^0.12.0
watcher: ^0.9.7

environment:
sdk: ">=1.8.0 <2.0.0"

dependency_overrides:
build:
path: ../build
build_barback:
path: ../build_barback
14 changes: 3 additions & 11 deletions e2e_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@ environment:
sdk: '>=1.9.1 <2.0.0'

dependencies:
build: any
build_barback: any
build: ^0.7.0
build_barback: ^0.1.0

dev_dependencies:
build_runner: any
build_runner: ^0.2.0

transformers:
- e2e_example:
$include: 'web/*.txt'

dependency_overrides:
build:
path: ../build
build_barback:
path: ../build_barback
build_runner:
path: ../build_runner

0 comments on commit 113190e

Please sign in to comment.