Skip to content

Commit 231cdba

Browse files
publish new versions
1 parent d4f8299 commit 231cdba

File tree

10 files changed

+39
-27
lines changed

10 files changed

+39
-27
lines changed

.changes/deep-link-xdg-mime-fix.md

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

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/deep-link/CHANGELOG.md

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

3+
## \[2.4.1]
4+
5+
- [`d4f8299b`](https://github.com/tauri-apps/plugins-workspace/commit/d4f8299b12f107718c70692840a63768d65baaf9) ([#2844](https://github.com/tauri-apps/plugins-workspace/pull/2844) by [@yobson1](https://github.com/tauri-apps/plugins-workspace/../../yobson1)) Fix deep link protocol handler not set as default on linux
6+
Fix duplicate protocols added to MimeType section in .desktop files on linux
7+
38
## \[2.4.0]
49

510
- [`f209b2f2`](https://github.com/tauri-apps/plugins-workspace/commit/f209b2f23cb29133c97ad5961fb46ef794dbe063) ([#2804](https://github.com/tauri-apps/plugins-workspace/pull/2804) by [@renovate](https://github.com/tauri-apps/plugins-workspace/../../renovate)) Updated tauri to 2.6

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.0"
3+
version = "2.4.1"
44
description = "Set your Tauri application as the default handler for an URL"
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/deep-link/examples/app/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.4]
4+
5+
### Dependencies
6+
7+
- Upgraded to `deep-link-js@2.4.1`
8+
39
## \[2.2.3]
410

511
### Dependencies

plugins/deep-link/examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deep-link-example",
33
"private": true,
4-
"version": "2.2.3",
4+
"version": "2.2.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "2.7.0",
14-
"@tauri-apps/plugin-deep-link": "2.4.0"
14+
"@tauri-apps/plugin-deep-link": "2.4.1"
1515
},
1616
"devDependencies": {
1717
"@tauri-apps/cli": "2.7.1",

plugins/deep-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-deep-link",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Set your Tauri application as the default handler for an URL",
55
"license": "MIT OR Apache-2.0",
66
"authors": [

plugins/single-instance/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.3.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `deep-link@2.4.1`
8+
39
## \[2.3.1]
410

511
- [`6f345870`](https://github.com/tauri-apps/plugins-workspace/commit/6f345870df4e7b187deb869df03b79858e03b4fe) ([#2860](https://github.com/tauri-apps/plugins-workspace/pull/2860) by [@MorpheusXAUT](https://github.com/tauri-apps/plugins-workspace/../../MorpheusXAUT)) Fix D-Bus name replacement logic on Linux to prevent multiple instances from acquiring the same well-known name.\

plugins/single-instance/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-single-instance"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "Ensure a single instance of your tauri app is running."
55
authors = { workspace = true }
66
license = { workspace = true }
@@ -26,7 +26,7 @@ serde_json = { workspace = true }
2626
tauri = { workspace = true }
2727
tracing = { workspace = true }
2828
thiserror = { workspace = true }
29-
tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.0", optional = true }
29+
tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.1", optional = true }
3030
semver = { version = "1", optional = true }
3131

3232
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]

pnpm-lock.yaml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)