Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 796275d

Browse files
authored
Bump SDK constraints for pub (#22)
Use a 2.12.0 lower bound since pub does not understand allowed experiments for earlier versions. Use a 3.0.0 upper bound to avoid a warning in pub and to give some flexibility in publishing for stable.
1 parent 361e78b commit 796275d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0-nullsafety.4
2+
3+
* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
4+
guidelines.
5+
16
## 2.1.0-nullsafety.3
27

38
* Allow prerelease versions of the 2.12 sdk.

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: source_map_stack_trace
2-
version: 2.1.0-nullsafety.3
2+
version: 2.1.0-nullsafety.4
33
description: A package for applying source maps to stack traces.
44
homepage: https://github.com/dart-lang/source_map_stack_trace
55

66
environment:
7-
# This must remain a tight constraint until nnbd is stable
8-
sdk: '>=2.10.0-0 <2.12.0'
7+
sdk: ">=2.12.0-0 <3.0.0"
98

109
dependencies:
1110
path: '>=1.8.0-nullsafety <1.8.0'

0 commit comments

Comments
 (0)