Skip to content

Commit ae14a3f

Browse files
authored
fix: #1517 had the wrong package reference in the changefile (#1538)
1 parent 7ca7778 commit ae14a3f

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.changes/fix-js-api-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"tauri": patch
2+
"api": patch
33
---
44

55
TS was wrongly re-exporting the module.

.changes/pre.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
".changes/cta-remove-tauri-from-vanilla.md",
99
".changes/cta-tauri-script.md",
1010
".changes/event-once.md",
11-
".changes/fix-js-api-import.md",
1211
".changes/nested-events.md",
1312
".changes/sync-metadata.md"
1413
]

core/tauri/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
- [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
1616

17-
- TS was wrongly re-exporting the module.
18-
- [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
19-
2017
- Window and global events can now be nested inside event handlers. They will run as soon
2118
as the event handler closure is finished in the order they were called. Previously, calling
2219
events inside an event handler would produce a deadlock.

0 commit comments

Comments
 (0)