docs(@vant/use): changelog 1.3.6

This commit is contained in:
chenjiahan 2022-03-09 18:48:06 +08:00
parent 1040afdda6
commit f95239006c
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v1.3.6
- Fix missing VisibilityState type
## v1.3.5
- Fix useChildren missing subTree when flattening vnodes

View File

@ -63,7 +63,7 @@
"dependencies": {
"@vant/icons": "^1.7.1",
"@vant/popperjs": "^1.1.0",
"@vant/use": "^1.3.5"
"@vant/use": "^1.3.6"
},
"peerDependencies": {
"vue": "^3.0.0"

2
pnpm-lock.yaml generated
View File

@ -54,7 +54,7 @@ importers:
'@vant/eslint-config': workspace:*
'@vant/icons': ^1.7.1
'@vant/popperjs': ^1.1.0
'@vant/use': ^1.3.5
'@vant/use': ^1.3.6
'@vue/runtime-core': ^3.2.27
'@vue/test-utils': ^2.0.0-rc.16
typescript: ~4.5.2