Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Bump SDK constraints for pub #25

Merged
merged 1 commit into from
Nov 3, 2020
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0-nullsafety.3

* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
guidelines.

## 1.1.0-nullsafety.2

* Allow prerelease versions of the 2.12 sdk.
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: clock
version: 1.1.0-nullsafety.2
version: 1.1.0-nullsafety.3
description: A fakeable wrapper for dart:core clock APIs
homepage: https://github.com/dart-lang/clock

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

dev_dependencies:
test: ^1.16.0-nullsafety
Expand Down