Skip to content

Commit

Permalink
Merge pull request #35 from davidmorgan/release-0-1-3
Browse files Browse the repository at this point in the history
Upgrade analyzer, build and source_gen dependencies. Release 0.1.4.
  • Loading branch information
davidmorgan authored Sep 21, 2016
2 parents 4b56031 + c2445d2 commit 075b365
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4

- Upgrade analyzer, build and source_gen dependencies.

## 0.1.3

- Generate builder if it's not written by hand.
Expand Down
2 changes: 1 addition & 1 deletion built_value/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value
version: 0.1.3
version: 0.1.4
description: >
Value types with builders. This library is the runtime dependency.
authors:
Expand Down
10 changes: 5 additions & 5 deletions built_value_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value_generator
version: 0.1.3
version: 0.1.4
description: >
Value types with builders. This library is the dev dependency.
authors:
Expand All @@ -10,13 +10,13 @@ environment:
sdk: '>=1.12.0-dev.5.10 <2.0.0'

dependencies:
analyzer: '>=0.27.1 <0.28.0'
build: '^0.3.0'
analyzer: '>=0.28.0 <0.29.0'
build: '^0.4.0'
built_collection: '^1.0.0'
built_value: '^0.1.3'
built_value: '^0.1.4'
source_gen: '>=0.5.0+03 <0.6.0'
quiver: '>=0.21.0 <0.22.0'

dev_dependencies:
build_test: '^0.1.0'
build_test: '^0.2.0'
test: any
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 0.1.3
version: 0.1.4
description: >
Just an example, not for publishing.
authors:
Expand All @@ -11,8 +11,8 @@ environment:

dependencies:
built_collection: '^1.0.0'
built_value: '^0.1.3'
built_value: '^0.1.4'

dev_dependencies:
built_value_generator: '^0.1.3'
built_value_generator: '^0.1.4'
test: any

0 comments on commit 075b365

Please sign in to comment.