Skip to content

Commit db2f7d3

Browse files
authored
Prep to publish (#1293)
1 parent 718fe6f commit db2f7d3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.15.2
2+
3+
* Use the latest `test_core` which resolves an issue with the latest
4+
`package:meta`.
5+
16
## 1.15.1
27

38
* Avoid a confusing stack trace when there is a problem loading a platform when

pkgs/test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.15.1
2+
version: 1.15.2
33
description: A full featured library for writing and running Dart tests.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
55

@@ -33,7 +33,7 @@ dependencies:
3333
yaml: ^2.0.0
3434
# Use an exact version until the test_api and test_core package are stable.
3535
test_api: 0.2.17
36-
test_core: 0.3.9
36+
test_core: 0.3.10
3737

3838
dev_dependencies:
3939
fake_async: ^1.0.0

0 commit comments

Comments
 (0)