release: vant@1.4.3 (#11076)

This commit is contained in:
neverland 2022-09-22 23:18:05 +08:00 committed by GitHub
parent 980ab88c2e
commit 0ceb6a843c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## v1.4.3
- improve `useEventListener` typing
## v1.4.2
- `useClickAway` support multiple targets
## v1.4.1
- Add `exports` field to package.json, support nuxt 3.

View File

@ -1,6 +1,6 @@
{
"name": "@vant/use",
"version": "1.4.2",
"version": "1.4.3",
"description": "Vant Composition API",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",

View File

@ -48,7 +48,7 @@
],
"dependencies": {
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.4.2"
"@vant/use": "^1.4.3"
},
"peerDependencies": {
"vue": "^3.0.0"

2
pnpm-lock.yaml generated
View File

@ -52,7 +52,7 @@ importers:
'@vant/eslint-config': workspace:*
'@vant/icons': workspace:*
'@vant/popperjs': ^1.3.0
'@vant/use': ^1.4.2
'@vant/use': ^1.4.3
'@vue/runtime-core': ^3.2.38
'@vue/test-utils': ^2.0.2
typescript: ^4.8.2