Skip to content

Commit c14ce93

Browse files
authored
Prepare to publish (#2250)
1 parent 3256c23 commit c14ce93

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.8-wip
1+
## 1.25.8
22

33
* Increase SDK constraint to ^3.4.0.
44

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.8-wip
2+
version: 1.25.8
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_api/CHANGELOG.md

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

33
* Increase SDK constraint to ^3.4.0.
44

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.3-wip
2+
version: 0.7.3
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.5-wip
1+
## 0.6.5
22

33
* Increase SDK constraint to ^3.4.0.
44
* Ensure we don't create files ending in a `.`, this breaks windows.

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.5-wip
2+
version: 0.6.5
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)