Skip to content

Commit 47b5a1e

Browse files
kevmoocommit-bot@chromium.org
authored andcommitted
Support the latest SDK with pkg:dart_internal
Change-Id: Ife3c77834df9f781d447a7d3cbc842fb7e44be49 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170140 Commit-Queue: Kevin Moore <kevmoo@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com>
1 parent ab7dc26 commit 47b5a1e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pkg/dart_internal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.12-nullsafety.1
2+
3+
- Support the latest Dart SDK.
4+
15
## 0.1.10
26

37
- Support the latest Dart SDK.

pkg/dart_internal/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: dart_internal
2-
version: 0.1.12-nullsafety
3-
author: "Dart Team <misc@dartlang.org>"
4-
homepage: http://www.dartlang.org
2+
version: 0.1.12-nullsafety.1
53
repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal
64
description: >
75
This package is not intended for wide use. It provides a temporary API to
@@ -18,4 +16,4 @@ description: >
1816
environment:
1917
# Restrict the upper bound so that we can remove support for this in a later
2018
# version of the SDK without it being a breaking change.
21-
sdk: ">=2.10.0-0 <2.11.0"
19+
sdk: ">=2.10.0-0 <2.12.0"

0 commit comments

Comments
 (0)