Skip to content

Commit ce50b29

Browse files
committed
feat: update docs
1 parent c2a905c commit ce50b29

File tree

5 files changed

+262
-216
lines changed

5 files changed

+262
-216
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
auto-install-peers=true
22
strict-peer-dependencies=false
3-
registry=https://registry.npmmirror.com
3+
registry=https://registry.npmjs.org/

.release-it.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"plugins": {
3+
"@release-it/conventional-changelog": {
4+
"preset": "angular",
5+
"infile": "CHANGELOG.md"
6+
}
7+
},
8+
"git": {
9+
"commitMessage": "chore: release v${version}"
10+
},
11+
"github": {
12+
"release": true,
13+
"draft": false
14+
},
15+
"npm": {
16+
"publish": true
17+
},
18+
"publishConfig": {
19+
"access": "public",
20+
"registry": "https://registry.npmjs.org/"
21+
},
22+
"hooks": {
23+
"before:init": ["npm version"],
24+
"after:bump": ["npm run build"],
25+
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
26+
}
27+
}

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
A Vue.js 3 UI library
44

55
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli)
6-
[![Wei Design](https://img.shields.io/npm/v/@wei-design/web-vue.svg?style=flat-square)](https://www.npmjs.org/package/@wei-design/web-vue)
6+
[![web-vue](https://img.shields.io/npm/v/@wei-design/web-vue.svg?style=flat-square)](https://www.npmjs.org/package/@wei-design/web-vue)
7+
[![web-vue](https://img.shields.io/npm/dt/@wei-design/web-vue)](https://www.npmjs.org/package/@wei-design/web-vue)
8+
![](https://img.shields.io/github/stars/wei-design/web-vue#crop=0&crop=0&crop=1&crop=1&id=o8sRG&originHeight=20&originWidth=54&originalType=binary&ratio=1&rotation=0&showTitle=false&status=done&style=none&title=)
79

810
---
911

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"release:major": "npm run release -- --release-as major",
3939
"release:minor": "npm run release -- --release-as minor",
4040
"release:patch": "npm run release -- --release-as patch",
41-
"prepublishOnly": "npm run lib:clean && yarn run lib:build"
41+
"prepublishOnly": "npm run lib:clean && npm run lib:build"
4242
},
4343
"homepage": "https://wei-design.github.io/web-vue/",
4444
"repository": {
@@ -110,7 +110,7 @@
110110
}
111111
},
112112
"engines": {
113-
"node": ">=16.0.0"
113+
"node": ">=18.0.0"
114114
},
115115
"commitlint": {
116116
"extends": [

0 commit comments

Comments
 (0)