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:
committed by
Commit Queue
parent
cbdf85ca97
commit
a5fe41a609
@@ -1,3 +1,7 @@
|
||||
## 0.2.17
|
||||
|
||||
- Support the latest Dart SDK.
|
||||
|
||||
## 0.2.16
|
||||
|
||||
- Support the latest Dart SDK.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user