From e70ebf27f9a0b925eaf08b38d88d04d5c29acf75 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 26 Oct 2022 00:24:38 +0000 Subject: [PATCH] pkg:js - Update changelog and SDK constraint Change-Id: I3b518169293f000cc4a1665c54d155dc4b33b070 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265640 Reviewed-by: Srujan Gaddam Auto-Submit: Kevin Moore Commit-Queue: Kevin Moore --- pkg/js/CHANGELOG.md | 8 ++++++-- pkg/js/pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pkg/js/CHANGELOG.md b/pkg/js/CHANGELOG.md index f4241715085..8c1f8d3e778 100644 --- a/pkg/js/CHANGELOG.md +++ b/pkg/js/CHANGELOG.md @@ -1,10 +1,14 @@ +## 0.6.6-dev + +* Add `@JSExport` annotation for exporting Dart classes and `@staticInterop` + mocking. +* Require Dart 2.19 + ## 0.6.5 * Populate the pubspec repository field. * Add a dependency on `package:meta`. * Add an experimental `@trustTypes` annotation. -* Add `@JSExport` annotation for exporting Dart classes and `@staticInterop` - mocking. ## 0.6.4 diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml index e0f68c8cf01..aa1126caa9b 100644 --- a/pkg/js/pubspec.yaml +++ b/pkg/js/pubspec.yaml @@ -1,10 +1,10 @@ name: js -version: 0.6.5 +version: 0.6.6-dev description: Annotations to create static Dart interfaces for JavaScript APIs. repository: https://github.com/dart-lang/sdk/tree/main/pkg/js environment: - sdk: ">=2.16.0-100.0.dev <3.0.0" + sdk: ">=2.19.0-333.0.dev <3.0.0" dependencies: meta: ^1.7.0