Skip to content

Commit 09c532b

Browse files
authored
publish new versions
1 parent 87cc585 commit 09c532b

24 files changed

+64
-60
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.

Cargo.lock

Lines changed: 5 additions & 5 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",

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.5]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
310
## \[2.0.4]
411

512
### Dependencies

0 commit comments

Comments
 (0)