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 #34 from davidmorgan/upgrade-quiver
Browse files Browse the repository at this point in the history
Allow quiver 0.23.
  • Loading branch information
davidmorgan authored Oct 19, 2016
2 parents a6cf941 + 30bb0d6 commit 07f3486
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 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.5

- Allow quiver 0.23.

## 0.1.4

- Upgrade analyzer, build and source_gen dependencies.
Expand Down
4 changes: 2 additions & 2 deletions built_json/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_json
version: 0.1.4
version: 0.1.5
description: >
JSON serialization for Built Collections, Built Values and Enum Classes.
This library is the runtime dependency.
Expand All @@ -12,7 +12,7 @@ environment:

dependencies:
built_collection: '^1.0.0'
quiver: '>=0.21.0 <0.22.0'
quiver: '>=0.21.0 <0.24.0'

dev_dependencies:
test: any
6 changes: 3 additions & 3 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.4
version: 0.1.5
description: >
JSON serialization for Built Collections, Built Values and Enum Classes.
This library is the dev dependency.
Expand All @@ -14,9 +14,9 @@ dependencies:
analyzer: '>=0.28.0 <0.29.0'
build: '^0.4.0'
built_collection: '^1.0.1'
built_json: '^0.1.4'
built_json: '^0.1.5'
source_gen: '>=0.5.0 <0.6.0'
quiver: '>=0.21.0 <0.22.0'
quiver: '>=0.21.0 <0.24.0'

dev_dependencies:
build_test: '^0.2.0'
Expand Down
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.4
version: 0.1.5
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.4'
built_json: '^0.1.5'
built_value: '^0.1.3'
enum_class: '^1.0.0'

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

0 comments on commit 07f3486

Please sign in to comment.