Skip to content

Commit f01bcdc

Browse files
author
Dart CI
committed
Version 2.12.0-2.0.dev
Merge commit 'c63f5c9d135eaa1d205f86bf8c6264fa434db639' into 'dev'
2 parents d59fce2 + c63f5c9 commit f01bcdc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 12
2929
PATCH 0
30-
PRERELEASE 1
30+
PRERELEASE 2
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)