Skip to content

Commit 69c37ff

Browse files
authored
Prep for release (#977)
* prep for release
1 parent 6f8eb40 commit 69c37ff

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 1.5.2
22

33
* Require Dart SDK `>=2.1.0`.
4+
* Depend on latest `test_core` and `test_api`.
45

56
## 1.5.1
67

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.5.2-dev
2+
version: 1.5.2
33
author: Dart Team <[email protected]>
44
description: A full featured library for writing and running Dart tests.
55
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -33,8 +33,8 @@ dependencies:
3333
web_socket_channel: '^1.0.0'
3434
yaml: '^2.0.0'
3535
# Use an exact version until the test_api and test_core package are stable.
36-
test_api: '0.2.1'
37-
test_core: '0.2.0+1'
36+
test_api: '0.2.2'
37+
test_core: '0.2.1'
3838

3939
dev_dependencies:
4040
fake_async: '>=0.1.2 <2.0.0'

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.2.2-dev
2+
version: 0.2.2
33
author: Dart Team <[email protected]>
44
description: A library for writing Dart tests.
55
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api

pkgs/test_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.2.1
22

33
* Require Dart SDK `>=2.1.0`.
4+
* Require latest `test_api`.
45

56
## 0.2.0
67

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.2.1-dev
2+
version: 0.2.1
33
author: Dart Team <[email protected]>
44
description: A basic library for writing tests and running them on the VM.
55
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
@@ -31,7 +31,7 @@ dependencies:
3131
# properly constrains all features it provides.
3232
matcher: '>=0.12.3 <0.12.4'
3333
# Use an exact version until the test_api package is stable.
34-
test_api: '0.2.1'
34+
test_api: '0.2.2'
3535

3636
dev_dependencies:
3737
fake_async: '>=0.1.2 <2.0.0'

0 commit comments

Comments
 (0)