Skip to content

Commit

Permalink
[dev_test] v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 25, 2023
1 parent 223c85c commit af3243c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dev_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.4

* Split build feature into a separate package `dev_build`

## 0.16.3

* Add `--fix` option to `run_ci` to perform `dart fix --apply` recursively.
Expand Down
5 changes: 2 additions & 3 deletions dev_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dev_test
version: 0.16.3
version: 0.16.4
description: Development utilities for dart and flutter packages. CI, build and test helpers.
repository: https://github.com/tekartik/dev_test.dart/tree/master/dev_test

Expand All @@ -9,8 +9,7 @@ environment:
dependencies:
test: '>=1.24.0 <3.0.0'
matcher: '>=0.12.16 <2.0.0'
collection: '>=1.17.2 <3.0.0'
stack_trace: '>=1.11.0 <3.0.0'
dev_build: '>=0.16.3+1 <2.0.0'
process_run: '>=0.13.1 <2.0.0'
pub_semver: '>=2.1.4 <4.0.0'
yaml: '>=3.1.2 <5.0.0'
Expand Down

0 comments on commit af3243c

Please sign in to comment.