Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.5.5. #141

Merged
merged 1 commit into from
Mar 3, 2017
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
Release 0.5.5.
  • Loading branch information
davidmorgan committed Mar 3, 2017
commit df3a25078bad0409136817badcc026935ee8c893
10 changes: 3 additions & 7 deletions benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: benchmark
version: 0.5.4
version: 0.5.5
description: >
Benchmark, not for publishing.
authors:
Expand All @@ -12,16 +12,12 @@ environment:
dependencies:
browser: any
built_collection: ^1.0.0
# built_value: ^0.5.4
built_value:
path: ../built_value
built_value: ^0.5.5

dev_dependencies:
build: ^0.7.0
build_runner: ^0.3.0
# built_value_generator: ^0.5.4
built_value_generator:
path: ../built_value_generator
built_value_generator: ^0.5.5
source_gen: '>=0.5.0+03 <0.6.0'
quiver: '>=0.21.0 <0.24.0'
test: any
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.5.4
version: 0.5.5
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the runtime dependency.
Expand Down
6 changes: 2 additions & 4 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.5.4
version: 0.5.5
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the dev dependency.
Expand All @@ -14,9 +14,7 @@ dependencies:
analyzer: '>=0.29.0 <0.30.0'
build: ^0.7.0
built_collection: ^1.0.0
# built_value: ^0.5.4
built_value:
path: ../built_value
built_value: ^0.5.5
meta: ^1.0.4
source_gen: '>=0.5.0+03 <0.6.0'
quiver: ^0.23.0
Expand Down
10 changes: 3 additions & 7 deletions chat_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chat_example
version: 0.5.4
version: 0.5.5
description: >
Just an example, not for publishing.
authors:
Expand All @@ -12,9 +12,7 @@ environment:
dependencies:
browser: ^0.10.0
built_collection: ^1.0.0
# built_value: ^0.5.4
built_value:
path: ../built_value
built_value: ^0.5.5
shelf: ^0.6.0
shelf_proxy: ^0.1.0
shelf_web_socket: ^0.2.1
Expand All @@ -23,8 +21,6 @@ dependencies:
dev_dependencies:
build: ^0.7.0
build_runner: ^0.3.0
# built_value_generator: ^0.5.4
built_value_generator:
path: ../built_value_generator
built_value_generator: ^0.5.5
source_gen: '>=0.5.0+03 <0.6.0'
test: any
10 changes: 3 additions & 7 deletions end_to_end_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: end_to_end_test
version: 0.5.4
version: 0.5.5
description: >
Tests, not for publishing.
authors:
Expand All @@ -12,16 +12,12 @@ environment:
dependencies:
meta: ^1.0.4
built_collection: ^1.0.0
# built_value: ^0.5.4
built_value:
path: ../built_value
built_value: ^0.5.5

dev_dependencies:
build: ^0.7.0
build_runner: ^0.3.0
# built_value_generator: ^0.5.4
built_value_generator:
path: ../built_value_generator
built_value_generator: ^0.5.5
source_gen: '>=0.5.0+03 <0.6.0'
quiver: '>=0.21.0 <0.24.0'
test: any
10 changes: 3 additions & 7 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 0.5.4
version: 0.5.5
description: >
Just an example, not for publishing.
authors:
Expand All @@ -12,16 +12,12 @@ environment:
dependencies:
meta: ^1.0.4
built_collection: ^1.0.0
# built_value: ^0.5.4
built_value:
path: ../built_value
built_value: ^0.5.5

dev_dependencies:
build: ^0.7.0
build_runner: ^0.3.0
# built_value_generator: ^0.5.4
built_value_generator:
path: ../built_value_generator
built_value_generator: ^0.5.5
source_gen: '>=0.5.0+03 <0.6.0'
quiver: '>=0.21.0 <0.24.0'
test: any