Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @howdyjs/to-control@2.1.6
 - @howdyjs/to-drag@2.1.5
  • Loading branch information
leon-kfd committed Aug 22, 2024
1 parent b4c6985 commit 2c8cc02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/to-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@howdyjs/to-control",
"version": "2.1.5",
"version": "2.1.6",
"description": "Resize or drag to move a html dom.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -24,6 +24,6 @@
"url": "https://github.com/leon-kfd/howdyjs/issues"
},
"dependencies": {
"@howdyjs/to-drag": "^2.1.4"
"@howdyjs/to-drag": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/to-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@howdyjs/to-drag",
"version": "2.1.4",
"version": "2.1.5",
"description": "设置Dom可拖动插件",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 2c8cc02

Please sign in to comment.