Skip to content

Commit fa5e1f5

Browse files
Legend-Mastergithub-actions[bot]
authored andcommitted
publish new versions
1 parent d8e6275 commit fa5e1f5

26 files changed

+97
-68
lines changed

.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/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: 7 additions & 7 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
312
## \[2.0.21]
413

514
### Dependencies

examples/api/package.json

Lines changed: 5 additions & 5 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",
2121
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
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",

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.26]
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.25]
413

514
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.25"
4+
version = "2.0.26"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -21,21 +21,21 @@ tiny_http = "0.12"
2121
time = "0.3"
2222
log = { workspace = true }
2323
tauri-plugin-log = { path = "../../../plugins/log", version = "2.4.0" }
24-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.2.1", features = [
24+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.3.0", features = [
2525
"watch",
2626
] }
2727
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.2.2" }
28-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.2.1" }
28+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.2.2" }
2929
tauri-plugin-http = { path = "../../../plugins/http", features = [
3030
"multipart",
3131
"cookies",
32-
], version = "2.4.3" }
32+
], version = "2.4.4" }
3333
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.2.2", features = [
3434
"windows7-compat",
3535
] }
3636
tauri-plugin-os = { path = "../../../plugins/os", version = "2.2.1" }
3737
tauri-plugin-process = { path = "../../../plugins/process", version = "2.2.1" }
38-
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.2.6" }
38+
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.2.7" }
3939
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.2.1" }
4040
tauri-plugin-store = { path = "../../../plugins/store", version = "2.2.0" }
4141

plugins/dialog/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.2.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.2.1]
410

511
### Dependencies

0 commit comments

Comments
 (0)