Skip to content

Commit 51db4e3

Browse files
authored
Merge pull request dart-archive/io#80 from scheglov/meta-1.3.0
Revert to 'meta: ^1.3.0'.
2 parents aee8f9e + fb03224 commit 51db4e3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pkgs/io/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 1.0.3
2+
3+
* Revert `meta` constraint to `^1.3.0`.
4+
15
## 1.0.2
26

3-
* - Update `meta` constraint to `>=1.3.0 <3.0.0`.
7+
* Update `meta` constraint to `>=1.3.0 <3.0.0`.
48

59
## 1.0.1
610

pkgs/io/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: io
22
description: >-
33
Utilities for the Dart VM Runtime including support for ANSI colors,
44
file copying, and standard exit code values.
5-
version: 1.0.2
5+
version: 1.0.3
66
repository: https://github.com/dart-lang/io
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"
1010

1111
dependencies:
12-
meta: '>=1.3.0 <3.0.0'
12+
meta: ^1.3.0
1313
path: ^1.8.0
1414
string_scanner: ^1.1.0
1515

0 commit comments

Comments
 (0)