From 2308f2299d2ba93cbfb40288866c4ca78238cd72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:48:22 +0100 Subject: [PATCH] publish new versions (#3203) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changes/fix-http-origin.md | 6 ----- .changes/support-file-access-mode-ios.md | 6 ----- Cargo.lock | 6 ++--- examples/api/CHANGELOG.md | 7 ++++++ examples/api/package.json | 6 ++--- examples/api/src-tauri/CHANGELOG.md | 7 ++++++ examples/api/src-tauri/Cargo.toml | 6 ++--- plugins/dialog/CHANGELOG.md | 4 ++++ plugins/dialog/Cargo.toml | 2 +- plugins/dialog/package.json | 2 +- plugins/http/CHANGELOG.md | 4 ++++ plugins/http/Cargo.toml | 2 +- plugins/http/package.json | 2 +- pnpm-lock.yaml | 28 +++++++++++++----------- 14 files changed, 50 insertions(+), 38 deletions(-) delete mode 100644 .changes/fix-http-origin.md delete mode 100644 .changes/support-file-access-mode-ios.md diff --git a/.changes/fix-http-origin.md b/.changes/fix-http-origin.md deleted file mode 100644 index 50304bdb..00000000 --- a/.changes/fix-http-origin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -http: patch -http-js: patch ---- - -Fixed an issue that caused the Origin header to always be `null` on macOS, iOS and Linux. diff --git a/.changes/support-file-access-mode-ios.md b/.changes/support-file-access-mode-ios.md deleted file mode 100644 index 39497ee5..00000000 --- a/.changes/support-file-access-mode-ios.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"dialog": minor -"dialog-js": minor ---- - -Add `fileAccessMode` option to file picker. \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 7af39952..55e33381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "api" -version = "2.0.39" +version = "2.0.40" dependencies = [ "log", "serde", @@ -6603,7 +6603,7 @@ dependencies = [ [[package]] name = "tauri-plugin-dialog" -version = "2.5.0" +version = "2.6.0" dependencies = [ "log", "raw-window-handle", @@ -6680,7 +6680,7 @@ dependencies = [ [[package]] name = "tauri-plugin-http" -version = "2.5.5" +version = "2.5.6" dependencies = [ "bytes", "cookie_store", diff --git a/examples/api/CHANGELOG.md b/examples/api/CHANGELOG.md index c4d5251c..cf0b0376 100644 --- a/examples/api/CHANGELOG.md +++ b/examples/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[2.0.36] + +### Dependencies + +- Upgraded to `http-js@2.5.6` +- Upgraded to `dialog-js@2.6.0` + ## \[2.0.35] ### Dependencies diff --git a/examples/api/package.json b/examples/api/package.json index 4c4c3e9e..a38258a3 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -1,7 +1,7 @@ { "name": "api", "private": true, - "version": "2.0.35", + "version": "2.0.36", "type": "module", "scripts": { "dev": "vite --clearScreen false", @@ -15,12 +15,12 @@ "@tauri-apps/plugin-biometric": "^2.3.2", "@tauri-apps/plugin-cli": "^2.4.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", - "@tauri-apps/plugin-dialog": "^2.5.0", + "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-geolocation": "^2.2.0", "@tauri-apps/plugin-global-shortcut": "^2.3.1", "@tauri-apps/plugin-haptics": "^2.2.0", - "@tauri-apps/plugin-http": "^2.5.5", + "@tauri-apps/plugin-http": "^2.5.6", "@tauri-apps/plugin-nfc": "^2.3.4", "@tauri-apps/plugin-notification": "^2.3.3", "@tauri-apps/plugin-opener": "^2.5.3", diff --git a/examples/api/src-tauri/CHANGELOG.md b/examples/api/src-tauri/CHANGELOG.md index 8f82de81..06cbde0b 100644 --- a/examples/api/src-tauri/CHANGELOG.md +++ b/examples/api/src-tauri/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[2.0.40] + +### Dependencies + +- Upgraded to `http@2.5.6` +- Upgraded to `dialog@2.6.0` + ## \[2.0.39] ### Dependencies diff --git a/examples/api/src-tauri/Cargo.toml b/examples/api/src-tauri/Cargo.toml index d19b5801..eabf34fa 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.39" +version = "2.0.40" description = "An example Tauri Application showcasing the api" edition = "2021" rust-version = { workspace = true } @@ -25,11 +25,11 @@ tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.4.5", features = "watch", ] } tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.3.2" } -tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.5.0" } +tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.6.0" } tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart", "cookies", -], version = "2.5.5" } +], version = "2.5.6" } tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.3.3", features = [ "windows7-compat", ] } diff --git a/plugins/dialog/CHANGELOG.md b/plugins/dialog/CHANGELOG.md index c427e980..ddf3ae20 100644 --- a/plugins/dialog/CHANGELOG.md +++ b/plugins/dialog/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.6.0] + +- [`d7a0bb32`](https://github.com/tauri-apps/plugins-workspace/commit/d7a0bb325dad919d6cc132eb3898c33540de77c4) ([#3136](https://github.com/tauri-apps/plugins-workspace/pull/3136) by [@onehumandev](https://github.com/tauri-apps/plugins-workspace/../../onehumandev)) Add `fileAccessMode` option to file picker. + ## \[2.5.0] - [`dff6fa98`](https://github.com/tauri-apps/plugins-workspace/commit/dff6fa986a9a05ba98b6ca660fea78ae97251fc2) ([#3034](https://github.com/tauri-apps/plugins-workspace/pull/3034) by [@onehumandev](https://github.com/tauri-apps/plugins-workspace/../../onehumandev)) Add `pickerMode` option to file picker (currently only used on iOS) diff --git a/plugins/dialog/Cargo.toml b/plugins/dialog/Cargo.toml index f2a67f1b..6764f4ee 100644 --- a/plugins/dialog/Cargo.toml +++ b/plugins/dialog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-dialog" -version = "2.5.0" +version = "2.6.0" description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application." edition = { workspace = true } authors = { workspace = true } diff --git a/plugins/dialog/package.json b/plugins/dialog/package.json index 64f1429b..23f1c19c 100644 --- a/plugins/dialog/package.json +++ b/plugins/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-dialog", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/http/CHANGELOG.md b/plugins/http/CHANGELOG.md index f09854dc..2f96b346 100644 --- a/plugins/http/CHANGELOG.md +++ b/plugins/http/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.5.6] + +- [`b1dbee2c`](https://github.com/tauri-apps/plugins-workspace/commit/b1dbee2c55c1aa7b64732c4cc9f8cb20520b8666) ([#3210](https://github.com/tauri-apps/plugins-workspace/pull/3210) by [@FabianLars](https://github.com/tauri-apps/plugins-workspace/../../FabianLars)) Fixed an issue that caused the Origin header to always be `null` on macOS, iOS and Linux. + ## \[2.5.5] - [`e8915f17`](https://github.com/tauri-apps/plugins-workspace/commit/e8915f17e418138f0776870353cd6ce7254b0473) ([#2562](https://github.com/tauri-apps/plugins-workspace/pull/2562) by [@amrbashir](https://github.com/tauri-apps/plugins-workspace/../../amrbashir)) Fix aborting a request in the middle of a streaming response. diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index b61200be..f57b9949 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-http" -version = "2.5.5" +version = "2.5.6" description = "Access an HTTP client written in Rust." edition = { workspace = true } authors = { workspace = true } diff --git a/plugins/http/package.json b/plugins/http/package.json index 9a3d7787..a9f3b549 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-http", - "version": "2.5.5", + "version": "2.5.6", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c2c6509..6519f369 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: specifier: ^2.3.2 version: link:../../plugins/clipboard-manager '@tauri-apps/plugin-dialog': - specifier: ^2.5.0 + specifier: ^2.6.0 version: link:../../plugins/dialog '@tauri-apps/plugin-fs': specifier: ^2.4.5 @@ -84,7 +84,7 @@ importers: specifier: ^2.2.0 version: link:../../plugins/haptics '@tauri-apps/plugin-http': - specifier: ^2.5.5 + specifier: ^2.5.6 version: link:../../plugins/http '@tauri-apps/plugin-nfc': specifier: ^2.3.4 @@ -2353,9 +2353,9 @@ snapshots: - encoding - mocha - '@covector/assemble@0.12.0': + '@covector/assemble@0.12.0(mocha@10.8.2)': dependencies: - '@covector/command': 0.8.0 + '@covector/command': 0.8.0(mocha@10.8.2) '@covector/files': 0.8.0 effection: 2.0.8(mocha@10.8.2) js-yaml: 4.1.1 @@ -2366,9 +2366,10 @@ snapshots: unified: 9.2.2 transitivePeerDependencies: - encoding + - mocha - supports-color - '@covector/changelog@0.12.0': + '@covector/changelog@0.12.0(mocha@10.8.2)': dependencies: '@covector/files': 0.8.0 effection: 2.0.8(mocha@10.8.2) @@ -2378,14 +2379,16 @@ snapshots: unified: 9.2.2 transitivePeerDependencies: - encoding + - mocha - supports-color - '@covector/command@0.8.0': + '@covector/command@0.8.0(mocha@10.8.2)': dependencies: - '@effection/process': 2.1.4 + '@effection/process': 2.1.4(mocha@10.8.2) effection: 2.0.8(mocha@10.8.2) transitivePeerDependencies: - encoding + - mocha '@covector/files@0.8.0': dependencies: @@ -2432,10 +2435,8 @@ snapshots: dependencies: effection: 2.0.8(mocha@10.8.2) mocha: 10.8.2 - transitivePeerDependencies: - - encoding - '@effection/process@2.1.4': + '@effection/process@2.1.4(mocha@10.8.2)': dependencies: cross-spawn: 7.0.6 ctrlc-windows: 2.2.0 @@ -2443,6 +2444,7 @@ snapshots: shellwords: 0.1.1 transitivePeerDependencies: - encoding + - mocha '@effection/stream@2.0.6': dependencies: @@ -3281,9 +3283,9 @@ snapshots: dependencies: '@clack/prompts': 0.7.0 '@covector/apply': 0.10.0(mocha@10.8.2) - '@covector/assemble': 0.12.0 - '@covector/changelog': 0.12.0 - '@covector/command': 0.8.0 + '@covector/assemble': 0.12.0(mocha@10.8.2) + '@covector/changelog': 0.12.0(mocha@10.8.2) + '@covector/command': 0.8.0(mocha@10.8.2) '@covector/files': 0.8.0 effection: 2.0.8(mocha@10.8.2) globby: 11.1.0