Skip to content

Commit dc37283

Browse files
committed
Bump dart_internal again to work with the latest dev builds.
Change-Id: I18d79f4009def65855c6e75caaf54b78acd0d13a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365306 Reviewed-by: Leaf Petersen <[email protected]>
1 parent 4787b6e commit dc37283

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.12
2+
3+
- Support the latest Dart SDK.
4+
15
## 0.2.11
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.11
2+
version: 0.2.12
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: ">=2.12.0 <3.5.0"
12+
sdk: ">=2.12.0 <3.6.0"
1313

1414
# Use 'any' constraints here; we get our versions from the DEPS file.
1515
dev_dependencies:

0 commit comments

Comments
 (0)