Skip to content

Commit b40a02c

Browse files
publish new versions (#2477)
Co-authored-by: FabianLars <[email protected]>
1 parent a1b3fa2 commit b40a02c

36 files changed

+111
-91
lines changed

.changes/clipboard-manager-wayland-support.md

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

.changes/export-api-structs.md

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

.changes/http-stream-support.md

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

.changes/skip-logger.md

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

.changes/updater-add-on-before-request.md

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

.changes/updater-logs.md

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

Cargo.lock

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

3+
## \[2.0.16]
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+
- Upgraded to `[email protected]`
12+
- Upgraded to `[email protected]`
13+
314
## \[2.0.15]
415

516
### Dependencies

examples/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.15",
4+
"version": "2.0.16",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -14,21 +14,21 @@
1414
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
1515
"@tauri-apps/plugin-biometric": "^2.2.0",
1616
"@tauri-apps/plugin-cli": "^2.2.0",
17-
"@tauri-apps/plugin-clipboard-manager": "^2.2.1",
17+
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
1818
"@tauri-apps/plugin-dialog": "^2.2.0",
1919
"@tauri-apps/plugin-fs": "^2.2.0",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
2121
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
2222
"@tauri-apps/plugin-haptics": "^2.2.0",
23-
"@tauri-apps/plugin-http": "^2.3.0",
23+
"@tauri-apps/plugin-http": "^2.4.0",
2424
"@tauri-apps/plugin-nfc": "^2.2.0",
25-
"@tauri-apps/plugin-notification": "^2.2.1",
25+
"@tauri-apps/plugin-notification": "^2.2.2",
2626
"@tauri-apps/plugin-opener": "^2.2.6",
27-
"@tauri-apps/plugin-os": "^2.2.0",
27+
"@tauri-apps/plugin-os": "^2.2.1",
2828
"@tauri-apps/plugin-process": "^2.2.0",
2929
"@tauri-apps/plugin-shell": "^2.2.0",
3030
"@tauri-apps/plugin-store": "^2.2.0",
31-
"@tauri-apps/plugin-updater": "^2.5.1",
31+
"@tauri-apps/plugin-updater": "^2.6.0",
3232
"@zerodevx/svelte-json-view": "1.0.11"
3333
},
3434
"devDependencies": {

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.20]
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+
- Upgraded to `[email protected]`
12+
- Upgraded to `[email protected]`
13+
- Upgraded to `[email protected]`
14+
- Upgraded to `[email protected]`
15+
316
## \[2.0.19]
417

518
### Dependencies

0 commit comments

Comments
 (0)