Skip to content

Commit 9ad0269

Browse files
publish new versions
1 parent c463d8a commit 9ad0269

22 files changed

Lines changed: 62 additions & 42 deletions

.changes/deep-link-app-link-regression.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: 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.0.39]
4+
5+
### Dependencies
6+
7+
- Upgraded to `opener-js@2.5.4`
8+
- Upgraded to `store-js@2.4.3`
9+
310
## \[2.0.38]
411

512
### 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.38",
4+
"version": "2.0.39",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -23,11 +23,11 @@
2323
"@tauri-apps/plugin-http": "^2.5.8",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.0.43]
4+
5+
### Dependencies
6+
7+
- Upgraded to `opener@2.5.4`
8+
- Upgraded to `store@2.4.3`
9+
310
## \[2.0.42]
411

512
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 3 additions & 3 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 }
@@ -35,9 +35,9 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version =
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.

plugins/deep-link/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-deep-link"
3-
version = "2.4.8"
3+
version = "2.4.9"
44
description = "Set your Tauri application as the default handler for an URL"
55
authors = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)