Skip to content

Commit aba3d24

Browse files
authored
Merge branch 'v2' into feat/message-dialog-3-buttons
2 parents 1364cb5 + 5e78988 commit aba3d24

28 files changed

Lines changed: 165 additions & 147 deletions

.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 `log-js@2.4.0`
8+
- Upgraded to `biometric-js@2.2.1`
9+
- Upgraded to `updater-js@2.7.1`
10+
311
## \[2.0.20]
412

513
### Dependencies

0 commit comments

Comments
 (0)