From bb6cb64287f2cd333eaee6c532b170222aba9131 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 30 Jul 2020 21:09:23 +0000 Subject: [PATCH] Remove author from pubspec, add changelog, update repository Change-Id: I8778fad420f4354cd55d8d79cf3d93e842a94b5a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156584 Reviewed-by: Nicholas Shahan Commit-Queue: Nicholas Shahan --- pkg/dart_internal/CHANGELOG.md | 3 +++ pkg/dart_internal/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 pkg/dart_internal/CHANGELOG.md diff --git a/pkg/dart_internal/CHANGELOG.md b/pkg/dart_internal/CHANGELOG.md new file mode 100644 index 00000000000..d84bddaafc1 --- /dev/null +++ b/pkg/dart_internal/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.1.10 + +- Support the latest Dart SDK. diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index 568af4c4b21..d4992997001 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,7 +1,6 @@ name: dart_internal version: 0.1.10 -author: "Dart Team " -homepage: http://www.dartlang.org +repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal description: > This package is not intended for wide use. It provides a temporary API to solve the problem: "Given an object some generic type A, how do I construct an @@ -13,6 +12,7 @@ description: > into 2.0, so this package is provided as a temporary workaround. We will very likely remove support for this in a later version of Dart. + environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change.