chore(release): publish

This commit is contained in:
bac-joker 2020-09-19 19:11:33 +08:00 committed by harrywan
parent 6b8d8726cc
commit fd85126f66
6 changed files with 16 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"changelog": {
"repo": "WeBankFinTech/fes.js",
"cacheDir": ".changelog",
@ -17,7 +17,10 @@
},
"command": {
"publish": {
"ignoreChanges": ["*.md", "**/test/**"],
"ignoreChanges": [
"*.md",
"**/test/**"
],
"message": "chore(release): publish"
},
"version": {
@ -28,5 +31,8 @@
"packages/*"
],
"npmClient": "npm",
"ignoreChanges": ["**/test/**", "**/*.md"]
"ignoreChanges": [
"**/test/**",
"**/*.md"
]
}

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-cli",
"version": "0.1.6",
"version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-cli",
"version": "0.1.6",
"version": "0.2.0",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-core",
"version": "0.1.4",
"version": "0.2.0",
"description": "一个好用的前端管理台快速开发框架",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "0.1.6",
"version": "0.2.0",
"description": "fes项目模版",
"main": "index.js",
"scripts": {
@ -33,7 +33,7 @@
"csp-html-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@webank/fes-core": "^0.1.4",
"@webank/fes-ui": "^0.1.3"
"@webank/fes-core": "^0.2.0",
"@webank/fes-ui": "^0.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-ui",
"version": "0.1.3",
"version": "0.2.0",
"description": "基于Vue2.0适用于PC管理端的组件库",
"main": "dist/fes-ui.js",
"scripts": {