Skip to content

Commit

Permalink
Prepare to publish (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Jun 23, 2021
1 parent eb1155c commit b8bac52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.17.9-dev
## 1.17.9

* Fix a bug where a tag level configuration would cause test suites with that
tag to ignore the `--test-randomize-ordering-seed` argument.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.17.9-dev
version: 1.17.9
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/blob/master/pkgs/test
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
yaml: ^3.0.0
# Use an exact version until the test_api and test_core package are stable.
test_api: 0.4.1
test_core: 0.3.28
test_core: 0.3.29

dev_dependencies:
fake_async: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.29-dev
## 0.3.29

* Fix a bug where a tag level configuration would cause test suites with that
tag to ignore the `--test-randomize-ordering-seed` argument.
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.3.29-dev
version: 0.3.29
description: A basic library for writing tests and running them on the VM.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core

Expand Down

0 comments on commit b8bac52

Please sign in to comment.