Skip to content

Commit

Permalink
Version 3.3.4
Browse files Browse the repository at this point in the history
Change-Id: I471313f769e45c7f9ece1936deb0d821f58c733b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/363105
Commit-Queue: Kevin Chisholm <[email protected]>
Reviewed-by: Jonas Termansen <[email protected]>
  • Loading branch information
itsjustkevin authored and Commit Queue committed Apr 16, 2024
1 parent 8ad4ca1 commit d70d99a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 3.3.4
## 3.3.4 - 2024-04-17

This is a patch release that:

- Fixes an issue with JS interop in dart2wasm where JS interop methods that used
the enclosing library's `@JS` annotation were actually using the invocation's
enclosing library's `@JS` annotation. (issue [#55359])
enclosing library's `@JS` annotation. (issue [#55430]).

[#55359]: https://github.com/dart-lang/sdk/issues/55359
[#55430]: https://github.com/dart-lang/sdk/issues/55430

## 3.3.3 - 2024-03-27

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
CHANNEL stable
MAJOR 3
MINOR 3
PATCH 3
PATCH 4
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit d70d99a

Please sign in to comment.