Compare commits

..

No commits in common. "4c2b64ffa87a0012fc3df1c605bc0ea991b674dc" and "daaaa84945e7cdc8fa5af4d2a3b39f1d3ee05d5d" have entirely different histories.

3 changed files with 1 additions and 17 deletions

View File

@ -16,14 +16,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.12.46](https://github.com/youzan/vant/compare/v2.12.45...v2.12.46)
`2022-03-30`
**Bug Fixes**
- TabBar: fix route matching in special cases [#10447](https://github.com/youzan/vant/issues/10447)
### [v2.12.45](https://github.com/youzan/vant/compare/v2.12.44...v2.12.45)
`2022-03-18`

View File

@ -22,14 +22,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.12.46](https://github.com/youzan/vant/compare/v2.12.45...v2.12.46)
`2022-03-30`
**Bug Fixes**
- TabBar: 修复个别情况下路由匹配不正确的问题 [#10447](https://github.com/youzan/vant/issues/10447)
### [v2.12.45](https://github.com/youzan/vant/compare/v2.12.44...v2.12.45)
`2022-03-18`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.12.46",
"version": "2.12.45",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",