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 <iinozemtsev@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Ivan Inozemtsev
2025-12-08 05:41:34 -08:00
committed by Commit Queue
parent cbdf85ca97
commit a5fe41a609
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.2.17
- Support the latest Dart SDK.
## 0.2.16
- Support the latest Dart SDK.
+2 -2
View File
@@ -1,5 +1,5 @@
name: dart_internal
version: 0.2.16
version: 0.2.17
description: >-
This package is not intended for wide use. It provides a temporary API to
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
environment:
# Restrict the upper bound so that we can remove support for this in a later
# version of the SDK without it being a breaking change.
sdk: '>=3.5.0 <3.12.0'
sdk: '>=3.5.0 <3.13.0'
resolution: workspace