Support test 1.x.x
diff --git a/pkgs/test_process/.gitignore b/pkgs/test_process/.gitignore index 25a1df3..0659a33 100644 --- a/pkgs/test_process/.gitignore +++ b/pkgs/test_process/.gitignore
@@ -1,9 +1,9 @@ .buildlog .DS_Store .idea -.pub/ .settings/ build/ packages .packages pubspec.lock +.dart_tool/
diff --git a/pkgs/test_process/CHANGELOG.md b/pkgs/test_process/CHANGELOG.md index 9118564..7788e3c 100644 --- a/pkgs/test_process/CHANGELOG.md +++ b/pkgs/test_process/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 1.0.3 + +* Support test `1.x.x`. + ## 1.0.2 * Update SDK version to 2.0.0-dev.17.0
diff --git a/pkgs/test_process/pubspec.yaml b/pkgs/test_process/pubspec.yaml index 212a478..648a91a 100644 --- a/pkgs/test_process/pubspec.yaml +++ b/pkgs/test_process/pubspec.yaml
@@ -11,7 +11,7 @@ async: ">=1.12.0 <3.0.0" meta: ">=0.9.0 <2.0.0" path: "^1.0.0" - test: "^0.12.19" + test: ">=0.12.19 <2.0.0" dev_dependencies: test_descriptor: "^1.0.0"