Skip to content

Commit

Permalink
prep package:js for null safety release
Browse files Browse the repository at this point in the history
Change-Id: Ie4ce3d83d4dfc60ff5728152e9b391a84c50e6b8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153824
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
  • Loading branch information
jakemac53 authored and commit-bot@chromium.org committed Jul 9, 2020
1 parent d045c13 commit e780b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.3-dev
## 0.6.3-nullsafety

* Opt in to null safety.

Expand Down
4 changes: 2 additions & 2 deletions pkg/js/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: js
version: 0.6.3-dev
version: 0.6.3-nullsafety
description: Annotations to create static Dart interfaces for JavaScript APIs.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js

environment:
sdk: '>=2.9.0-1 <3.0.0'
sdk: '>=2.9.0-18.0 <2.9.0'

dev_dependencies:
pedantic: ^1.9.0

0 comments on commit e780b31

Please sign in to comment.