Skip to content

Commit 57f69c6

Browse files
Publish New Versions (v2) (#1966)
Co-authored-by: FabianLars <[email protected]>
1 parent cfb3ec0 commit 57f69c6

27 files changed

+70
-67
lines changed

.changes/add-transfer-speed.md

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

.changes/change-pr-1963.md

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

.changes/fix-1985.md

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

.changes/fix-sql-blocking.md

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

.changes/fs-writeTextFile-utf8-path.md

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

.changes/log-update-fern.md

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

.changes/window-state-disable-maximize-check.md

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

Cargo.lock

Lines changed: 6 additions & 6 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.1]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-app",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -15,7 +15,7 @@
1515
"@tauri-apps/plugin-cli": "2.0.0",
1616
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
1717
"@tauri-apps/plugin-dialog": "2.0.1",
18-
"@tauri-apps/plugin-fs": "2.0.1",
18+
"@tauri-apps/plugin-fs": "2.0.2",
1919
"@tauri-apps/plugin-geolocation": "2.0.0",
2020
"@tauri-apps/plugin-global-shortcut": "2.0.0",
2121
"@tauri-apps/plugin-haptics": "2.0.0",

0 commit comments

Comments
 (0)