Skip to content

Commit 9dd29c1

Browse files
Merge pull request #372 from Workiva/batch/fea/dart_commands
Replace deprecated commands with new dart commands
2 parents 14eea16 + 8ef2e2c commit 9dd29c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.8.4](https://github.com/Workiva/dart_dev/compare/3.8.3...3.8.4)
4+
- Replace deprecated CLI command.
5+
6+
## [3.8.3](https://github.com/Workiva/dart_dev/compare/3.8.2...3.8.3)
7+
- CI improvement.
8+
39
## [3.8.2](https://github.com/Workiva/dart_dev/compare/3.8.1...3.8.2)
410

511
- Update `TestTool` to allow arguments after a separator (`--`). These arguments

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM google/dart:2.13.4
22
WORKDIR /build
33
ADD pubspec.yaml /build
4-
RUN pub get
4+
RUN dart pub get
55
FROM scratch

0 commit comments

Comments
 (0)