mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
release: vant@1.4.3 (#11076)
This commit is contained in:
parent
980ab88c2e
commit
0ceb6a843c
@ -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.
|
||||
|
@ -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",
|
||||
|
@ -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
2
pnpm-lock.yaml
generated
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user