Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.5.2

* Require Dart SDK `>=2.1.0`.
* Depend on latest `test_core` and `test_api`.

## 1.5.1

Expand Down
6 changes: 3 additions & 3 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.5.2-dev
version: 1.5.2
author: Dart Team <misc@dartlang.org>
description: A full featured library for writing and running Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
Expand Down Expand Up @@ -33,8 +33,8 @@ dependencies:
web_socket_channel: '^1.0.0'
yaml: '^2.0.0'
# Use an exact version until the test_api and test_core package are stable.
test_api: '0.2.1'
test_core: '0.2.0+1'
test_api: '0.2.2'
test_core: '0.2.1'

dev_dependencies:
fake_async: '>=0.1.2 <2.0.0'
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.2.2-dev
version: 0.2.2
author: Dart Team <misc@dartlang.org>
description: A library for writing Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api
Expand Down
1 change: 1 addition & 0 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.2.1

* Require Dart SDK `>=2.1.0`.
* Require latest `test_api`.

## 0.2.0

Expand Down
4 changes: 2 additions & 2 deletions pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_core
version: 0.2.1-dev
version: 0.2.1
author: Dart Team <misc@dartlang.org>
description: A basic library for writing tests and running them on the VM.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
Expand Down Expand Up @@ -31,7 +31,7 @@ dependencies:
# properly constrains all features it provides.
matcher: '>=0.12.3 <0.12.4'
# Use an exact version until the test_api package is stable.
test_api: '0.2.1'
test_api: '0.2.2'

dev_dependencies:
fake_async: '>=0.1.2 <2.0.0'
Expand Down