Skip to content

Commit 3d44605

Browse files
jakemac53commit-bot@chromium.org
authored andcommitted
Revert "allow the 2.9.x stable sdk in the meta null_safety prerelease"
This reverts commit 0a2f674. Reason for revert: This accidentally allows 2.10 dev releases as well Original change's description: > allow the 2.9.x stable sdk in the meta null_safety prerelease > > Change-Id: I383e630cf4edba19e4b8ee38adfb0c276eff1d33 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154750 > Auto-Submit: Jake Macdonald <[email protected]> > Commit-Queue: Jake Macdonald <[email protected]> > Commit-Queue: Nate Bosch <[email protected]> > Reviewed-by: Nate Bosch <[email protected]> [email protected],[email protected] Change-Id: I3461eeda4155ca40e4a80cc492b61d10d6c83646 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154820 Reviewed-by: Jake Macdonald <[email protected]> Commit-Queue: Jake Macdonald <[email protected]>
1 parent 907da64 commit 3d44605

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pkg/meta/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 1.3.0-nullsafety.1
2-
3-
* Allow the 2.9.x stable sdk.
4-
51
## 1.3.0-nullsafety
62

73
* Opt into null safety.

pkg/meta/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: meta
2-
version: 1.3.0-nullsafety.1
2+
version: 1.3.0-nullsafety
33
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/meta
44
description: >
55
This library contains the declarations of annotations that developers can use
66
to express the intentions that otherwise can't be deduced by statically
77
analyzing the source code. These annotations are intended to be used by tools
88
to provide a better user experience.
99
environment:
10-
# This must remain a tight upper bound until nnbd is stable.
11-
sdk: '>=2.9.0-18.0 <2.10.0'
10+
# This must remain a tight constraint (only allow dev versions) until nnbd is
11+
# stable.
12+
sdk: '>=2.9.0-18.0 <2.9.0'

0 commit comments

Comments
 (0)