Skip to content

Commit d200802

Browse files
authored
Merge pull request #668 from dart-lang/pq--0.12.25
Bump to 0.12.24+1.
2 parents 4d2e664 + db87fd4 commit d200802

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.24+1
2+
3+
* Widen version constraint on `analyzer`.
4+
15
## 0.12.24
26

37
* Add a `node` platform for compiling tests to JavaScript and running them on

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: test
2-
version: 0.12.24
2+
version: 0.12.24+1
33
author: Dart Team <[email protected]>
44
description: A library for writing dart unit tests.
55
homepage: https://github.com/dart-lang/test
66
environment:
7-
sdk: '>=1.23.0 <2.0.0'
7+
sdk: '>=1.23.0 <2.0.0-dev.infinity'
88
dependencies:
9-
analyzer: '>=0.26.4 <0.31.0'
9+
analyzer: '>=0.26.4 <0.32.0'
1010
args: '>=0.13.1 <2.0.0'
1111
async: '^1.13.0'
1212
barback: '>=0.14.0 <0.16.0'

0 commit comments

Comments
 (0)