mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
chore(release): publish
This commit is contained in:
parent
6b8d8726cc
commit
fd85126f66
12
lerna.json
12
lerna.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "WeBankFinTech/fes.js",
|
"repo": "WeBankFinTech/fes.js",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
@ -17,7 +17,10 @@
|
|||||||
},
|
},
|
||||||
"command": {
|
"command": {
|
||||||
"publish": {
|
"publish": {
|
||||||
"ignoreChanges": ["*.md", "**/test/**"],
|
"ignoreChanges": [
|
||||||
|
"*.md",
|
||||||
|
"**/test/**"
|
||||||
|
],
|
||||||
"message": "chore(release): publish"
|
"message": "chore(release): publish"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
@ -28,5 +31,8 @@
|
|||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"npmClient": "npm",
|
"npmClient": "npm",
|
||||||
"ignoreChanges": ["**/test/**", "**/*.md"]
|
"ignoreChanges": [
|
||||||
|
"**/test/**",
|
||||||
|
"**/*.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
2
packages/fes-cli/package-lock.json
generated
2
packages/fes-cli/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-cli",
|
"name": "@webank/fes-cli",
|
||||||
"version": "0.1.6",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-cli",
|
"name": "@webank/fes-cli",
|
||||||
"version": "0.1.6",
|
"version": "0.2.0",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-core",
|
"name": "@webank/fes-core",
|
||||||
"version": "0.1.4",
|
"version": "0.2.0",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-template",
|
"name": "@webank/fes-template",
|
||||||
"version": "0.1.6",
|
"version": "0.2.0",
|
||||||
"description": "fes项目模版",
|
"description": "fes项目模版",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"csp-html-webpack-plugin": "^4.0.0"
|
"csp-html-webpack-plugin": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webank/fes-core": "^0.1.4",
|
"@webank/fes-core": "^0.2.0",
|
||||||
"@webank/fes-ui": "^0.1.3"
|
"@webank/fes-ui": "^0.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-ui",
|
"name": "@webank/fes-ui",
|
||||||
"version": "0.1.3",
|
"version": "0.2.0",
|
||||||
"description": "基于Vue2.0,适用于PC管理端的组件库",
|
"description": "基于Vue2.0,适用于PC管理端的组件库",
|
||||||
"main": "dist/fes-ui.js",
|
"main": "dist/fes-ui.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user