Skip to content

Commit d81f266

Browse files
FabianLarsgithub-actions[bot]
authored andcommitted
publish new versions
1 parent 9841ff8 commit d81f266

23 files changed

+57
-54
lines changed

.changes/add-allow-downgrades.md

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

.changes/autostart-feature.md

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

.changes/log-keep-some.md

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

.changes/opener-require-literal-leading-dot.md

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

.changes/updater-download-headers.md

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

3+
## \[2.0.23]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.22]
412

513
### Dependencies

examples/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.22",
4+
"version": "2.0.23",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -23,12 +23,12 @@
2323
"@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.7",
26+
"@tauri-apps/plugin-opener": "^2.3.0",
2727
"@tauri-apps/plugin-os": "^2.2.1",
2828
"@tauri-apps/plugin-process": "^2.2.1",
2929
"@tauri-apps/plugin-shell": "^2.2.1",
3030
"@tauri-apps/plugin-store": "^2.2.0",
31-
"@tauri-apps/plugin-updater": "^2.7.1",
31+
"@tauri-apps/plugin-updater": "^2.8.0",
3232
"@zerodevx/svelte-json-view": "1.0.11"
3333
},
3434
"devDependencies": {

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.27]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.26]
412

513
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 4 additions & 4 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.26"
4+
version = "2.0.27"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -20,7 +20,7 @@ serde = { workspace = true }
2020
tiny_http = "0.12"
2121
time = "0.3"
2222
log = { workspace = true }
23-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.4.0" }
23+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.5.0" }
2424
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.3.0", features = [
2525
"watch",
2626
] }
@@ -35,7 +35,7 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version =
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.7" }
38+
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.3.0" }
3939
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.2.1" }
4040
tauri-plugin-store = { path = "../../../plugins/store", version = "2.2.0" }
4141

@@ -55,7 +55,7 @@ features = [
5555
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
5656
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.2.0" }
5757
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.2.1" }
58-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.7.1" }
58+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.8.0" }
5959
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
6060

6161
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]

0 commit comments

Comments
 (0)