Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from davidmorgan/upgrade
Browse files Browse the repository at this point in the history
Upgrade analyzer, build and source_gen dependencies. Release 0.1.4.
  • Loading branch information
davidmorgan authored Sep 21, 2016
2 parents 2354e3e + aa4b120 commit a6cf941
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4

- Upgrade analyzer, build and source_gen dependencies.

## 0.1.3

- Fix serialization when built_value builder is fully generated.
Expand Down
2 changes: 1 addition & 1 deletion built_json/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_json
version: 0.1.3
version: 0.1.4
description: >
JSON serialization for Built Collections, Built Values and Enum Classes.
This library is the runtime dependency.
Expand Down
17 changes: 9 additions & 8 deletions built_json_generator/lib/src/source_class.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions built_json_generator/lib/src/source_field.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions built_json_generator/lib/src/source_library.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions built_json_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_json_generator
version: 0.1.3
version: 0.1.4
description: >
JSON serialization for Built Collections, Built Values and Enum Classes.
This library is the dev dependency.
Expand All @@ -11,15 +11,15 @@ environment:
sdk: '>=1.12.0-dev.5.10 <2.0.0'

dependencies:
analyzer: '>=0.27.1 <0.28.0'
build: '^0.3.0'
analyzer: '>=0.28.0 <0.29.0'
build: '^0.4.0'
built_collection: '^1.0.1'
built_json: '^0.1.3'
built_json: '^0.1.4'
source_gen: '>=0.5.0 <0.6.0'
quiver: '>=0.21.0 <0.22.0'

dev_dependencies:
build_test: '^0.1.0'
build_test: '^0.2.0'
built_value: '^0.1.0'
built_value_generator: '^0.1.0'
test: any
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 0.1.3
version: 0.1.4
description: >
Just an example, not for publishing.
authors:
Expand All @@ -11,12 +11,12 @@ environment:

dependencies:
built_collection: '^1.0.0'
built_json: '^0.1.3'
built_json: '^0.1.4'
built_value: '^0.1.3'
enum_class: '^1.0.0'

dev_dependencies:
built_json_generator: '^0.1.3'
built_json_generator: '^0.1.4'
built_value_generator: '^0.1.3'
enum_class_generator: '^1.0.0'
test: any

0 comments on commit a6cf941

Please sign in to comment.