Skip to content

Commit 5763bbe

Browse files
authored
Revert to 'meta: ^1.3.0'. (dart-archive/cli_util#65)
1 parent cbebf75 commit 5763bbe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/cli_util/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.3
2+
3+
- Reverted `meta` constraint to `^1.3.0`.
4+
15
## 0.3.2
26

37
- Update `meta` constraint to `>=1.3.0 <3.0.0`.

pkgs/cli_util/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: cli_util
2-
version: 0.3.2
2+
version: 0.3.3
33
description: A library to help in building Dart command-line apps.
44
repository: https://github.com/dart-lang/cli_util
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
10-
meta: '>=1.3.0 <3.0.0'
10+
meta: ^1.3.0
1111
path: ^1.8.0
1212

1313
dev_dependencies:

0 commit comments

Comments
 (0)