Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @howdyjs/img-zoom@2.1.2
 - @howdyjs/mouse-menu@2.1.3
 - @howdyjs/to-control@2.1.4
 - @howdyjs/to-drag@2.1.3
  • Loading branch information
leon-kfd committed Mar 5, 2024
1 parent 9dd45f7 commit 4c3384d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/img-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@howdyjs/img-zoom",
"version": "2.1.1",
"version": "2.1.2",
"description": "图片放大插件",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mouse-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@howdyjs/mouse-menu",
"version": "2.1.2",
"version": "2.1.3",
"description": "右键菜单组件",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
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.3",
"version": "2.1.4",
"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.2"
"@howdyjs/to-drag": "^2.1.3"
}
}
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.2",
"version": "2.1.3",
"description": "设置Dom可拖动插件",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 4c3384d

Please sign in to comment.