From 9d38d3c8afd29004c7d8e1a4787bb5b5f261a553 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 22 Jul 2021 19:55:45 +0800 Subject: [PATCH] docs(@vant/use): 1.2.2 --- package.json | 2 +- packages/vant-use/changelog.md | 6 ++++++ yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 628a04ea6..6e2f747a2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@vant/icons": "^1.6.0", "@vant/lazyload": "^1.2.0", "@vant/popperjs": "^1.1.0", - "@vant/use": "^1.2.1" + "@vant/use": "^1.2.2" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/vant-use/changelog.md b/packages/vant-use/changelog.md index 216805a3e..42229106a 100644 --- a/packages/vant-use/changelog.md +++ b/packages/vant-use/changelog.md @@ -1,5 +1,11 @@ # 更新日志 +### v1.2.2 + +`2021-07-22` + +- `useEventListener`: 修复 `invalid watch source` 问题 + ### v1.2.1 `2021-07-21` diff --git a/yarn.lock b/yarn.lock index 0126a6e4b..6c25766e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2015,10 +2015,10 @@ resolved "https://registry.nlark.com/@vant/touch-emulator/download/@vant/touch-emulator-1.3.0.tgz#f53a7d0c5809b91d51b7fd4c24e762673bf1f679" integrity sha1-9Tp9DFgJuR1Rt/1MJOdiZzvx9nk= -"@vant/use@^1.2.1": - version "1.2.1" - resolved "https://registry.nlark.com/@vant/use/download/@vant/use-1.2.1.tgz#0a0237d48e4ea347b2e732d55cf53869209238fc" - integrity sha1-CgI31I5Oo0ey5zLVXPU4aSCSOPw= +"@vant/use@^1.2.2": + version "1.2.2" + resolved "https://registry.nlark.com/@vant/use/download/@vant/use-1.2.2.tgz#001cd165b831c9af9b052292ed0d9cb8af4e0682" + integrity sha1-ABzRZbgxya+bBSKS7Q2cuK9OBoI= "@vue/babel-helper-vue-transform-on@^1.0.2": version "1.0.2"