From 3012e7c7056cc86207587fcbf105bbe6cce12d02 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 26 Nov 2022 22:11:42 +0800 Subject: [PATCH] docs(changelog): vant@3.6.8 (#11314) --- packages/vant/docs/markdown/changelog.en-US.md | 14 ++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index fb1fa8d99..fb1c30e50 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,20 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.6.8](https://github.com/vant-ui/vant/compare/v3.6.7...v3.6.8) + +`2022-11-26` + +- Switch npm tag of vant@3 to `latest-v3` + +### [v3.6.7](https://github.com/vant-ui/vant/compare/v3.6.6...v3.6.7) + +`2022-11-26` + +**Bug Fixes** + +- Field: keep selection position after updating value [#11308](https://github.com/vant-ui/vant/issues/11308) + ### [v3.6.6](https://github.com/vant-ui/vant/compare/v3.6.5...v3.6.6) `2022-11-23` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index b2b75e77f..7a1670fbd 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,20 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.6.8](https://github.com/vant-ui/vant/compare/v3.6.7...v3.6.8) + +`2022-11-26` + +- 将 vant@3 的 npm tag 切换至 `latest-v3` + +### [v3.6.7](https://github.com/vant-ui/vant/compare/v3.6.6...v3.6.7) + +`2022-11-26` + +**Bug Fixes** + +- Field: keep selection position after updating value [#11308](https://github.com/vant-ui/vant/issues/11308) + ### [v3.6.6](https://github.com/vant-ui/vant/compare/v3.6.5...v3.6.6) `2022-11-23`