From b4cd6d218588acb3def056f017a8cbe5d89955fe Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Tue, 11 Jun 2019 22:09:25 +0000 Subject: [PATCH 1/2] dart_dev_2.0.5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index de240e6d..e60ca4c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_dev -version: 2.0.4 +version: 2.0.5 description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable. authors: - Workiva Client Platform Team From 2df3934daf9ddae77c2d4defc1ec9253618d3b79 Mon Sep 17 00:00:00 2001 From: evanweible-wf Date: Tue, 11 Jun 2019 16:17:03 -0600 Subject: [PATCH 2/2] Changelog entry for v2.0.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5a6955..e576f5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.5](https://github.com/Workiva/dart_dev/compare/2.0.4...2.0.5) + +- **Improvement:** Added `config.test.deleteConflictingOutputs` that when + enabled will include the `--delete-conflicting-outputs` flag when running + tests via `build_runner`. + +- **Bug Fix:** Fix a type-related RTE in the `TaskProcess` class. + ## [2.0.4](https://github.com/Workiva/dart_dev/compare/2.0.3...2.0.4) - **Bug Fix:** When on Dart 2 and the package has a dependency on `build_test`,