[pkg/js] update package:js changelog; prep for publishing

Change-Id: I9a9bdb94f9aeed1364f4905a4734fc7b2512c81d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264262
Reviewed-by: Joshua Litt <joshualitt@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2022-10-19 17:51:32 +00:00 committed by Commit Queue
parent 671717b578
commit 2dc6b5dd55
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 0.6.5
* Populate the pubspec repository field.
* Add a dependency on `package:meta`.
* Add an experimental `@trustTypes` annotation.
## 0.6.4
* Includes `@staticInterop` to allow interop with native types from `dart:html`.

View file

@ -14,7 +14,6 @@ Instead, import `package:js/js.dart`.
A second library in this package, `js_util`, provides low-level utilities
that you can use when it isn't possible to wrap JavaScript with a static, annotated API.
## Example
See the [Chart.js Dart API](https://github.com/google/chartjs.dart/) for an

View file

@ -1,5 +1,5 @@
name: js
version: 0.6.4
version: 0.6.5
description: Annotations to create static Dart interfaces for JavaScript APIs.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/js