Skip to content

Commit 2f601f5

Browse files
iinozemtsevCommit Queue
authored andcommitted
Update SDK version constraint in dart_internal
Required for https://dart-review.googlesource.com/c/sdk/+/434804. Change-Id: I3a7f60e6750a6b2e277cb53b35680ddf98012416 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/436221 Commit-Queue: Bob Nystrom <[email protected]> Auto-Submit: Ivan Inozemtsev <[email protected]> Reviewed-by: Bob Nystrom <[email protected]>
1 parent 8986748 commit 2f601f5

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.15
2+
3+
- Support the latest Dart SDK.
4+
15
## 0.2.14
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.14
2+
version: 0.2.15
33
description: >-
44
This package is not intended for wide use. It provides a temporary API to
55
solve the problem: "Given an object some generic type A, how do I construct an
@@ -9,7 +9,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal
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: '>=3.5.0 <3.10.0'
12+
sdk: '>=3.5.0 <3.11.0'
1313

1414
resolution: workspace
1515

0 commit comments

Comments
 (0)