Skip to content

Commit 24e3ea5

Browse files
Legend-Mastergithub-actions[bot]
authored andcommitted
publish new versions
1 parent a6b8540 commit 24e3ea5

37 files changed

+131
-99
lines changed

.changes/deep-link-android-pattern.md

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

.changes/deep-link-android-scheme.md

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

.changes/fix-macos-cwd-single-instance.md

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

.changes/fs-watch-cleanup.md

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

.changes/global-hotkey-07.md

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

.changes/http-fix-204.md

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

.changes/opener-windows-0.61.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[2.0.22]
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+
313
## \[2.0.21]
414

515
### 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.21",
4+
"version": "2.0.22",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -15,15 +15,15 @@
1515
"@tauri-apps/plugin-biometric": "^2.2.1",
1616
"@tauri-apps/plugin-cli": "^2.2.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
18-
"@tauri-apps/plugin-dialog": "^2.2.1",
19-
"@tauri-apps/plugin-fs": "^2.2.1",
18+
"@tauri-apps/plugin-dialog": "^2.2.2",
19+
"@tauri-apps/plugin-fs": "^2.3.0",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
21-
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
21+
"@tauri-apps/plugin-global-shortcut": "^2.2.1",
2222
"@tauri-apps/plugin-haptics": "^2.2.0",
23-
"@tauri-apps/plugin-http": "^2.4.3",
23+
"@tauri-apps/plugin-http": "^2.4.4",
2424
"@tauri-apps/plugin-nfc": "^2.2.0",
2525
"@tauri-apps/plugin-notification": "^2.2.2",
26-
"@tauri-apps/plugin-opener": "^2.2.6",
26+
"@tauri-apps/plugin-opener": "^2.2.7",
2727
"@tauri-apps/plugin-os": "^2.2.1",
2828
"@tauri-apps/plugin-process": "^2.2.1",
2929
"@tauri-apps/plugin-shell": "^2.2.1",

0 commit comments

Comments
 (0)