Skip to content
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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Created with https://github.com/dart-lang/mono_repo
language: dart

# Unpin SDK after https://github.com/dart-lang/sdk/issues/31940
dart:
- dev
- "dev/release/2.0.0-dev.17.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could update w/ mono_repo 😄

@jakemac53 jakemac53 Jan 18, 2018

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but this was just...... easier lol


env:
- PKG=example TASK=dartanalyzer
Expand Down
4 changes: 4 additions & 0 deletions json_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1+1

* Expanded `package:build` support to allow version `0.12.0`.

## 0.3.1

* Add a `build.yaml` so the builder can be consumed by users of `build_runner`
Expand Down
6 changes: 3 additions & 3 deletions json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: json_serializable
version: 0.3.1
version: 0.3.1+1
author: Dart Team <misc@dartlang.org>
description: Generates utilities to aid in serializing to/from JSON.
homepage: https://github.com/dart-lang/json_serializable
environment:
sdk: '>=2.0.0-dev <2.0.0'
dependencies:
analyzer: '>=0.29.10 <0.31.0'
build: '>=0.9.0 <0.12.0'
build: '>=0.9.0 <0.13.0'
build_config: ^0.2.1
cli_util: ^0.1.0

Expand All @@ -18,7 +18,7 @@ dependencies:
source_gen: ^0.7.1
dev_dependencies:
build_runner: ^0.7.0
build_test: ^0.9.0
build_test: ">=0.9.0 <0.11.0"
collection: ^1.14.0
dart_style: ^1.0.0
test: ^0.12.3