Skip to content

Commit

Permalink
chore: set max SDK version to <3.0.0 (flutter#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and kevmoo committed Jul 18, 2018
1 parent 6e98cd4 commit ffc0545
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

* Set max SDK version to `<3.0.0`, and adjust other dependencies.

## 2.0.1

* `PercentEncoder` no longer encodes digits. This follows the specified
Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: convert
version: 2.0.2-dev
version: 2.0.2
description: Utilities for converting between data representations.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/convert

environment:
sdk: '>=1.17.0 <2.0.0'
sdk: '>=1.17.0 <3.0.0'

dependencies:
charcode: '^1.1.0'
typed_data: '^1.1.0'
charcode: ^1.1.0
typed_data: ^1.1.0

dev_dependencies:
test: '^0.12.0'
test: '>=0.12.0 <2.0.0'

0 comments on commit ffc0545

Please sign in to comment.