Skip to content

Commit 563f8d7

Browse files
publish new versions
1 parent ec05401 commit 563f8d7

34 files changed

Lines changed: 113 additions & 71 deletions

.changes/deep-link-app-link-regression.md

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

.changes/fs-toml-1.md

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

.changes/opener-windows-network-path.md

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

.changes/store-set-exit-deadlock.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.39]
4+
5+
### Dependencies
6+
7+
- Upgraded to `fs-js@2.5.1`
8+
- Upgraded to `opener-js@2.5.4`
9+
- Upgraded to `store-js@2.4.3`
10+
- Upgraded to `dialog-js@2.7.1`
11+
- Upgraded to `http-js@2.5.9`
12+
313
## \[2.0.38]
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.38",
4+
"version": "2.0.39",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -15,19 +15,19 @@
1515
"@tauri-apps/plugin-biometric": "^2.3.2",
1616
"@tauri-apps/plugin-cli": "^2.4.1",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
18-
"@tauri-apps/plugin-dialog": "^2.7.0",
19-
"@tauri-apps/plugin-fs": "^2.5.0",
18+
"@tauri-apps/plugin-dialog": "^2.7.1",
19+
"@tauri-apps/plugin-fs": "^2.5.1",
2020
"@tauri-apps/plugin-geolocation": "^2.3.2",
2121
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
2222
"@tauri-apps/plugin-haptics": "^2.3.2",
23-
"@tauri-apps/plugin-http": "^2.5.8",
23+
"@tauri-apps/plugin-http": "^2.5.9",
2424
"@tauri-apps/plugin-nfc": "^2.3.5",
2525
"@tauri-apps/plugin-notification": "^2.3.3",
26-
"@tauri-apps/plugin-opener": "^2.5.3",
26+
"@tauri-apps/plugin-opener": "^2.5.4",
2727
"@tauri-apps/plugin-os": "^2.3.2",
2828
"@tauri-apps/plugin-process": "^2.3.1",
2929
"@tauri-apps/plugin-shell": "^2.3.5",
30-
"@tauri-apps/plugin-store": "^2.4.2",
30+
"@tauri-apps/plugin-store": "^2.4.3",
3131
"@tauri-apps/plugin-updater": "^2.10.1",
3232
"@tauri-apps/plugin-upload": "^2.4.0",
3333
"@zerodevx/svelte-json-view": "1.0.11"

examples/api/src-tauri/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.43]
4+
5+
### Dependencies
6+
7+
- Upgraded to `fs@2.5.1`
8+
- Upgraded to `opener@2.5.4`
9+
- Upgraded to `store@2.4.3`
10+
- Upgraded to `dialog@2.7.1`
11+
- Upgraded to `http@2.5.9`
12+
313
## \[2.0.42]
414

515
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 6 additions & 6 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.42"
4+
version = "2.0.43"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -21,23 +21,23 @@ tiny_http = "0.12"
2121
time = "0.3"
2222
log = { workspace = true }
2323
tauri-plugin-log = { path = "../../../plugins/log", version = "2.8.0" }
24-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.5.0", features = [
24+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.5.1", features = [
2525
"watch",
2626
] }
2727
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.3.2" }
28-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.7.0" }
28+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.7.1" }
2929
tauri-plugin-http = { path = "../../../plugins/http", features = [
3030
"multipart",
3131
"cookies",
32-
], version = "2.5.8" }
32+
], version = "2.5.9" }
3333
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.3.3", features = [
3434
"windows7-compat",
3535
] }
3636
tauri-plugin-os = { path = "../../../plugins/os", version = "2.3.2" }
3737
tauri-plugin-process = { path = "../../../plugins/process", version = "2.3.1" }
38-
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.5.3" }
38+
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.5.4" }
3939
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.3.5" }
40-
tauri-plugin-store = { path = "../../../plugins/store", version = "2.4.2" }
40+
tauri-plugin-store = { path = "../../../plugins/store", version = "2.4.3" }
4141
tauri-plugin-upload = { path = "../../../plugins/upload", version = "2.3.0" }
4242

4343
[dependencies.tauri]

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.9]
4+
5+
- [`e6cdc9f5`](https://github.com/tauri-apps/plugins-workspace/commit/e6cdc9f52e2cd975b11b8e4c12879d597f1f76c3) ([#3396](https://github.com/tauri-apps/plugins-workspace/pull/3396) by [@Legend-Master](https://github.com/tauri-apps/plugins-workspace/../../Legend-Master)) Fix broken iOS custom URL schemes
6+
37
## \[2.4.8]
48

59
- [`024ec0c2`](https://github.com/tauri-apps/plugins-workspace/commit/024ec0c29c20cf94579dab9b79d6be0da61a8daa) ([#3214](https://github.com/tauri-apps/plugins-workspace/pull/3214) by [@joshIsCoding](https://github.com/tauri-apps/plugins-workspace/../../joshIsCoding)) Account for differing Android VIEW intent in ChromeOS, fixing deep-link behaviour on Chromium platforms.

0 commit comments

Comments
 (0)