Skip to content

Commit

Permalink
build: pushes new build items after release
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Dec 4, 2024
1 parent 74433a7 commit 5b90b85
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@ function updateConfig(parent, config) {
});
}
function handleParentDrop(data, state2) {
data.e.stopPropagation();
dropped = true;
const config = data.targetData.parent.data.config;
config.handleEnd(state2);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ function updateConfig(parent, config) {
});
}
function handleParentDrop(data, state2) {
data.e.stopPropagation();
dropped = true;
const config = data.targetData.parent.data.config;
config.handleEnd(state2);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formkit/drag-and-drop",
"version": "0.2.5",
"version": "0.2.6",
"description": "Drag and drop package.",
"main": "./index.cjs",
"types": "./index.d.cts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"description": "Drag and drop package.",
"main": "./index.cjs",
Expand Down

0 comments on commit 5b90b85

Please sign in to comment.