Skip to content

Commit a5fe41a

Browse files
iinozemtsevCommit Queue
authored andcommitted
Prepare dart_internal for the next SDK version bump
Change-Id: I7b57a9e2433c0b589b4c1454b9b0fd9ddaf3ee8d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/460042 Commit-Queue: Ivan Inozemtsev <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent cbdf85c commit a5fe41a

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.17
2+
3+
- Support the latest Dart SDK.
4+
15
## 0.2.16
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.16
2+
version: 0.2.17
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.12.0'
12+
sdk: '>=3.5.0 <3.13.0'
1313

1414
resolution: workspace
1515

0 commit comments

Comments
 (0)