We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59fce2 + c63f5c9 commit f01bcdcCopy full SHA for f01bcdc
pkg/dartfix/CHANGELOG.md
@@ -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
+
5
# 0.1.7
6
* Improve experimental non-nullable migration support.
7
* Extract some nnbd migration implementation components from the dartfix
pkg/dartfix/pubspec.yaml
@@ -1,5 +1,5 @@
name: dartfix
-version: 0.1.7
+version: 0.1.8
description:
A tool for migrating Dart source to newer versions of the Dart SDK
and fixing common issues.
tools/VERSION
@@ -27,5 +27,5 @@ CHANNEL dev
27
MAJOR 2
28
MINOR 12
29
PATCH 0
30
-PRERELEASE 1
+PRERELEASE 2
31
PRERELEASE_PATCH 0
0 commit comments