From 22ae7b5fbbcfa93c6c711811a20e1db1024a80b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 19:29:22 +0000 Subject: [PATCH] publish new versions --- .changes/positioner-panic.md | 6 ------ Cargo.lock | 2 +- plugins/positioner/CHANGELOG.md | 4 ++++ plugins/positioner/Cargo.toml | 2 +- plugins/positioner/package.json | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 .changes/positioner-panic.md diff --git a/.changes/positioner-panic.md b/.changes/positioner-panic.md deleted file mode 100644 index deeb7aac0..000000000 --- a/.changes/positioner-panic.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -positioner: patch -positioner-js: patch ---- - -Removed panics and replaced them with error handling. \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 30b7debd7..d2b525cd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6757,7 +6757,7 @@ dependencies = [ [[package]] name = "tauri-plugin-positioner" -version = "2.3.1" +version = "2.3.2" dependencies = [ "log", "serde", diff --git a/plugins/positioner/CHANGELOG.md b/plugins/positioner/CHANGELOG.md index a14f47791..5fd9c3ebd 100644 --- a/plugins/positioner/CHANGELOG.md +++ b/plugins/positioner/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.3.2] + +- [`c0d64bf7`](https://github.com/tauri-apps/plugins-workspace/commit/c0d64bf7d9c0f2c8ed1d2614745e15bbb3cde6a7) ([#3420](https://github.com/tauri-apps/plugins-workspace/pull/3420) by [@UrsDeSwardt](https://github.com/tauri-apps/plugins-workspace/../../UrsDeSwardt)) Removed panics and replaced them with error handling. + ## \[2.3.1] - [`93426f85`](https://github.com/tauri-apps/plugins-workspace/commit/93426f85120f49beb9f40222bff45185a32d54a9) Fixed an issue that caused docs.rs builds to fail. No user facing changes. diff --git a/plugins/positioner/Cargo.toml b/plugins/positioner/Cargo.toml index ea2e348f7..dec0a24e6 100644 --- a/plugins/positioner/Cargo.toml +++ b/plugins/positioner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-positioner" -version = "2.3.1" +version = "2.3.2" description = "Position your windows at well-known locations." authors = { workspace = true } license = { workspace = true } diff --git a/plugins/positioner/package.json b/plugins/positioner/package.json index 8233e5830..e91377dec 100644 --- a/plugins/positioner/package.json +++ b/plugins/positioner/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-positioner", - "version": "2.3.1", + "version": "2.3.2", "description": "Position your windows at well-known locations.", "license": "MIT OR Apache-2.0", "authors": [