From 641088c0fc7c69d044dd4bbcb59752e4fd4a2c16 Mon Sep 17 00:00:00 2001 From: nemo-shen Date: Fri, 25 Feb 2022 10:03:16 +0800 Subject: [PATCH] docs(changelog): fix link mistake (#10328) --- .../vant/docs/markdown/changelog.en-US.md | 22 +++++++++---------- .../vant/docs/markdown/changelog.zh-CN.md | 22 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 93ca309b2..7a121a32a 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -22,23 +22,23 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). **Feature** -- CollapseItem: add lazy-render prop [#10270](https://github.com/issues/10270) -- Dialog: support enter/esc keyboard event [#10261](https://github.com/issues/10261) -- Locale: add Bangla (Bangladesh) [#10287](https://github.com/issues/10287) -- Locale: add Indonesian translation [#10289](https://github.com/issues/10289) -- Locale: add Italian translation [#10288](https://github.com/issues/10288) -- Locale: add Ukrainian translation [#10291](https://github.com/issues/10291) -- Locale: add Vietnamese translation [#10294](https://github.com/issues/10294) +- CollapseItem: add lazy-render prop [#10270](https://github.com/youzan/vant/issues/10270) +- Dialog: support enter/esc keyboard event [#10261](https://github.com/youzan/vant/issues/10261) +- Locale: add Bangla (Bangladesh) [#10287](https://github.com/youzan/vant/issues/10287) +- Locale: add Indonesian translation [#10289](https://github.com/youzan/vant/issues/10289) +- Locale: add Italian translation [#10288](https://github.com/youzan/vant/issues/10288) +- Locale: add Ukrainian translation [#10291](https://github.com/youzan/vant/issues/10291) +- Locale: add Vietnamese translation [#10294](https://github.com/youzan/vant/issues/10294) **style** -- SubmitBar: using english colon [#10286](https://github.com/issues/10286) +- SubmitBar: using english colon [#10286](https://github.com/youzan/vant/issues/10286) **Types** -- IndexBar: index-list prop can includes number [#10273](https://github.com/issues/10273) -- Toast: fix missing teleport prop [#10272](https://github.com/issues/10272) -- Uploader: fix UploaderBeforeRead type [#10274](https://github.com/issues/10274) +- IndexBar: index-list prop can includes number [#10273](https://github.com/youzan/vant/issues/10273) +- Toast: fix missing teleport prop [#10272](https://github.com/youzan/vant/issues/10272) +- Uploader: fix UploaderBeforeRead type [#10274](https://github.com/youzan/vant/issues/10274) ### [v3.4.4](https://github.com/youzan/vant/compare/v3.4.4...v3.4.3) diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 117ed7b36..d53b8b96a 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -22,23 +22,23 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 **Feature** -- CollapseItem: 新增 lazy-render 属性 [#10270](https://github.com/issues/10270) -- Dialog: 支持通过 enter/esc 进行键盘操作 [#10261](https://github.com/issues/10261) -- Locale: 新增 Bangla 孟加拉语 [#10287](https://github.com/issues/10287) -- Locale: 新增 Indonesian 印度尼西亚语 [#10289](https://github.com/issues/10289) -- Locale: 新增 Italian 意大利语 [#10288](https://github.com/issues/10288) -- Locale: 新增 Ukrainian 乌克兰语 [#10291](https://github.com/issues/10291) -- Locale: 新增 Vietnamese 越南语 [#10294](https://github.com/issues/10294) +- CollapseItem: 新增 lazy-render 属性 [#10270](https://github.com/youzan/vant/issues/10270) +- Dialog: 支持通过 enter/esc 进行键盘操作 [#10261](https://github.com/youzan/vant/issues/10261) +- Locale: 新增 Bangla 孟加拉语 [#10287](https://github.com/youzan/vant/issues/10287) +- Locale: 新增 Indonesian 印度尼西亚语 [#10289](https://github.com/youzan/vant/issues/10289) +- Locale: 新增 Italian 意大利语 [#10288](https://github.com/youzan/vant/issues/10288) +- Locale: 新增 Ukrainian 乌克兰语 [#10291](https://github.com/youzan/vant/issues/10291) +- Locale: 新增 Vietnamese 越南语 [#10294](https://github.com/youzan/vant/issues/10294) **style** -- SubmitBar: 将冒号调整为英文冒号 [#10286](https://github.com/issues/10286) +- SubmitBar: 将冒号调整为英文冒号 [#10286](https://github.com/youzan/vant/issues/10286) **Types** -- IndexBar: 修复 index-list 属性无法传入 number 类型的问题 [#10273](https://github.com/issues/10273) -- Toast: 修复缺少 teleport 属性定义的问题 [#10272](https://github.com/issues/10272) -- Uploader: 修复 UploaderBeforeRead 类型定义不准确的问题 [#10274](https://github.com/issues/10274) +- IndexBar: 修复 index-list 属性无法传入 number 类型的问题 [#10273](https://github.com/youzan/vant/issues/10273) +- Toast: 修复缺少 teleport 属性定义的问题 [#10272](https://github.com/youzan/vant/issues/10272) +- Uploader: 修复 UploaderBeforeRead 类型定义不准确的问题 [#10274](https://github.com/youzan/vant/issues/10274) ### [v3.4.4](https://github.com/youzan/vant/compare/v3.4.4...v3.4.3)