Skip to content

Commit

Permalink
Release 7.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan committed Jan 1, 2020
1 parent 4235cd3 commit 5f864aa
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 7.0.3

- Add `example` folders with `README.md` pointing to examples.

# 7.0.2

- Internal: cleanup for pedantic v1.9.0 lints.
Expand Down
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: 7.0.2
version: 7.0.3
description: >
Benchmark, not for publishing.
authors:
Expand All @@ -15,7 +15,7 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^7.0.2
built_value_generator: ^7.0.3
pedantic: ^1.4.0
quiver: '>=0.21.0 <3.0.0'
test: ^1.0.0
4 changes: 4 additions & 0 deletions built_value/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- [Basic usage](https://github.com/google/built_value.dart/blob/master/example/lib/example.dart)
- [Client and server](https://github.com/google/built_value.dart/tree/master/chat_example)
- [End to end tests](https://github.com/google/built_value.dart/tree/master/end_to_end_test)
- [API documentation](https://pub.dev/documentation/built_value/latest/)
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: 7.0.2
version: 7.0.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the runtime dependency.
Expand Down
4 changes: 4 additions & 0 deletions built_value_generator/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- [Basic usage](https://github.com/google/built_value.dart/blob/master/example/lib/example.dart)
- [Client and server](https://github.com/google/built_value.dart/tree/master/chat_example)
- [End to end tests](https://github.com/google/built_value.dart/tree/master/end_to_end_test)
- [API documentation](https://pub.dev/documentation/built_value/latest/)
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: 7.0.2
version: 7.0.3
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: 7.0.2
version: 7.0.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: ^7.0.2
built_value_generator: ^7.0.3
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: 7.0.2
version: 7.0.3
description: >
Value types with builders, Dart classes as enums, and serialization.
This library provides test support.
Expand All @@ -18,6 +18,6 @@ dependencies:
test: ^1.0.0

dev_dependencies:
built_value_generator: ^7.0.2
built_value_generator: ^7.0.3
build_runner: ^1.0.0
pedantic: ^1.4.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: 7.0.2
version: 7.0.3
description: >
Just an example, not for publishing.
authors:
Expand All @@ -19,6 +19,6 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^7.0.2
built_value_generator: ^7.0.3
pedantic: ^1.4.0
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: 7.0.2
version: 7.0.3
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: ^7.0.2
built_value_generator: ^7.0.3
fixnum: ^0.10.0
pedantic: ^1.4.0
quiver: '>=0.21.0 <3.0.0'
Expand Down
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: 7.0.2
version: 7.0.3
description: >
Just an example, not for publishing.
authors:
Expand All @@ -15,7 +15,7 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^7.0.2
built_value_generator: ^7.0.3
pedantic: ^1.4.0
quiver: '>=0.21.0 <3.0.0'
test: ^1.0.0

0 comments on commit 5f864aa

Please sign in to comment.