Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #1517 had the wrong package reference in the changefile #1538

Merged
merged 1 commit into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changes/fix-js-api-import.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"tauri": patch
"api": patch
---

TS was wrongly re-exporting the module.
1 change: 0 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
".changes/cta-remove-tauri-from-vanilla.md",
".changes/cta-tauri-script.md",
".changes/event-once.md",
".changes/fix-js-api-import.md",
".changes/nested-events.md",
".changes/sync-metadata.md"
]
Expand Down
3 changes: 0 additions & 3 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

- [ece243d](https://www.github.com/tauri-apps/tauri/commit/ece243d17c9c3ef8d2ba8e3b25b872aa6ea0b6ab) don't remove once listener on new thread ([#1506](https://www.github.com/tauri-apps/tauri/pull/1506)) on 2021-04-14

- TS was wrongly re-exporting the module.
- [fcb3b48](https://www.github.com/tauri-apps/tauri/commit/fcb3b4857efa17d2a3717f32457e88b24520cc9b) fix: [#1512](https://www.github.com/tauri-apps/tauri/pull/1512) ([#1517](https://www.github.com/tauri-apps/tauri/pull/1517)) on 2021-04-19

- Window and global events can now be nested inside event handlers. They will run as soon
as the event handler closure is finished in the order they were called. Previously, calling
events inside an event handler would produce a deadlock.
Expand Down