Skip to content

Commit c63f5c9

Browse files
bwilkersoncommit-bot@chromium.org
authored andcommitted
Prepare to publish a new version of dartfix
Change-Id: I9cf1cf3a135ffda24509f892b9039a88a40b9ee8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169791 Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
1 parent 9ca05a4 commit c63f5c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkg/dartfix/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.8
2+
* The dartfix package has been deprecated. The functionality has been moved to
3+
the new `dart fix` command that's included in the SDK.
4+
15
# 0.1.7
26
* Improve experimental non-nullable migration support.
37
* Extract some nnbd migration implementation components from the dartfix

pkg/dartfix/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartfix
2-
version: 0.1.7
2+
version: 0.1.8
33
description:
44
A tool for migrating Dart source to newer versions of the Dart SDK
55
and fixing common issues.

0 commit comments

Comments
 (0)