Skip to content

Commit 20a2b94

Browse files
committed
Merge branch 'master' into token-generation
2 parents f9a4d79 + 8366c61 commit 20a2b94

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pkgs/test/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## 1.25.13
1+
## 1.25.14
22

33
* Use secure random for url secrets.
44

5+
## 1.25.13
6+
7+
* Allow the latest version of `package:matcher`.
8+
59
## 1.25.12
610

711
* Fix hang when running multiple precompiled browser tests.

pkgs/test/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.13
2+
version: 1.25.14
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -20,7 +20,7 @@ dependencies:
2020

2121
# Use a tight version constraint to ensure that a constraint on matcher
2222
# properly constrains all features it provides.
23-
matcher: '>=0.12.16 <0.12.17'
23+
matcher: '>=0.12.16 <0.12.18'
2424

2525
node_preamble: ^2.0.0
2626
package_config: ^2.0.0

0 commit comments

Comments
 (0)