publish new versions

This commit is contained in:
github-actions[bot]
2026-05-23 19:29:22 +00:00
committed by GitHub
parent e571e0be9d
commit 22ae7b5fbb
5 changed files with 7 additions and 9 deletions
-6
View File
@@ -1,6 +0,0 @@
---
positioner: patch
positioner-js: patch
---
Removed panics and replaced them with error handling.
Generated
+1 -1
View File
@@ -6757,7 +6757,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-positioner"
version = "2.3.1"
version = "2.3.2"
dependencies = [
"log",
"serde",
+4
View File
@@ -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.
+1 -1
View File
@@ -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 }
+1 -1
View File
@@ -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": [