Skip to content

Commit 021667a

Browse files
authored
prep to release (#2048)
1 parent 3d44fca commit 021667a

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.24.4-wip
1+
## 1.24.4
22

33
* Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`.
44
* Make some annotation classes `final`: `OnPlatform`, `Retry`, `Skip`, `Tags`,

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.24.4-wip
2+
version: 1.24.4
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.6.1-wip
1+
## 0.6.1
22

33
* Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`.
44
* Make some implementation classes `final`. These classes were never intended to

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.6.1-wip
2+
version: 0.6.1
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.5.4-wip
1+
## 0.5.4
22

33
* Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`.
44
* Add `final` modifier on some implementation classes: `Configuration`,

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.5.4-wip
2+
version: 0.5.4
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)