From ce9e38fff14ba9a7ba65d939cdcb917cbd7bb4e9 Mon Sep 17 00:00:00 2001 From: Robert Nystrom Date: Wed, 21 Jun 2023 01:14:38 +0000 Subject: [PATCH] Update package:dart_internal to work with SDK 3.2.0. Fixes #52742. Change-Id: I11cebf22f48788632e45cacc1e43c3be069a03dd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310323 Auto-Submit: Bob Nystrom Reviewed-by: Samuel Rawlins Commit-Queue: Bob Nystrom --- pkg/dart_internal/CHANGELOG.md | 4 ++++ pkg/dart_internal/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg/dart_internal/CHANGELOG.md b/pkg/dart_internal/CHANGELOG.md index 58e47dad104..ec4dec60346 100644 --- a/pkg/dart_internal/CHANGELOG.md +++ b/pkg/dart_internal/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.8 + +- Support the latest Dart SDK. + ## 0.2.7 - Support the latest Dart SDK. diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index c22fa849381..e0532c36afb 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.2.7 +version: 0.2.8 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: ">=2.12.0 <3.1.0" + sdk: ">=2.12.0 <3.2.0" # Use 'any' constraints here; we get our versions from the DEPS file. dev_dependencies: