Skip to content

Commit 9667cca

Browse files
authored
release test_api 7.0.0, test_core 6.0.0, and test 1.25.0 (#2156)
1 parent b3fb148 commit 9667cca

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pkgs/test/CHANGELOG.md

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

33
* Handle paths with leading `/` when spawning test isolates.
44
* Add support for the `dart2wasm` compiler in chrome and firefox.

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.25.0-wip
2+
version: 1.25.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
@@ -35,7 +35,7 @@ dependencies:
3535

3636
# Use an exact version until the test_api and test_core package are stable.
3737
test_api: 0.7.0
38-
test_core: 0.5.10
38+
test_core: 0.6.0
3939

4040
typed_data: ^1.3.0
4141
web_socket_channel: ^2.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.0-wip
1+
## 0.7.0
22

33
* Deprecate `Runtime.internetExplorer`.
44
* Added `dart2wasm` as a supported compiler for the `chrome` runtime.

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.0-wip
2+
version: 0.7.0
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.0-wip
1+
## 0.6.0
22

33
* Handle paths with leading `/` when spawning test isolates.
44
* Added `dart2wasm` as a supported compiler for the `chrome` runtime.

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.0-wip
2+
version: 0.6.0
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)