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

Commit e70ebf2

Browse files
kevmooCommit Queue
authored andcommitted
pkg:js - Update changelog and SDK constraint
Change-Id: I3b518169293f000cc4a1665c54d155dc4b33b070 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265640 Reviewed-by: Srujan Gaddam <srujzs@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com>
1 parent 9d53b45 commit e70ebf2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pkg/js/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 0.6.6-dev
2+
3+
* Add `@JSExport` annotation for exporting Dart classes and `@staticInterop`
4+
mocking.
5+
* Require Dart 2.19
6+
17
## 0.6.5
28

39
* Populate the pubspec repository field.
410
* Add a dependency on `package:meta`.
511
* Add an experimental `@trustTypes` annotation.
6-
* Add `@JSExport` annotation for exporting Dart classes and `@staticInterop`
7-
mocking.
812

913
## 0.6.4
1014

pkg/js/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: js
2-
version: 0.6.5
2+
version: 0.6.6-dev
33
description: Annotations to create static Dart interfaces for JavaScript APIs.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/js
55

66
environment:
7-
sdk: ">=2.16.0-100.0.dev <3.0.0"
7+
sdk: ">=2.19.0-333.0.dev <3.0.0"
88

99
dependencies:
1010
meta: ^1.7.0

0 commit comments

Comments
 (0)