Skip to content

Commit 14d820f

Browse files
authored
Prepare to publish (#2207)
1 parent 2b1ed13 commit 14d820f

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## 1.25.3-wip
1+
## 1.25.3
22

33
* Remove outdated StreamMatcher link from README table of contents.
4+
* Document the silent reporter in CLI help output.
5+
* Support enabling experiments with the dart2wasm compiler.
6+
* Added [`@doNotSubmit`](https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html) to `test(solo: ...)` and `group(solo: ...)`. In
7+
practice, this means that code that was relying on ignoring deprecation
8+
warnings and using `solo` or `group` with a `skip` parameter will now fail if
9+
`dart analyze --fatal-infos` (or similar) is enabled.
410

511
## 1.25.2
612

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.3-wip
2+
version: 1.25.3
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

pkgs/test_api/CHANGELOG.md

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

33
- Added [`@doNotSubmit`](https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html) to `test(solo: ...)` and `group(solo: ...)`. In
44
practice, this means that code that was relying on ignoring deprecation

pkgs/test_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_api
2-
version: 0.7.1-wip
2+
version: 0.7.1
33
description: >-
44
The user facing API for structuring Dart tests and checking expectations.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api

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.6.1-wip
1+
## 0.6.1
22

33
* Handle missing package configs.
44
* Document the silent reporter in CLI help output.

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.6.1-wip
2+
version: 0.6.1
33
description: A basic library for writing tests and running them on the VM.
44
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core
55

0 commit comments

Comments
 (0)