Skip to content

Commit 45e4ef2

Browse files
authored
Prepare to publish (#2601)
1 parent 5adf49a commit 45e4ef2

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

pkgs/matcher/CHANGELOG.md

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

33
* Improve speed of pretty printing for large collections.
44
* Improve output of pairwiseCompare with mismatched types.

pkgs/matcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: matcher
2-
version: 0.12.19-wip
2+
version: 0.12.19
33
description: >-
44
Support for specifying test expectations via an extensible Matcher class.
55
Also includes a number of built-in Matcher implementations for common cases.

pkgs/test/CHANGELOG.md

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

33
* Add a `--suite-load-timeout` argument to allow configuring a timeout for
44
compiling and loading individual test suites.

pkgs/test/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.30.0-wip
2+
version: 1.30.0
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.19'
23+
matcher: '>=0.12.16 <0.12.20'
2424

2525
node_preamble: ^2.0.0
2626
package_config: ^2.0.0
@@ -35,8 +35,8 @@ dependencies:
3535
stream_channel: ^2.1.0
3636

3737
# Use an exact version until the test_api and test_core package are stable.
38-
test_api: 0.7.10-wip
39-
test_core: 0.6.16-wip
38+
test_api: 0.7.10
39+
test_core: 0.6.16
4040

4141
typed_data: ^1.3.0
4242
web_socket_channel: '>=2.0.0 <4.0.0'

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.10-wip
1+
## 0.7.10
22

33
* Fix missing locations on tests skipped due to the use of `solo`.
44

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.10-wip
2+
version: 0.7.10
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.16-wip
1+
## 0.6.16
22

33
- Fix coverage reporting to report all coverage when using JSON workflow.
44
* Add `SuiteConfiguration.suiteLoadTimeout` to configure the timeout for loading a test suite.

pkgs/test_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_core
2-
version: 0.6.16-wip
2+
version: 0.6.16
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
issue_tracker: https://github.com/dart-lang/test/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atest
@@ -28,7 +28,7 @@ dependencies:
2828
stack_trace: ^1.10.0
2929
stream_channel: ^2.1.0
3030
# Use an exact version until the test_api package is stable.
31-
test_api: 0.7.10-wip
31+
test_api: 0.7.10
3232
vm_service: '>=6.0.0 <16.0.0'
3333
yaml: ^3.0.0
3434

0 commit comments

Comments
 (0)