From a08d7357f31b633dd1f2eeeb63becc5292dcb5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Tue, 26 Nov 2019 20:29:45 +0800 Subject: [PATCH] chore(touch-emulator): release 1.2.0 --- packages/vant-touch-emulator/index.js | 1 - packages/vant-touch-emulator/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/vant-touch-emulator/index.js b/packages/vant-touch-emulator/index.js index b1f754978..92674603c 100644 --- a/packages/vant-touch-emulator/index.js +++ b/packages/vant-touch-emulator/index.js @@ -104,7 +104,6 @@ function onMouse(touchType) { return } - // The EventTarget on which the touch point started when it was first placed on the surface, // even if the touch point has since moved outside the interactive area of that element. // also, when the target doesnt exist anymore, we update it diff --git a/packages/vant-touch-emulator/package.json b/packages/vant-touch-emulator/package.json index cd89a4e20..5a0e56734 100644 --- a/packages/vant-touch-emulator/package.json +++ b/packages/vant-touch-emulator/package.json @@ -1,6 +1,6 @@ { "name": "@vant/touch-emulator", - "version": "1.1.0", + "version": "1.2.0", "description": "Vant touch emulator", "main": "index.js", "publishConfig": {