diff --git a/.changes/initial-release.md b/.changes/initial-release.md deleted file mode 100644 index ba2e796..0000000 --- a/.changes/initial-release.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@crabnebula/tauri-plugin-drag": minor -"drag": minor -"tauri-plugin-drag": minor ---- - -Initial release. diff --git a/crates/drag/CHANGELOG.md b/crates/drag/CHANGELOG.md new file mode 100644 index 0000000..16d006c --- /dev/null +++ b/crates/drag/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[0.2.0] + +- [`644cfa2`](https://github.com/crabnebula-dev/drag-rs/commit/644cfa28b09bee9c3de396bdcc1dc801a26d65bc) Initial release. diff --git a/crates/drag/Cargo.toml b/crates/drag/Cargo.toml index d599173..6314dd6 100644 --- a/crates/drag/Cargo.toml +++ b/crates/drag/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "drag" -version = "0.1.0" +version = "0.2.0" description = "Start a drag operation out of a window" -authors = ["CrabNebula Ltd."] +authors = [ "CrabNebula Ltd." ] edition = { workspace = true } license = { workspace = true } @@ -28,21 +28,21 @@ gdkx11 = "0.15" [target."cfg(target_os = \"windows\")".dependencies] dunce = "1" -[target."cfg(target_os = \"windows\")".dependencies.windows] -version = "0.51" -features = [ - "implement", - "Win32_Foundation", - "Win32_Graphics_Gdi", - "Win32_System_Com", - "Win32_System_Com_StructuredStorage", - "Win32_System_Ole", - "Win32_System_Memory", - "Win32_System_SystemServices", - "Win32_UI_Shell", - "Win32_UI_Shell_Common", - "Win32_Graphics_Imaging", - "Win32_Graphics_Gdi", + [target."cfg(target_os = \"windows\")".dependencies.windows] + version = "0.51" + features = [ + "implement", + "Win32_Foundation", + "Win32_Graphics_Gdi", + "Win32_System_Com", + "Win32_System_Com_StructuredStorage", + "Win32_System_Ole", + "Win32_System_Memory", + "Win32_System_SystemServices", + "Win32_UI_Shell", + "Win32_UI_Shell_Common", + "Win32_Graphics_Imaging", + "Win32_Graphics_Gdi" ] [features] diff --git a/crates/tauri-plugin/CHANGELOG.md b/crates/tauri-plugin/CHANGELOG.md new file mode 100644 index 0000000..38ebc8e --- /dev/null +++ b/crates/tauri-plugin/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[0.1.0] + +- [`644cfa2`](https://github.com/crabnebula-dev/drag-rs/commit/644cfa28b09bee9c3de396bdcc1dc801a26d65bc) Initial release. diff --git a/crates/tauri-plugin/Cargo.toml b/crates/tauri-plugin/Cargo.toml index e31ada4..be57e9a 100644 --- a/crates/tauri-plugin/Cargo.toml +++ b/crates/tauri-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-drag" -version = "0.0.0" +version = "0.1.0" authors = [ "CrabNebula Ltd." ] description = "Start a drag operation out of a Tauri window" edition = "2021" diff --git a/packages/tauri-plugin-api/CHANGELOG.md b/packages/tauri-plugin-api/CHANGELOG.md new file mode 100644 index 0000000..38ebc8e --- /dev/null +++ b/packages/tauri-plugin-api/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[0.1.0] + +- [`644cfa2`](https://github.com/crabnebula-dev/drag-rs/commit/644cfa28b09bee9c3de396bdcc1dc801a26d65bc) Initial release. diff --git a/packages/tauri-plugin-api/package.json b/packages/tauri-plugin-api/package.json index e040e1f..ed1588e 100644 --- a/packages/tauri-plugin-api/package.json +++ b/packages/tauri-plugin-api/package.json @@ -1,6 +1,6 @@ { "name": "@crabnebula/tauri-plugin-drag", - "version": "0.0.0", + "version": "0.1.0", "author": "Lucas ", "description": "Start a drag operation out of a Tauri window", "type": "module", @@ -26,4 +26,4 @@ "dependencies": { "@tauri-apps/api": "^1.0.0" } -} \ No newline at end of file +}