Skip to content

Commit

Permalink
Merge pull request #14 from crabnebula-dev/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
lucasfernog-crabnebula authored Dec 7, 2023
2 parents 5ab90b4 + ac64e8f commit ebd7242
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changes/initial-release.md

This file was deleted.

5 changes: 5 additions & 0 deletions crates/drag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## \[0.2.0]

- [`644cfa2`](https://github.com/crabnebula-dev/drag-rs/commit/644cfa28b09bee9c3de396bdcc1dc801a26d65bc) Initial release.
34 changes: 17 additions & 17 deletions crates/drag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }

Expand All @@ -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]
Expand Down
5 changes: 5 additions & 0 deletions crates/tauri-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## \[0.1.0]

- [`644cfa2`](https://github.com/crabnebula-dev/drag-rs/commit/644cfa28b09bee9c3de396bdcc1dc801a26d65bc) Initial release.
2 changes: 1 addition & 1 deletion crates/tauri-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions packages/tauri-plugin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## \[0.1.0]

- [`644cfa2`](https://github.com/crabnebula-dev/drag-rs/commit/644cfa28b09bee9c3de396bdcc1dc801a26d65bc) Initial release.
4 changes: 2 additions & 2 deletions packages/tauri-plugin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/tauri-plugin-drag",
"version": "0.0.0",
"version": "0.1.0",
"author": "Lucas <[email protected]>",
"description": "Start a drag operation out of a Tauri window",
"type": "module",
Expand All @@ -26,4 +26,4 @@
"dependencies": {
"@tauri-apps/api": "^1.0.0"
}
}
}

0 comments on commit ebd7242

Please sign in to comment.