Skip to content

Commit e3fc76e

Browse files
committed
Merge branch 'feat/message-dialog-3-buttons' of https://github.com/tauri-apps/plugins-workspace into feat/message-dialog-3-buttons
2 parents baa6257 + aba3d24 commit e3fc76e

28 files changed

+165
-147
lines changed

.changes/emit-traces.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/export-log-level.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/fern-dispatch-log-target.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/fix-ios-biometry-fallback-auth.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/fix-ios-log-simulator.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
single-instance: patch
3+
---
4+
5+
fix `cwd` in single instance on macOS, which was the cwd of the first instance, instead of the second (like it is on windows and linux)

.changes/http-fix-204.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"http": patch
3+
"http-js": patch
4+
---
5+
6+
Properly handle responses with status code 204.

.changes/updater-override-header.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[2.0.21]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.20]
412

513
### Dependencies

0 commit comments

Comments
 (0)