Skip to content

Commit 1a6c5ac

Browse files
authored
Prepare to publish (#2559)
Clean up changelogs and drop `-wip`.
1 parent 6b81a26 commit 1a6c5ac

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
## 1.27.0-wip
1+
## 1.27.0
22

3-
* Restrict to latest version of analyzer package.
4-
* Require Dart 3.7
53
* Add `--coverage-path` and `--branch-coverage` options to `dart test`.
64
* Serve dart2wasm source map files.
75
* Fix Node.js dart2wasm tests on windows.
86
* Doc edit: clarify in README that a platform selector includes the compiler.
97
* Allow `analyzer` major version 9.
8+
* Require Dart 3.7
109

1110
## 1.26.3
1211

pkgs/test/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.27.0-wip
2+
version: 1.27.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
@@ -36,8 +36,8 @@ dependencies:
3636
stream_channel: ^2.1.0
3737

3838
# Use an exact version until the test_api and test_core package are stable.
39-
test_api: 0.7.8-wip
40-
test_core: 0.6.13-wip
39+
test_api: 0.7.8
40+
test_core: 0.6.13
4141

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

pkgs/test_api/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## 0.7.8-wip
1+
## 0.7.8
22

33
* Add a zone function available from the test suite `main` that allows creating
44
channels to the test runner.
5-
* Restrict to latest version of analyzer package.
65
* Require Dart 3.7
76
* Allow `analyzer` major version 9.
87

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.8-wip
2+
version: 0.7.8
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## 0.6.13-wip
1+
## 0.6.13
22

3-
* Restrict to latest version of analyzer package.
43
* Require Dart 3.7
54
* Add `--coverage-path` and `--branch-coverage` options to `dart test`.
65
* Allow `analyzer` major version 9.

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.13-wip
2+
version: 0.6.13
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.8-wip
31+
test_api: 0.7.8
3232
vm_service: '>=6.0.0 <16.0.0'
3333
yaml: ^3.0.0
3434

0 commit comments

Comments
 (0)