Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Allow the null-safe version of json_annotation (#14)
Browse files Browse the repository at this point in the history
prepare to publish v0.1.1+3
  • Loading branch information
kevmoo authored Dec 9, 2020
1 parent 376904e commit 49fbad4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dart:
- dev

dart_task:
- dartanalyzer: --fatal-infos --fatal-warnings .
- dartanalyzer: --fatal-infos .
- test

matrix:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1+3

- Allow `package:json_annotation` `'>=1.0.0 <5.0.0'`.

## 0.1.1+2

- Support the latest version of `package:json_annotation`.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: timing
version: 0.1.1+3-dev
version: 0.1.1+3
description: >-
A simple package for tracking the performance of synchronous and asynchronous
actions.
homepage: https://github.com/dart-lang/timing
repository: https://github.com/dart-lang/timing

environment:
sdk: ">=2.2.0 <3.0.0"

dependencies:
json_annotation: '>=1.0.0 <4.0.0'
json_annotation: '>=1.0.0 <5.0.0'

dev_dependencies:
build_runner: ^1.0.0
Expand Down

0 comments on commit 49fbad4

Please sign in to comment.