docs(changelog): @vant/use v1.5.0

This commit is contained in:
chenjiahan 2023-02-04 21:15:32 +08:00
parent ea1efbce95
commit ebbdf728f9
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v1.5.0
- `useEventListener` now returns a cleanup function
## v1.4.4 ## v1.4.4
- Fix `useChildren` not sort children correctly - Fix `useChildren` not sort children correctly

View File

@ -45,7 +45,7 @@
], ],
"dependencies": { "dependencies": {
"@vant/popperjs": "^1.3.0", "@vant/popperjs": "^1.3.0",
"@vant/use": "^1.4.4" "@vant/use": "^1.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"

2
pnpm-lock.yaml generated
View File

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