Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @howdyjs/to-control@2.1.2
 - @howdyjs/to-drag@2.1.2
  • Loading branch information
leon-kfd committed Jan 10, 2024
1 parent 7b6aebf commit e0f5cb3
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.1",
"version": "2.1.2",
"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.1"
"@howdyjs/to-drag": "^2.1.2"
}
}
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.1",
"version": "2.1.2",
"description": "设置Dom可拖动插件",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit e0f5cb3

Please sign in to comment.