Skip to content

Commit

Permalink
update versions for beta (dart-lang/file#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Nov 4, 2020
1 parent c549d8b commit ac639f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions pkgs/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 6.0.0-nullsafety.4

* Update upper bound of SDK constraint.

#### 6.0.0-nullsafety.3

* Update upper bound of SDK constraint.
Expand Down
10 changes: 5 additions & 5 deletions pkgs/file/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: file
version: 6.0.0-nullsafety.3
version: 6.0.0-nullsafety.4
description:
A pluggable, mockable file system abstraction for Dart. Supports local file
system access, as well as in-memory file systems, record-replay file systems,
and chroot file systems.
homepage: https://github.com/google/file.dart

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

dependencies:
meta: ^1.3.0-nullsafety.2
path: ^1.8.0-nullsafety
meta: ^1.3.0-nullsafety.6
path: ^1.8.0-nullsafety.3

dev_dependencies:
file_testing: '>=2.0.0 <3.0.0'
test: '^1.16.0-nullsafety.1'
test: '^1.16.0-nullsafety.8'

0 comments on commit ac639f0

Please sign in to comment.