We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebfc9f commit bca5b89Copy full SHA for bca5b89
pkg/dart_internal/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.5
2
+
3
+- Support the latest Dart SDK.
4
5
## 0.2.4
6
7
- Support the latest Dart SDK.
pkg/dart_internal/pubspec.yaml
@@ -1,5 +1,5 @@
name: dart_internal
-version: 0.2.4
+version: 0.2.5
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
@@ -9,4 +9,4 @@ description: >-
9
environment:
10
# Restrict the upper bound so that we can remove support for this in a later
11
# version of the SDK without it being a breaking change.
12
- sdk: ">=2.12.0 <2.18.0"
+ sdk: ">=2.12.0 <2.19.0"
0 commit comments