diff --git a/.changes/fix-sidecar-dots.md b/.changes/fix-sidecar-dots.md deleted file mode 100644 index 58f001f80b..0000000000 --- a/.changes/fix-sidecar-dots.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"shell": patch -"shell-js": patch ---- - -Fix sidecar with dots in the filename not working on Windows. diff --git a/Cargo.lock b/Cargo.lock index 94ef37aa11..ec2e74e8cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "api" -version = "2.0.34" +version = "2.0.35" dependencies = [ "log", "serde", @@ -6818,7 +6818,7 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" -version = "2.3.0" +version = "2.3.1" dependencies = [ "encoding_rs", "log", diff --git a/examples/api/CHANGELOG.md b/examples/api/CHANGELOG.md index d960e340db..41aa503231 100644 --- a/examples/api/CHANGELOG.md +++ b/examples/api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.31] + +### Dependencies + +- Upgraded to `shell-js@2.3.1` + ## \[2.0.30] ### Dependencies diff --git a/examples/api/package.json b/examples/api/package.json index 598fa05178..80853a94e0 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -1,7 +1,7 @@ { "name": "api", "private": true, - "version": "2.0.30", + "version": "2.0.31", "type": "module", "scripts": { "dev": "vite --clearScreen false", @@ -26,7 +26,7 @@ "@tauri-apps/plugin-opener": "^2.5.0", "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-process": "^2.3.0", - "@tauri-apps/plugin-shell": "^2.3.0", + "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0", "@tauri-apps/plugin-updater": "^2.9.0", "@tauri-apps/plugin-upload": "^2.3.0", diff --git a/examples/api/src-tauri/CHANGELOG.md b/examples/api/src-tauri/CHANGELOG.md index 8362c4b149..ec867eda86 100644 --- a/examples/api/src-tauri/CHANGELOG.md +++ b/examples/api/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.35] + +### Dependencies + +- Upgraded to `shell@2.3.1` + ## \[2.0.34] ### Dependencies diff --git a/examples/api/src-tauri/Cargo.toml b/examples/api/src-tauri/Cargo.toml index e5915d1d82..06bccd1a66 100644 --- a/examples/api/src-tauri/Cargo.toml +++ b/examples/api/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "api" publish = false -version = "2.0.34" +version = "2.0.35" description = "An example Tauri Application showcasing the api" edition = "2021" rust-version = { workspace = true } @@ -36,7 +36,7 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version = tauri-plugin-os = { path = "../../../plugins/os", version = "2.3.1" } tauri-plugin-process = { path = "../../../plugins/process", version = "2.3.0" } tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.5.0" } -tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.3.0" } +tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.3.1" } tauri-plugin-store = { path = "../../../plugins/store", version = "2.4.0" } tauri-plugin-upload = { path = "../../../plugins/upload", version = "2.3.0" } diff --git a/plugins/shell/CHANGELOG.md b/plugins/shell/CHANGELOG.md index 39afdc9c32..5bbd3d8ea0 100644 --- a/plugins/shell/CHANGELOG.md +++ b/plugins/shell/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.3.1] + +- [`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. + ## \[2.3.0] - [`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 diff --git a/plugins/shell/Cargo.toml b/plugins/shell/Cargo.toml index 24d27ff361..fee2ce2c32 100644 --- a/plugins/shell/Cargo.toml +++ b/plugins/shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-shell" -version = "2.3.0" +version = "2.3.1" description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application." edition = { workspace = true } authors = { workspace = true } diff --git a/plugins/shell/package.json b/plugins/shell/package.json index 75f2818bb2..839c86b62f 100644 --- a/plugins/shell/package.json +++ b/plugins/shell/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-shell", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eac2726175..e6917c5d65 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,7 +102,7 @@ importers: specifier: ^2.3.0 version: link:../../plugins/process '@tauri-apps/plugin-shell': - specifier: ^2.3.0 + specifier: ^2.3.1 version: link:../../plugins/shell '@tauri-apps/plugin-store': specifier: ^2.4.0