Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit befdc6e

Browse files
authored
Relax version requirements on package:intl (#59)
1 parent 6ecf967 commit befdc6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 2.3.3
2+
3+
* Relaxes version requirements on `package:intl`
4+
15
#### 2.3.2
26

37
* Fixed `FileSystem.directory(Uri)`, `FileSystem.file(Uri)`, and

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: file
2-
version: 2.3.2
2+
version: 2.3.3
33
authors:
44
- Matan Lurey <[email protected]>
55
- Yegor Jbanov <[email protected]>
@@ -8,7 +8,7 @@ description: A pluggable, mockable file system abstraction for Dart.
88
homepage: https://github.com/google/file.dart
99

1010
dependencies:
11-
intl: ^0.14.0
11+
intl: '>=0.14.0 <0.16.0'
1212
meta: ^1.0.4
1313
path: ^1.4.0
1414

0 commit comments

Comments
 (0)