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

Commit

Permalink
stable null safety release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Feb 9, 2021
1 parent 1f8ba94 commit 768aaf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 2.0.0-nullsafety.1-dev
## 2.0.0

* Null safety stable release.
* See breaking changes in the `2.0.0-nullsafety` version.

## 2.0.0-nullsafety

Expand Down
17 changes: 9 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: test_descriptor
version: 2.0.0-nullsafety.1-dev
version: 2.0.0
description: An API for defining and verifying directory structures.
homepage: https://github.com/dart-lang/test_descriptor

environment:
sdk: '>=2.12.0-0 <3.0.0'

dependencies:
async: ^2.5.0-nullsafety
collection: ^1.15.0-nullsafety
matcher: ^0.12.10-nullsafety
path: ^1.8.0-nullsafety
term_glyph: ^ 1.2.0-nullsafety
test: ^1.16.0-nullsafety
async: ^2.5.0
collection: ^1.15.0
matcher: ^0.12.10
meta: ^1.3.0
path: ^1.8.0
term_glyph: ^1.2.0
test: ^1.16.0

dev_dependencies:
pedantic: ^1.10.0-nullsafety
pedantic: ^1.10.0

0 comments on commit 768aaf7

Please sign in to comment.