From e171e280e4bf216b367ea51a7eaf4752ba11e1ec Mon Sep 17 00:00:00 2001 From: yuyang Date: Wed, 16 Nov 2022 18:36:24 +0800 Subject: [PATCH] chore: release 0.5.5 (#356) --- README-zh_CN.md | 13 +++++-------- README.md | 14 +++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index ad43c9c..0a41c9c 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -95,14 +95,6 @@ npm run stylelint:fix 非常欢迎您的贡献!提交您的 [Issue](https://github.com/tencent/tdesign-vue-next-starter/issues/new/choose) 或者提交 [Pull Request](https://github.com/Tencent/tdesign-vue-next-starter/pulls)。 -#### Pull Request - -1. Fork 代码! -2. 创建自己的分支: `git checkout -b feat/xxxx` -3. 提交你的修改: `git commit -a 'feat(project): describe'` -4. 推送您的分支: `git push origin feat/xxxx` -5. 提交 `pull request` - #### 贡献提交规范 - [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) @@ -114,6 +106,11 @@ npm run stylelint:fix | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 | +### 社区版本 + +基于 TDesign Vue Next 的 starter-kit 有多种社区版本,访问 [社区链接](https://tdesign.tencent.com/starter/docs/vue-next/community-link) 可以访问更多版本。 +如果您也开发了 TDesign Starter 的社区版本,可以提交 Issue 或者直接给我们提Pull Request 😊。 + ### 开源协议 TDesign 遵循 [MIT 协议](https://github.com/Tencent/tdesign-vue-next-starter/LICENSE)。 diff --git a/README.md b/README.md index dd5ed69..330b460 100644 --- a/README.md +++ b/README.md @@ -74,25 +74,21 @@ npm run build:test We welcome contributions to our project. Create your [Issue](https://github.com/tencent/tdesign-vue-next-starter/issues/new/choose) or Submit your [Pull Request](https://github.com/Tencent/tdesign-vue-next-starter/pulls). -#### Pull Request - -1. Fork it! -2. Create your branch: `git checkout -b feat/xxxx` -3. Commit: `git commit -a 'feat(project): describe'` -4. Push: `git push origin feat/xxxx` -5. New Pull Request `pull request` - #### Commit Specification - [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) - [Vue Style Guide](https://v3.vuejs.org/style-guide/#rule-categories) -### Compatibility +### Browser Support | [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 | +### Community Versions + +There are kinds of community versions of starter-kit based on TDesign Vue Next, visit [community-link](https://tdesign.tencent.com/starter/docs/vue-next/community-link) for more detail. If you developed a community versions of tdesign starter, please create a issue or submit a pull request to let us know 😊. + ### License The MIT License. Please see [the license file](LICENSE) for more information. diff --git a/package.json b/package.json index 916b22a..9bad7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdesign-vue-next-starter", - "version": "0.5.4", + "version": "0.5.5", "scripts": { "dev:mock": "vite --open --mode mock", "dev": "vite --open --mode development",