Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 6d4e580

Browse files
authored
Bump SDK constraints for pub (#57)
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 af8ac85 commit 6d4e580

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+
## 0.10.10-nullsafety.3
2+
3+
* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
4+
guidelines.
5+
16
## 0.10.10-nullsafety.2
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,12 +1,11 @@
11
name: source_maps
2-
version: 0.10.10-nullsafety.2
2+
version: 0.10.10-nullsafety.3
33

44
description: Library to programmatically manipulate source map files.
55
homepage: https://github.com/dart-lang/source_maps
66

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

1110
dependencies:
1211
source_span: '>=1.8.0-nullsafety <1.8.0'

0 commit comments

Comments
 (0)