File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 1.25.13
1
+ ## 1.25.14
2
2
3
3
* Use secure random for url secrets.
4
4
5
+ ## 1.25.13
6
+
7
+ * Allow the latest version of ` package:matcher ` .
8
+
5
9
## 1.25.12
6
10
7
11
* Fix hang when running multiple precompiled browser tests.
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.25.13
2
+ version : 1.25.14
3
3
description : >-
4
4
A full featured library for writing and running Dart tests across platforms.
5
5
repository : https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -20,7 +20,7 @@ dependencies:
20
20
21
21
# Use a tight version constraint to ensure that a constraint on matcher
22
22
# properly constrains all features it provides.
23
- matcher : ' >=0.12.16 <0.12.17 '
23
+ matcher : ' >=0.12.16 <0.12.18 '
24
24
25
25
node_preamble : ^2.0.0
26
26
package_config : ^2.0.0
You can’t perform that action at this time.
0 commit comments