Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 8.7.0. #1272

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 8.7.0

- Add `Int32` serializer.

# 8.6.3

- Bump version of `analyzer`.
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: 8.6.3
version: 8.7.0
publish_to: none
description: >
Benchmark, not for publishing.
Expand All @@ -10,11 +10,11 @@ environment:

dependencies:
built_collection: ^5.0.0
built_value: ^8.6.0
built_value: ^8.7.0

dev_dependencies:
build_runner: '>=1.0.0 <3.0.0'
built_value_generator: ^8.6.3
built_value_generator: ^8.7.0
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.6.3
version: 8.7.0
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_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value_generator
version: 8.6.3
version: 8.7.0
description: >
Value types with builders, Dart classes as enums, and serialization.
This library is the dev dependency.
Expand All @@ -17,7 +17,7 @@ dependencies:
build: '>=1.0.0 <3.0.0'
build_config: '>=0.3.1 <2.0.0'
built_collection: ^5.0.0
built_value: '>=8.1.0 <8.7.0'
built_value: '>=8.1.0 <8.8.0'
collection: ^1.15.0
source_gen: '>=0.9.0 <2.0.0'

Expand Down
6 changes: 3 additions & 3 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.6.3
version: 8.7.0
description: >
Value types with builders, Dart classes as enums, and serialization.
This library provides test support.
Expand All @@ -14,14 +14,14 @@ environment:
sdk: '>=2.12.0 <4.0.0'

dependencies:
built_value: ^8.6.0
built_value: ^8.7.0
built_collection: ^5.0.0
collection: ^1.0.0
matcher: ^0.12.0
quiver: '>=0.21.0 <4.0.0'

dev_dependencies:
built_value_generator: ^8.6.3
built_value_generator: ^8.7.0
build_runner: '>=1.0.0 <3.0.0'
pedantic: ^1.4.0
test: ^1.0.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: 8.6.3
version: 8.7.0
publish_to: none
description: >
Just an example, not for publishing.
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
built_collection: ^5.0.0
built_value: ^8.6.0
built_value: ^8.7.0
shelf: ^1.0.0
shelf_proxy: ^1.0.0
shelf_web_socket: ^1.0.0
Expand All @@ -20,6 +20,6 @@ dev_dependencies:
build_runner: any
build_test: any
build_web_compilers: any
built_value_generator: ^8.6.3
built_value_generator: ^8.7.0
pedantic: ^1.4.0
test: ^1.0.0
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: 8.6.3
version: 8.7.0
publish_to: none
description: >
Tests, not for publishing.
Expand All @@ -10,12 +10,12 @@ environment:

dependencies:
built_collection: ^5.0.0
built_value: ^8.6.0
built_value: ^8.7.0

dev_dependencies:
build: '>=1.0.0 <3.0.0'
build_runner: '>=1.0.0 <3.0.0'
built_value_generator: ^8.6.3
built_value_generator: ^8.7.0
fixnum: ^1.0.0
pedantic: ^1.4.0
quiver: '>=0.21.0 <4.0.0'
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ environment:

dependencies:
built_collection: ^5.0.0
built_value: ^8.6.0
built_value: ^8.7.0

dev_dependencies:
build_runner: '>=1.0.0 <3.0.0'
built_value_generator: ^8.6.3
built_value_generator: ^8.7.0
pedantic: ^1.4.0
quiver: '>=0.21.0 <4.0.0'
test: ^1.0.0