Skip to content

Commit

Permalink
Merge pull request #32 from crabnebula-dev/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
lucasfernog-crabnebula authored Apr 25, 2024
2 parents 7c07f5d + d6234aa commit 9faf7bb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changes/es2019.md

This file was deleted.

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

## \[0.1.1]

- [`6698e65`](https://github.com/crabnebula-dev/drag-rs/commit/6698e655215e649d8a40d4c8d6d328ca595ce2d8) Target ES2019 for macOS 10.14 compatibility.

## \[0.1.0]

- [`f2d2631`](https://github.com/crabnebula-dev/drag-rs/commit/f2d26319d59dc9d92b4fc2b244d74f7b75f724b3) Initial release.
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-plugin-drag-as-window/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-drag-as-window"
version = "0.1.0"
version = "0.1.1"
authors = [ "CrabNebula Ltd." ]
description = "Start a drag operation from a DOM element to its own window"
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions crates/tauri-plugin-drag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.3.1]

- [`6698e65`](https://github.com/crabnebula-dev/drag-rs/commit/6698e655215e649d8a40d4c8d6d328ca595ce2d8) Target ES2019 for macOS 10.14 compatibility.

## \[0.3.0]

- [`dd3f087`](https://github.com/crabnebula-dev/drag-rs/commit/dd3f0873ae2406968d412d9dfdc1c79a5ed5533e)([#25](https://github.com/crabnebula-dev/drag-rs/pull/25)) Changed the onEvent callback payload from `DragResult` to `{ result: DragResult, cursorPos: CursorPosition }`.
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-plugin-drag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-drag"
version = "0.3.0"
version = "0.3.1"
authors = [ "CrabNebula Ltd." ]
description = "Start a drag operation out of a Tauri window"
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions packages/tauri-plugin-drag-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.3.1]

- [`6698e65`](https://github.com/crabnebula-dev/drag-rs/commit/6698e655215e649d8a40d4c8d6d328ca595ce2d8) Target ES2019 for macOS 10.14 compatibility.

## \[0.3.0]

- [`dd3f087`](https://github.com/crabnebula-dev/drag-rs/commit/dd3f0873ae2406968d412d9dfdc1c79a5ed5533e)([#25](https://github.com/crabnebula-dev/drag-rs/pull/25)) Changed the onEvent callback payload from `DragResult` to `{ result: DragResult, cursorPos: CursorPosition }`.
Expand Down
2 changes: 1 addition & 1 deletion packages/tauri-plugin-drag-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/tauri-plugin-drag",
"version": "0.3.0",
"version": "0.3.1",
"author": "Lucas <[email protected]>",
"description": "Start a drag operation out of a Tauri window",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/tauri-plugin-drag-as-window-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.1.1]

- [`6698e65`](https://github.com/crabnebula-dev/drag-rs/commit/6698e655215e649d8a40d4c8d6d328ca595ce2d8) Target ES2019 for macOS 10.14 compatibility.

## \[0.1.0]

- [`f2d2631`](https://github.com/crabnebula-dev/drag-rs/commit/f2d26319d59dc9d92b4fc2b244d74f7b75f724b3) Initial release.
2 changes: 1 addition & 1 deletion packages/tauri-plugin-drag-as-window-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/tauri-plugin-drag-as-window",
"version": "0.1.0",
"version": "0.1.1",
"author": "Lucas <[email protected]>",
"description": "Start a drag operation from a DOM element to its own window",
"type": "module",
Expand Down

0 comments on commit 9faf7bb

Please sign in to comment.