Skip to content

Commit 44ada25

Browse files
publish new versions
1 parent 2d03e2e commit 44ada25

File tree

19 files changed

+51
-36
lines changed

19 files changed

+51
-36
lines changed

.changes/deep-link-linux-errors.md

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

.changes/fix-notification-schedule-ios.md

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

.changes/notification-sound.md

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

Cargo.lock

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

3+
## \[2.0.30]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.29]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.29",
4+
"version": "2.0.30",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -22,7 +22,7 @@
2222
"@tauri-apps/plugin-haptics": "^2.2.0",
2323
"@tauri-apps/plugin-http": "^2.5.2",
2424
"@tauri-apps/plugin-nfc": "^2.3.1",
25-
"@tauri-apps/plugin-notification": "^2.3.0",
25+
"@tauri-apps/plugin-notification": "^2.3.1",
2626
"@tauri-apps/plugin-opener": "^2.5.0",
2727
"@tauri-apps/plugin-os": "^2.3.1",
2828
"@tauri-apps/plugin-process": "^2.3.0",

examples/api/src-tauri/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.0.34]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.33]
410

511
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 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.33"
4+
version = "2.0.34"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -30,7 +30,7 @@ tauri-plugin-http = { path = "../../../plugins/http", features = [
3030
"multipart",
3131
"cookies",
3232
], version = "2.5.2" }
33-
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.3.0", features = [
33+
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.3.1", features = [
3434
"windows7-compat",
3535
] }
3636
tauri-plugin-os = { path = "../../../plugins/os", version = "2.3.1" }

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.2]
4+
5+
- [`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.
6+
37
## \[2.4.1]
48

59
- [`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

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.1"
3+
version = "2.4.2"
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)