Skip to content

Commit cd72e8d

Browse files
authored
Prepare to publish (#2237)
1 parent 9c6adaa commit cd72e8d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 1.25.6-wip
1+
## 1.25.6
22

33
* Point API doc links to `package:test` canonical libraries.
4+
* Fix testing with `dart2wasm` - use `dart compile wasm` instead of depending on
5+
SDK internals
46
* Update min SDK constraint to 3.2.0.
57

68
## 1.25.5

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.6-wip
2+
version: 1.25.6
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

pkgs/test_core/CHANGELOG.md

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

33
* Update min SDK constraint to 3.2.0.
4-
* Fix testing with dart2wasm - use `dart compile wasm` instead of depending on
4+
* Fix testing with `dart2wasm` - use `dart compile wasm` instead of depending on
55
SDK internals
66

77
## 0.6.2

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.3-wip
2+
version: 0.6.3
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)