Skip to content

Commit b75f9f5

Browse files
publish new versions (#2954)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d865ed4 commit b75f9f5

File tree

10 files changed

+25
-15
lines changed

10 files changed

+25
-15
lines changed

.changes/fix-sidecar-dots.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.31]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.30]
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.30",
4+
"version": "2.0.31",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -26,7 +26,7 @@
2626
"@tauri-apps/plugin-opener": "^2.5.0",
2727
"@tauri-apps/plugin-os": "^2.3.1",
2828
"@tauri-apps/plugin-process": "^2.3.0",
29-
"@tauri-apps/plugin-shell": "^2.3.0",
29+
"@tauri-apps/plugin-shell": "^2.3.1",
3030
"@tauri-apps/plugin-store": "^2.4.0",
3131
"@tauri-apps/plugin-updater": "^2.9.0",
3232
"@tauri-apps/plugin-upload": "^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.35]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.34]
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.34"
4+
version = "2.0.35"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -36,7 +36,7 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version =
3636
tauri-plugin-os = { path = "../../../plugins/os", version = "2.3.1" }
3737
tauri-plugin-process = { path = "../../../plugins/process", version = "2.3.0" }
3838
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.5.0" }
39-
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.3.0" }
39+
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.3.1" }
4040
tauri-plugin-store = { path = "../../../plugins/store", version = "2.4.0" }
4141
tauri-plugin-upload = { path = "../../../plugins/upload", version = "2.3.0" }
4242

plugins/shell/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+
- [`d865ed47`](https://github.com/tauri-apps/plugins-workspace/commit/d865ed47685c3923e894f7d10ee4c037507037e6) ([#2950](https://github.com/tauri-apps/plugins-workspace/pull/2950) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Fix sidecar with dots in the filename not working on Windows.
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/shell/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-shell"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
55
edition = { workspace = true }
66
authors = { workspace = true }

plugins/shell/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-shell",
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)