Skip to content

Commit

Permalink
release test_api 7.0.0, test_core 6.0.0, and test 1.25.0 (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Dec 13, 2023
1 parent b3fb148 commit 9667cca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.25.0-wip
## 1.25.0

* Handle paths with leading `/` when spawning test isolates.
* Add support for the `dart2wasm` compiler in chrome and firefox.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.25.0-wip
version: 1.25.0
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies:

# Use an exact version until the test_api and test_core package are stable.
test_api: 0.7.0
test_core: 0.5.10
test_core: 0.6.0

typed_data: ^1.3.0
web_socket_channel: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.0-wip
## 0.7.0

* Deprecate `Runtime.internetExplorer`.
* Added `dart2wasm` as a supported compiler for the `chrome` runtime.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_api
version: 0.7.0-wip
version: 0.7.0
description: >-
The user facing API for structuring Dart tests and checking expectations.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.0-wip
## 0.6.0

* Handle paths with leading `/` when spawning test isolates.
* Added `dart2wasm` as a supported compiler for the `chrome` runtime.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_core
version: 0.6.0-wip
version: 0.6.0
description: A basic library for writing tests and running them on the VM.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core

Expand Down

0 comments on commit 9667cca

Please sign in to comment.