Skip to content

Commit

Permalink
Merge pull request #596 from davidmorgan/release-6-3-1
Browse files Browse the repository at this point in the history
Release 6.3.1.
  • Loading branch information
davidmorgan authored Feb 28, 2019
2 parents 32a0416 + c1fd927 commit d191775
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: benchmark
version: 6.3.0
version: 6.3.1
description: >
Benchmark, not for publishing.
authors:
Expand All @@ -15,6 +15,6 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^6.3.0
built_value_generator: ^6.3.1
quiver: '>=0.21.0 <3.0.0'
test: ^1.0.0
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: 6.3.0
version: 6.3.1
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the runtime dependency.
Expand Down
2 changes: 1 addition & 1 deletion built_value_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value_generator
version: 6.3.0
version: 6.3.1
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the dev dependency.
Expand Down
4 changes: 2 additions & 2 deletions built_value_generator/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: built_value_generator_plugin_loader
version: 6.3.0
version: 6.3.1
description: This pubspec determines the version of the analyzer plugin to load.
environment:
sdk: '>=1.24.0-dev.1.0'
dependencies:
built_value_generator: ^6.3.0
built_value_generator: ^6.3.1
4 changes: 2 additions & 2 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: 6.3.0
version: 6.3.1
description: >
Value types with builders, Dart classes as enums, and serialization.
This library provides test support.
Expand All @@ -18,5 +18,5 @@ dependencies:
test: ^1.0.0

dev_dependencies:
built_value_generator: ^6.3.0
built_value_generator: ^6.3.1
build_runner: ^1.0.0
4 changes: 2 additions & 2 deletions chat_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chat_example
version: 6.3.0
version: 6.3.1
description: >
Just an example, not for publishing.
authors:
Expand All @@ -19,5 +19,5 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^6.3.0
built_value_generator: ^6.3.1
test: ^1.0.0
4 changes: 2 additions & 2 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: 6.3.0
version: 6.3.1
description: >
Tests, not for publishing.
authors:
Expand All @@ -16,7 +16,7 @@ dependencies:
dev_dependencies:
build: ^1.0.0
build_runner: ^1.0.0
built_value_generator: ^6.3.0
built_value_generator: ^6.3.1
fixnum: ^0.10.0
quiver: '>=0.21.0 <3.0.0'
test: ^1.0.0
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 6.3.0
version: 6.3.1
description: >
Just an example, not for publishing.
authors:
Expand All @@ -15,6 +15,6 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^6.3.0
built_value_generator: ^6.3.1
quiver: '>=0.21.0 <3.0.0'
test: ^1.0.0

0 comments on commit d191775

Please sign in to comment.