Skip to content

Commit d70d99a

Browse files
itsjustkevinCommit Queue
authored and
Commit Queue
committed
Version 3.3.4
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]>
1 parent 8ad4ca1 commit d70d99a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 3.3.4
1+
## 3.3.4 - 2024-04-17
22

33
This is a patch release that:
44

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

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

1111
## 3.3.3 - 2024-03-27
1212

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
CHANNEL stable
2727
MAJOR 3
2828
MINOR 3
29-
PATCH 3
29+
PATCH 4
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)