Skip to content

Commit 146ad01

Browse files
committed
update js/meta for the 2.10 dev sdk
- bumps the meta version so it can be published - updates sdk constraints to be consistent with all other packages (should have been equivalent anyways) Change-Id: I83520d291625f13b0029e28aecb9714f365a75b7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155460 Reviewed-by: William Hesse <whesse@google.com> Auto-Submit: Jake Macdonald <jakemac@google.com>
1 parent 488c718 commit 146ad01

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pkg/js/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Annotations to create static Dart interfaces for JavaScript APIs.
44
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
55

66
environment:
7-
sdk: '>=2.10.0-0.0 <2.10.0'
7+
sdk: '>=2.10.0-0 <2.10.0'
88

99
dev_dependencies:
1010
pedantic: ^1.9.0

pkg/meta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.0-nullsafety.2
2+
3+
* Update for the 2.10 dev sdk.
4+
15
## 1.3.0-nullsafety.1
26

37
* Allow the <=2.9.10 stable sdk.

pkg/meta/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: meta
2-
version: 1.3.0-nullsafety.1
2+
version: 1.3.0-nullsafety.2
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 constraint until nnbd is stable.
11-
sdk: '>=2.10.0-0.0 <2.10.0'
10+
# This must remain a tight constraint until nnbd is stable
11+
sdk: '>=2.10.0-0 <2.10.0'

0 commit comments

Comments
 (0)