From 5c423d574b24fa0b3e7aaaf6a496eece432504b4 Mon Sep 17 00:00:00 2001 From: Eyelly Wu Date: Sat, 9 Sep 2023 14:24:40 +0800 Subject: [PATCH] chore: release v1.0.0 --- README.md | 8 ++++---- README_zh-CN.md | 8 ++++---- docs/dist/CHANGELOG.md | 6 +++--- docs/dist/CHANGELOG_zh-CN.md | 6 +++--- docs/dist/USAGE.md | 2 +- docs/dist/USAGE_zh-CN.md | 2 +- docs/src/changelog/index.tsx | 2 +- package.json | 3 +-- 8 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2e58582..04e71a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2

-English | [简体中文](https://github.com/i18n-pro/vue2/blob/vdoc/README_zh-CN.md) +English | [简体中文](https://github.com/i18n-pro/vue2/blob/v1.0.0/README_zh-CN.md) @@ -107,9 +107,9 @@ new Vue({ >To avoid unnecessary duplicate document content, some of the documents in this library are linked to the content in `i18n-pro`
The `i18n-pro` related link in the current document is based on the `2.0.0` version. If you are using a different version, you need to check the document corresponding to the version you are using to avoid inconsistent usage * Current Library - * [Quick Start](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/USAGE.md) - * [API](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/API.md) - * [Changelog](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/CHANGELOG.md) + * [Quick Start](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/USAGE.md) + * [API](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/API.md) + * [Changelog](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/CHANGELOG.md) * i18n-pro * [Command Line](https://github.com/i18n-pro/core/blob/v2.0.0/docs/dist/COMMAND_LINE.md) * [Matching Rules](https://github.com/i18n-pro/core/blob/v2.0.0/docs/dist/MATCH_RULE.md) diff --git a/README_zh-CN.md b/README_zh-CN.md index 73a54b8..b5dc0f4 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -1,7 +1,7 @@

适用于 Vue 2 的轻量、简单、灵活、自动翻译的国际化工具

-[English](https://github.com/i18n-pro/vue2/tree/vdoc#readme) | 简体中文 +[English](https://github.com/i18n-pro/vue2/tree/v1.0.0#readme) | 简体中文 @@ -107,9 +107,9 @@ new Vue({ >为了避免不必要的重复文档内容,该库的部分文档是链接 `i18n-pro` 中的内容
当前文档中 `i18n-pro` 相关链接是基于 `2.0.0` 版本,如果你使用的非该版本,需查看你所使用版本对应的文档,以免用法不一致 * 当前库 - * [快速上手](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/USAGE_zh-CN.md) - * [API](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/API_zh-CN.md) - * [更新日志](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/CHANGELOG_zh-CN.md) + * [快速上手](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/USAGE_zh-CN.md) + * [API](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/API_zh-CN.md) + * [更新日志](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/CHANGELOG_zh-CN.md) * i18n-pro * [命令行](https://github.com/i18n-pro/core/blob/v2.0.0/docs/dist/COMMAND_LINE_zh-CN.md) * [匹配规则](https://github.com/i18n-pro/core/blob/v2.0.0/docs/dist/MATCH_RULE_zh-CN.md) diff --git a/docs/dist/CHANGELOG.md b/docs/dist/CHANGELOG.md index d0a2db8..54ab277 100644 --- a/docs/dist/CHANGELOG.md +++ b/docs/dist/CHANGELOG.md @@ -2,19 +2,19 @@ # Changelog -English | [简体中文](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/CHANGELOG_zh-CN.md) +English | [简体中文](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/CHANGELOG_zh-CN.md)
Table of Contents -   [[1.0.0] - 2023-09-xx](#100---2023-09-xx)
+   [[1.0.0] - 2023-09-09](#100---2023-09-09)
    [API](#100-api)
      [Added](#100-api-added)
-## [1.0.0] - 2023-09-xx +## [1.0.0] - 2023-09-09

API

diff --git a/docs/dist/CHANGELOG_zh-CN.md b/docs/dist/CHANGELOG_zh-CN.md index 0615afa..462b286 100644 --- a/docs/dist/CHANGELOG_zh-CN.md +++ b/docs/dist/CHANGELOG_zh-CN.md @@ -2,19 +2,19 @@ # 更新日志 -[English](https://github.com/i18n-pro/vue2/blob/vdoc/docs/dist/CHANGELOG.md) | 简体中文 +[English](https://github.com/i18n-pro/vue2/blob/v1.0.0/docs/dist/CHANGELOG.md) | 简体中文
目录 -   [[1.0.0] - 2023-09-xx](#100---2023-09-xx)
+   [[1.0.0] - 2023-09-09](#100---2023-09-09)
    [API](#100-api)
      [Added](#100-api-added)
-## [1.0.0] - 2023-09-xx +## [1.0.0] - 2023-09-09

API

diff --git a/docs/dist/USAGE.md b/docs/dist/USAGE.md index 8a61f0c..46a33f2 100644 --- a/docs/dist/USAGE.md +++ b/docs/dist/USAGE.md @@ -142,4 +142,4 @@ You can switch languages through `$setI18n` ## 8. Demo -Real code examples can refer to [Live Demo](https://github.com/i18n-pro/vue2/tree/vdoc#live-demo) in the `README` document \ No newline at end of file +Real code examples can refer to [Live Demo](https://github.com/i18n-pro/vue2/tree/v1.0.0#live-demo) in the `README` document \ No newline at end of file diff --git a/docs/dist/USAGE_zh-CN.md b/docs/dist/USAGE_zh-CN.md index 766ddba..f5490f9 100644 --- a/docs/dist/USAGE_zh-CN.md +++ b/docs/dist/USAGE_zh-CN.md @@ -142,4 +142,4 @@ export default createI18n({ ## 8. Demo -真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/vue2/blob/vdoc/README_zh-CN.md#live-demo) \ No newline at end of file +真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/vue2/blob/v1.0.0/README_zh-CN.md#live-demo) \ No newline at end of file diff --git a/docs/src/changelog/index.tsx b/docs/src/changelog/index.tsx index 053ae36..7e78d5c 100644 --- a/docs/src/changelog/index.tsx +++ b/docs/src/changelog/index.tsx @@ -6,7 +6,7 @@ function V_1_0_0() { return (