Skip to content

Commit 656e9d0

Browse files
authored
publish new versions
1 parent 5700bd2 commit 656e9d0

38 files changed

+123
-86
lines changed

.changes/add-total-transferred-field.md

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

.changes/fix-deep-link-onopenurl-current.md

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

.changes/fix-inconsistent-webview-log-target.md

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

.changes/fs-read-dir-broken-symlink.md

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

.changes/localhost-custom-host-binding.md

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

.changes/sql-allow-blocking-without-nested-runtime.md

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

Cargo.lock

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

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

512
### 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": "api",
33
"private": true,
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -16,7 +16,7 @@
1616
"@tauri-apps/plugin-cli": "2.0.0",
1717
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
1818
"@tauri-apps/plugin-dialog": "2.0.1",
19-
"@tauri-apps/plugin-fs": "2.0.2",
19+
"@tauri-apps/plugin-fs": "2.0.3",
2020
"@tauri-apps/plugin-geolocation": "2.0.0",
2121
"@tauri-apps/plugin-global-shortcut": "2.0.0",
2222
"@tauri-apps/plugin-haptics": "2.0.0",

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.6]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
- Upgraded to `[email protected]`
11+
312
## \[2.0.5]
413

514
### Dependencies

0 commit comments

Comments
 (0)