Skip to content

Commit

Permalink
allow the 2.12 prerelease sdks (flutter#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Oct 23, 2020
1 parent 48925cf commit 93905b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.0-nullsafety.2

- Allow prerelease versions of the 2.12 sdk.

## 1.10.0-nullsafety.1

- Allow 2.10 stable and 2.11.0 dev SDK versions.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: pedantic
version: 1.10.0-nullsafety.1
version: 1.10.0-nullsafety.2
description: >-
The Dart analyzer settings and best practices used internally at Google.
homepage: https://github.com/dart-lang/pedantic

environment:
# This must remain a tight constraint until nnbd is stable
sdk: '>=2.10.0-0 <2.11.0'
sdk: '>=2.10.0-0 <2.12.0'

0 comments on commit 93905b5

Please sign in to comment.