Skip to content

Commit b67f25e

Browse files
authored
Prep to publish (#1219)
* Prep to publish * changelog
1 parent 1010915 commit b67f25e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## 1.14.3-dev
1+
## 1.14.3
22

33
* Fix an issue where coverage tests could not run in Chrome headless.
44
* Fix an issue where coverage collection would not work with source
55
maps that contained absolute file URIs.
6+
* Fix error messages for incorrect string literals in test annotations.
7+
* Update `test_core` to `0.3.4`.
68

79
## 1.14.2
810

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.14.3-dev
2+
version: 1.14.3
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

@@ -34,7 +34,7 @@ dependencies:
3434
yaml: ^2.0.0
3535
# Use an exact version until the test_api and test_core package are stable.
3636
test_api: 0.2.15
37-
test_core: 0.3.3
37+
test_core: 0.3.4
3838

3939
dev_dependencies:
4040
fake_async: ^1.0.0

pkgs/test_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.4-dev
1+
## 0.3.4
22

33
* Fix error messages for incorrect string literals in test annotations.
44

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_core
2-
version: 0.3.4-dev
2+
version: 0.3.4
33
description: A basic library for writing tests and running them on the VM.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
55

0 commit comments

Comments
 (0)