Skip to content

Commit 7c0d942

Browse files
publish new versions
1 parent 2522b71 commit 7c0d942

26 files changed

+72
-52
lines changed

.changes/dialog-3-buttons.md

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

.changes/fix-deep-link-semver.md

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

.changes/re-export-log.md

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

.changes/updater-new-bundle-support.md

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

Cargo.lock

Lines changed: 6 additions & 6 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.32]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.31]
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.31",
4+
"version": "2.0.32",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -15,7 +15,7 @@
1515
"@tauri-apps/plugin-biometric": "^2.3.0",
1616
"@tauri-apps/plugin-cli": "^2.4.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
18-
"@tauri-apps/plugin-dialog": "^2.3.3",
18+
"@tauri-apps/plugin-dialog": "^2.4.0",
1919
"@tauri-apps/plugin-fs": "^2.4.2",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
2121
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
@@ -28,7 +28,7 @@
2828
"@tauri-apps/plugin-process": "^2.3.0",
2929
"@tauri-apps/plugin-shell": "^2.3.1",
3030
"@tauri-apps/plugin-store": "^2.4.0",
31-
"@tauri-apps/plugin-updater": "^2.9.0",
31+
"@tauri-apps/plugin-updater": "^2.10.0",
3232
"@tauri-apps/plugin-upload": "^2.3.0",
3333
"@zerodevx/svelte-json-view": "1.0.11"
3434
},

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.36]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.35]
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.35"
4+
version = "2.0.36"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -20,12 +20,12 @@ 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.6.0" }
23+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.7.0" }
2424
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.4.2", features = [
2525
"watch",
2626
] }
2727
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.3.0" }
28-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.3.3" }
28+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.4.0" }
2929
tauri-plugin-http = { path = "../../../plugins/http", features = [
3030
"multipart",
3131
"cookies",
@@ -57,7 +57,7 @@ features = [
5757
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
5858
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.4.0" }
5959
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.3.0" }
60-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.9.0" }
60+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.10.0" }
6161
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
6262

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

plugins/deep-link/CHANGELOG.md

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

3+
## \[2.4.3]
4+
5+
- [`2522b71f`](https://github.com/tauri-apps/plugins-workspace/commit/2522b71f6bcae65c03b24415eb9295c9e7c84ffc) ([#2970](https://github.com/tauri-apps/plugins-workspace/pull/2970) by [@WSH032](https://github.com/tauri-apps/plugins-workspace/../../WSH032)) Revert the breaking change introduced by [#2928](https://github.com/tauri-apps/plugins-workspace/pull/2928).
6+
37
## \[2.4.2]
48

59
- [`21d721a0`](https://github.com/tauri-apps/plugins-workspace/commit/21d721a0c2731fc201872f5b99ea8bbdc61b0b60) ([#2928](https://github.com/tauri-apps/plugins-workspace/pull/2928) by [@FabianLars](https://github.com/tauri-apps/plugins-workspace/../../FabianLars)) On Linux, improved error messages when OS commands fail.

0 commit comments

Comments
 (0)