Skip to content

Commit 29b378e

Browse files
authored
chore: release 0.4.4 (#193)
1 parent 0eef781 commit 29b378e

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

README-zh_CN.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ npm run stylelint:fix
9494

9595
非常欢迎您的贡献!提交您的 [Issue](https://github.com/tencent/tdesign-vue-starter/issues/new/choose) 或者提交 [Pull Request](https://github.com/Tencent/tdesign-vue-starter/pulls)
9696

97-
#### Pull Request
98-
99-
1. Fork 代码!
100-
2. 创建自己的分支: `git checkout -b feat/xxxx`
101-
3. 提交你的修改: `git commit -a 'feat(project): describe'`
102-
4. 推送您的分支: `git push origin feat/xxxx`
103-
5. 提交 `pull request`
104-
10597
#### 贡献提交规范
10698

10799
- [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)
@@ -113,6 +105,11 @@ npm run stylelint:fix
113105
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
114106
| Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |
115107

108+
### 社区版本
109+
110+
基于 TDesign Vue 的 starter-kit 有多种社区版本,访问 [社区链接](https://tdesign.tencent.com/starter/docs/vue/community-link) 可以访问更多版本。
111+
如果您也开发了 TDesign Starter 的社区版本,可以提交 Issue 或者直接给我们提Pull Request 😊。
112+
116113
### 开源协议
117114

118115
TDesign 遵循 [MIT 协议](https://github.com/Tencent/tdesign-vue-starter/LICENSE)

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,21 @@ npm run build:test
7474

7575
We welcome contributions to our project. Create your [Issue](https://github.com/tencent/tdesign-vue-starter/issues/new/choose) or Submit your [Pull Request](https://github.com/Tencent/tdesign-vue-starter/pulls).
7676

77-
#### Pull Request
78-
79-
1. Fork it!
80-
2. Create your branch: `git checkout -b feat/xxxx`
81-
3. Commit: `git commit -a 'feat(project): describe'`
82-
4. Push: `git push origin feat/xxxx`
83-
5. New Pull Request `pull request`
84-
8577
#### Commit Specification
8678

8779
- [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)
8880
- [Vue Style Guide](https://v3.vuejs.org/style-guide/#rule-categories)
8981

90-
### Compatibility
82+
### Browser Support
9183

9284
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br> IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
9385
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9486
| Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |
9587

88+
### Community Versions
89+
90+
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 😊.
91+
9692
### License
9793

9894
The MIT License. Please see [the license file](LICENSE) for more information.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-vue-starter",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"scripts": {
55
"dev:mock": "vite --open --mode mock",
66
"dev": "vite --open --mode development",
@@ -24,7 +24,7 @@
2424
"nprogress": "^0.2.0",
2525
"qrcode.vue": "^1.7.0",
2626
"tdesign-icons-vue": "^0.1.0",
27-
"tdesign-vue": "0.50.0",
27+
"tdesign-vue": "^0.50.0",
2828
"tvision-color": "~1.4.0",
2929
"typescript": "^4.2.4",
3030
"vue": "~2.6.14",

0 commit comments

Comments
 (0)