Skip to content

Commit

Permalink
Release 8.0.5. (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan authored Apr 22, 2021
1 parent 3072533 commit 42b93da
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 8.0.5

- Bump version of `analyzer`.

# 8.0.4

- Bump version of `source_gen`.
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: 8.0.4
version: 8.0.5
publish_to: none
description: >
Benchmark, not for publishing.
Expand All @@ -14,7 +14,7 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^8.0.4
built_value_generator: ^8.0.5
pedantic: ^1.4.0
quiver: '>=0.21.0 <4.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: 8.0.4
version: 8.0.5
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the runtime dependency.
Expand Down
4 changes: 2 additions & 2 deletions built_value_analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value_analyzer_plugin
version: 8.0.4
version: 8.0.5
description: >
Experimental analyzer plugin for the built_value code generator.
homepage: https://github.com/google/built_value.dart
Expand All @@ -11,7 +11,7 @@ dependencies:
analyzer: '>=0.39.0 <0.40.0'
analyzer_plugin: '>=0.1.0 <0.3.0'
built_value: '>=7.0.0 <7.1.0'
built_value_generator: ^8.0.4
built_value_generator: ^8.0.5

dev_dependencies:
build_test: ^0.10.3
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: 8.0.4
version: 8.0.5
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the dev dependency.
Expand Down
6 changes: 3 additions & 3 deletions built_value_generator/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: built_value_analyzer_plugin_loader
version: 8.0.4
version: 8.0.5
description: This pubspec determines the version of the analyzer plugin to load.
environment:
sdk: '>=1.24.0-dev.1.0'
dependencies:
built_value_analyzer_plugin: ^8.0.4
built_value_generator: ^8.0.4
built_value_analyzer_plugin: ^8.0.5
built_value_generator: ^8.0.5
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: 8.0.4
version: 8.0.5
description: >
Value types with builders, Dart classes as enums, and serialization.
This library provides test support.
Expand All @@ -16,7 +16,7 @@ dependencies:
quiver: '>=0.21.0 <4.0.0'

dev_dependencies:
built_value_generator: ^8.0.4
built_value_generator: ^8.0.5
build_runner: ^1.0.0
pedantic: ^1.4.0
test: ^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: 8.0.4
version: 8.0.5
publish_to: none
description: >
Just an example, not for publishing.
Expand All @@ -20,6 +20,6 @@ dev_dependencies:
build_runner: any
build_test: any
build_web_compilers: any
built_value_generator: ^8.0.4
built_value_generator: ^8.0.5
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: 8.0.4
version: 8.0.5
publish_to: none
description: >
Tests, not for publishing.
Expand All @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
build: '>=1.0.0 < 3.0.0'
build_runner: ^1.0.0
built_value_generator: ^8.0.4
built_value_generator: ^8.0.5
fixnum: ^1.0.0
pedantic: ^1.4.0
quiver: '>=0.21.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:

dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^8.0.4
built_value_generator: ^8.0.5
pedantic: ^1.4.0
quiver: '>=0.21.0 <4.0.0'
test: ^1.0.0

0 comments on commit 42b93da

Please sign in to comment.