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.