Skip to content

Commit

Permalink
Merge pull request #449 from davidmorgan/fix-build
Browse files Browse the repository at this point in the history
Bump versions of build_runner and build_config.
  • Loading branch information
davidmorgan authored Jul 2, 2018
2 parents 08fb968 + 993aa16 commit c79eb68
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 30 deletions.
Binary file removed .analysis_options.yaml.swp
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 5.5.3

- Bump versions of build_runner, build_config and shelf.

# 5.5.2

- Fix violations of `prefer_equal_for_default_values` lint.
Expand Down
8 changes: 4 additions & 4 deletions benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: benchmark
version: 5.5.2
version: 5.5.3
description: >
Benchmark, not for publishing.
authors:
Expand All @@ -12,10 +12,10 @@ environment:
dependencies:
browser: any
built_collection: '>=2.0.0 <4.0.0'
built_value: ^5.5.2
built_value: ^5.5.3

dev_dependencies:
build_runner: ^0.8.0
built_value_generator: ^5.5.2
build_runner: ^0.9.0
built_value_generator: ^5.5.3
quiver: '>=0.21.0 <0.30.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: 5.5.2
version: 5.5.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the runtime dependency.
Expand Down
8 changes: 4 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: 5.5.2
version: 5.5.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the dev dependency.
Expand All @@ -14,13 +14,13 @@ dependencies:
analyzer: ^0.32.1
analyzer_plugin: '0.0.1-alpha.3'
build: ^0.12.0
build_config: ^0.2.3
build_config: ^0.3.1
built_collection: '>=2.0.0 <4.0.0'
built_value: ^5.5.2
built_value: ^5.5.3
source_gen: '>=0.7.4 <0.9.0'
quiver: '>=0.21.0 <0.30.0'

dev_dependencies:
build_test: ^0.10.0
build_runner: ^0.8.0
build_runner: ^0.9.0
test: any
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: 5.5.2
version: 5.5.3
description: This pubspec determines the version of the analyzer plugin to load.
environment:
sdk: '>=1.24.0-dev.1.0'
dependencies:
built_value_generator: ^5.5.2
built_value_generator: ^5.5.3
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: 5.5.2
version: 5.5.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library provides test support.
Expand All @@ -11,12 +11,12 @@ environment:
sdk: '>=2.0.0-dev <2.0.0'

dependencies:
built_value: ^5.5.2
built_value: ^5.5.3
built_collection: '>=2.0.0 <4.0.0'
collection: ^1.0.0
quiver: '>=0.21.0 <0.30.0'
test: any

dev_dependencies:
built_value_generator: ^5.5.2
build_runner: ^0.8.0
built_value_generator: ^5.5.3
build_runner: ^0.9.0
12 changes: 6 additions & 6 deletions chat_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chat_example
version: 5.5.2
version: 5.5.3
description: >
Just an example, not for publishing.
authors:
Expand All @@ -12,13 +12,13 @@ environment:
dependencies:
browser: ^0.10.0
built_collection: '>=2.0.0 <4.0.0'
built_value: ^5.5.2
shelf: ^0.6.0
built_value: ^5.5.3
shelf: ^0.7.3
shelf_proxy: ^0.1.0
shelf_web_socket: ^0.2.1
shelf_web_socket: ^0.2.2
web_socket_channel: ^1.0.0

dev_dependencies:
build_runner: ^0.8.0
built_value_generator: ^5.5.2
build_runner: ^0.9.0
built_value_generator: ^5.5.3
test: any
2 changes: 1 addition & 1 deletion end_to_end_test/lib/values.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ abstract class PrimitivesValue
PrimitivesValue._();
}

typedef MyFunctionType = int Function<String>();
typedef MyFunctionType = int Function(String);

abstract class FunctionValue
implements Built<FunctionValue, FunctionValueBuilder> {
Expand Down
8 changes: 4 additions & 4 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: 5.5.2
version: 5.5.3
description: >
Tests, not for publishing.
authors:
Expand All @@ -11,12 +11,12 @@ environment:

dependencies:
built_collection: '>=2.0.0 <4.0.0'
built_value: ^5.5.2
built_value: ^5.5.3

dev_dependencies:
build: ^0.12.0
build_runner: ^0.8.0
built_value_generator: ^5.5.2
build_runner: ^0.9.0
built_value_generator: ^5.5.3
fixnum: ^0.10.0
quiver: '>=0.21.0 <0.30.0'
test: any
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 5.5.2
version: 5.5.3
description: >
Just an example, not for publishing.
authors:
Expand All @@ -12,10 +12,10 @@ environment:
dependencies:
meta: ^1.0.4
built_collection: '>=2.0.0 <4.0.0'
built_value: ^5.5.2
built_value: ^5.5.3

dev_dependencies:
build_runner: ^0.8.0
built_value_generator: ^5.5.2
build_runner: ^0.9.0
built_value_generator: ^5.5.3
quiver: '>=0.21.0 <0.30.0'
test: any

0 comments on commit c79eb68

Please sign in to comment.