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