Skip to content

Commit 040717f

Browse files
publish new versions
1 parent 8abb31e commit 040717f

File tree

10 files changed

+25
-15
lines changed

10 files changed

+25
-15
lines changed

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

Lines changed: 0 additions & 6 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.

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/notification/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.3.1]
4+
5+
- [`8abb31ee`](https://github.com/tauri-apps/plugins-workspace/commit/8abb31ee59c68197102c0aa699d690b34646ec3c) ([#2905](https://github.com/tauri-apps/plugins-workspace/pull/2905) by [@ChristianPavilonis](https://github.com/tauri-apps/plugins-workspace/../../ChristianPavilonis)) Fix notification scheduling on iOS.
6+
37
## \[2.3.0]
48

59
- [`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/notification/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-notification"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Send desktop and mobile notifications on your Tauri application."
55
edition = { workspace = true }
66
authors = { workspace = true }

plugins/notification/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-notification",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)