From ad82b437f4a5994d0e41719c395f875c16e50e68 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Tue, 13 Oct 2020 22:53:04 +0000 Subject: [PATCH] Prepare to publish package nnbd_migration version 0.1.1. This will be the last published version, and is only being published so that we can include a README entry indicating why the package is not to be used. After publishing, I will mark the package as discontinued. Change-Id: I95cb6d8d6ec41415edd2c8da300c165a0c4cfb93 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167444 Reviewed-by: Samuel Rawlins Commit-Queue: Paul Berry --- pkg/nnbd_migration/CHANGELOG.md | 4 ++++ pkg/nnbd_migration/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/nnbd_migration/CHANGELOG.md b/pkg/nnbd_migration/CHANGELOG.md index 66aeb13dd15..66a6ebd6848 100644 --- a/pkg/nnbd_migration/CHANGELOG.md +++ b/pkg/nnbd_migration/CHANGELOG.md @@ -1,2 +1,6 @@ +## 0.1.1 +* Add README text indicating that this package should not be used; instead, + migrations should be launched using `dart migrate`. + ## 0.1.0 * Separated from analysis_server project. diff --git a/pkg/nnbd_migration/pubspec.yaml b/pkg/nnbd_migration/pubspec.yaml index ac8b395c999..9e68ae01753 100644 --- a/pkg/nnbd_migration/pubspec.yaml +++ b/pkg/nnbd_migration/pubspec.yaml @@ -1,7 +1,7 @@ name: nnbd_migration description: Null Safety Migration Tooling homepage: https://github.com/dart-lang/sdk/blob/master/pkg/nnbd_migration/README.md -version: 0.1.0 +version: 0.1.1 environment: sdk: '>=2.6.0 <3.0.0' dependencies: