Compare commits

...

2 Commits

Author SHA1 Message Date
neverland
7abb6bd6f9
docs(changelog): 3.6.10 (#11352) 2022-12-03 20:27:33 +08:00
chenjiahan
9e53bd5f89 release: 3.6.10 2022-12-03 20:26:05 +08:00
3 changed files with 17 additions and 1 deletions

View File

@ -19,6 +19,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v3.6.10](https://github.com/vant-ui/vant/compare/v3.6.9...v3.6.10)
`2022-12-03`
**Bug Fixes**
- Field: incorrect cursor position when using formatter [#11348](https://github.com/vant-ui/vant/issues/11348)
### [v3.6.9](https://github.com/vant-ui/vant/compare/v3.6.8...v3.6.9)
`2022-12-01`

View File

@ -19,6 +19,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v3.6.10](https://github.com/vant-ui/vant/compare/v3.6.9...v3.6.10)
`2022-12-03`
**Bug Fixes**
- Field: 修复使用 formatter 时光标位置错误的问题 [#11348](https://github.com/vant-ui/vant/issues/11348)
### [v3.6.9](https://github.com/vant-ui/vant/compare/v3.6.8...v3.6.9)
`2022-12-01`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "3.6.9",
"version": "3.6.10",
"description": "Lightweight Mobile UI Components built on Vue",
"main": "lib/vant.cjs.js",
"module": "es/index.mjs",