mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): @vant/use@1.4.4 (#11464)
This commit is contained in:
parent
c76d52b5fb
commit
58fe29a611
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.4
|
||||
|
||||
- Fix `useChildren` not sort children correctly
|
||||
|
||||
## v1.4.3
|
||||
|
||||
- improve `useEventListener` typing
|
||||
|
@ -45,7 +45,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@vant/popperjs": "^1.3.0",
|
||||
"@vant/use": "^1.4.3"
|
||||
"@vant/use": "^1.4.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -50,7 +50,7 @@ importers:
|
||||
'@vant/eslint-config': workspace:*
|
||||
'@vant/icons': workspace:*
|
||||
'@vant/popperjs': ^1.3.0
|
||||
'@vant/use': ^1.4.3
|
||||
'@vant/use': ^1.4.4
|
||||
'@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