From 42a5f79c2c844a23dcb6e210f8d69aef41e6f250 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 18 Nov 2021 15:10:46 +0800 Subject: [PATCH] docs(@vant/use): changelog v1.3.4 --- packages/vant-use/changelog.md | 6 +++++- packages/vant/package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/vant-use/changelog.md b/packages/vant-use/changelog.md index 096069f8c..312928572 100644 --- a/packages/vant-use/changelog.md +++ b/packages/vant-use/changelog.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.4 + +- Fix useClickAway failed in SSR + ### v1.3.3 - Allow to call useWindowSize outside setup @@ -7,7 +11,7 @@ ### v1.3.2 --Remove passive event polyfill +- Remove passive event polyfill ### v1.3.1 diff --git a/packages/vant/package.json b/packages/vant/package.json index cb106e727..cd1019e13 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -46,7 +46,7 @@ "dependencies": { "@vant/icons": "^1.7.1", "@vant/popperjs": "^1.1.0", - "@vant/use": "^1.3.3" + "@vant/use": "^1.3.4" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a9026a05..d156baa8e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,7 +53,7 @@ importers: '@vant/cli': workspace:* '@vant/icons': ^1.7.1 '@vant/popperjs': ^1.1.0 - '@vant/use': ^1.3.3 + '@vant/use': ^1.3.4 '@vue/compiler-sfc': ^3.2.20 '@vue/runtime-core': ^3.2.20 '@vue/test-utils': ^2.0.0-rc.16