Skip to content

Commit

Permalink
Merge pull request #259 from davidmorgan/bump-quiver
Browse files Browse the repository at this point in the history
Allow quiver 0.26. Release 4.3.3.
  • Loading branch information
davidmorgan authored Nov 9, 2017
2 parents 7e7c47b + 19e22ea commit c35f2af
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.3.3

- Allow quiver 0.26.

## 4.3.2

- Fix generation when a field is found via two levels of inheritance.
Expand Down
6 changes: 3 additions & 3 deletions benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: benchmark
version: 4.3.2
version: 4.3.3
description: >
Benchmark, not for publishing.
authors:
Expand All @@ -12,12 +12,12 @@ environment:
dependencies:
browser: any
built_collection: ^1.0.0
built_value: ^4.3.2
built_value: ^4.3.3

dev_dependencies:
build: ^0.10.0
build_runner: ^0.4.0
built_value_generator: ^4.3.2
built_value_generator: ^4.3.3
source_gen: ^0.7.0
quiver: '>=0.21.0 <0.26.0'
test: any
4 changes: 2 additions & 2 deletions built_value/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value
version: 4.3.2
version: 4.3.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the runtime dependency.
Expand All @@ -14,7 +14,7 @@ dependencies:
built_collection: ^1.0.0
collection: ^1.0.0
fixnum: ^0.10.0
quiver: '>=0.21.0 <0.26.0'
quiver: '>=0.21.0 <0.27.0'

dev_dependencies:
test: any
6 changes: 3 additions & 3 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: 4.3.2
version: 4.3.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the dev dependency.
Expand All @@ -14,9 +14,9 @@ dependencies:
analyzer: '>=0.29.0 <0.31.0'
build: ^0.10.0
built_collection: ^1.0.0
built_value: ^4.3.2
built_value: ^4.3.3
source_gen: ^0.7.0
quiver: '>=0.21.0 <0.26.0'
quiver: '>=0.21.0 <0.27.0'

dev_dependencies:
build_test: ^0.6.0
Expand Down
8 changes: 4 additions & 4 deletions built_value_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value_test
version: 4.3.2
version: 4.3.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library provides test support.
Expand All @@ -11,14 +11,14 @@ environment:
sdk: '>=1.8.0 <2.0.0'

dependencies:
built_value: ^4.3.2
built_value: ^4.3.3
built_collection: ^1.0.0
collection: ^1.0.0
quiver: '>=0.21.0 <0.26.0'
quiver: '>=0.21.0 <0.27.0'
test: any

dev_dependencies:
build: ^0.10.0
build_runner: ^0.4.0
built_value_generator: ^4.3.2
built_value_generator: ^4.3.3
source_gen: ^0.7.0
6 changes: 3 additions & 3 deletions chat_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chat_example
version: 4.3.2
version: 4.3.3
description: >
Just an example, not for publishing.
authors:
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
browser: ^0.10.0
built_collection: ^1.0.0
built_value: ^4.3.2
built_value: ^4.3.3
shelf: ^0.6.0
shelf_proxy: ^0.1.0
shelf_web_socket: ^0.2.1
Expand All @@ -21,6 +21,6 @@ dependencies:
dev_dependencies:
build: ^0.10.0
build_runner: ^0.4.0
built_value_generator: ^4.3.2
built_value_generator: ^4.3.3
source_gen: ^0.7.0
test: any
6 changes: 3 additions & 3 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: 4.3.2
version: 4.3.3
description: >
Tests, not for publishing.
authors:
Expand All @@ -11,12 +11,12 @@ environment:

dependencies:
built_collection: ^1.0.0
built_value: ^4.3.2
built_value: ^4.3.3

dev_dependencies:
build: ^0.10.0
build_runner: ^0.4.0
built_value_generator: ^4.3.2
built_value_generator: ^4.3.3
fixnum: ^0.10.0
source_gen: ^0.7.0
quiver: '>=0.21.0 <0.26.0'
Expand Down
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: 4.3.2
version: 4.3.3
description: >
Just an example, not for publishing.
authors:
Expand All @@ -12,12 +12,12 @@ environment:
dependencies:
meta: ^1.0.4
built_collection: ^1.0.0
built_value: ^4.3.2
built_value: ^4.3.3

dev_dependencies:
build: ^0.10.0
build_runner: ^0.4.0
built_value_generator: ^4.3.2
built_value_generator: ^4.3.3
source_gen: ^0.7.0
quiver: '>=0.21.0 <0.26.0'
test: any

0 comments on commit c35f2af

Please sign in to comment.