Skip to content

Commit

Permalink
Prepare to publish (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 2, 2024
1 parent 9c6adaa commit cd72e8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 1.25.6-wip
## 1.25.6

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

## 1.25.5
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.25.6-wip
version: 1.25.6
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.6.3-wip
## 0.6.3

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

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_core
version: 0.6.3-wip
version: 0.6.3
description: A basic library for writing tests and running them on the VM.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core

Expand Down

0 comments on commit cd72e8d

Please sign in to comment.