Merge remote-tracking branch 'origin/dev' into next

This commit is contained in:
FabianLars
2023-04-26 16:56:03 +02:00
76 changed files with 1846 additions and 914 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-positioner"
version = "0.2.7"
version = "1.0.4"
description = "Position your windows at well-known locations."
authors.workspace = true
license.workspace = true
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "tauri-plugin-positioner-api",
"version": "0.0.0",
"version": "0.2.7",
"description": "Position your windows at well-known locations.",
"license": "MIT or APACHE-2.0",
"authors": [
@@ -25,7 +25,7 @@
"LICENSE"
],
"devDependencies": {
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0"