Skip to content

Commit bca5b89

Browse files
athomasCommit Bot
authored and
Commit Bot
committed
[dart_internal] Support 2.18
Change-Id: Iea0fb68809ad7b45795f87116cb3c38ccf6f5f9d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240543 Auto-Submit: Alexander Thomas <[email protected]> Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 2ebfc9f commit bca5b89

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.2.5
2+
3+
- Support the latest Dart SDK.
4+
15
## 0.2.4
26

37
- Support the latest Dart SDK.

pkg/dart_internal/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_internal
2-
version: 0.2.4
2+
version: 0.2.5
33
repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal
44
description: >-
55
This package is not intended for wide use. It provides a temporary API to
@@ -9,4 +9,4 @@ description: >-
99
environment:
1010
# Restrict the upper bound so that we can remove support for this in a later
1111
# version of the SDK without it being a breaking change.
12-
sdk: ">=2.12.0 <2.18.0"
12+
sdk: ">=2.12.0 <2.19.0"

0 commit comments

Comments
 (0)