chore(release): publish

This commit is contained in:
bac-joker 2020-09-20 19:22:30 +08:00 committed by harrywan
parent a16f73b037
commit 3d912012ee
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.2.0", "version": "0.2.1",
"changelog": { "changelog": {
"repo": "WeBankFinTech/fes.js", "repo": "WeBankFinTech/fes.js",
"cacheDir": ".changelog", "cacheDir": ".changelog",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-template", "name": "@webank/fes-template",
"version": "0.2.0", "version": "0.2.1",
"description": "fes项目模版", "description": "fes项目模版",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -29,12 +29,12 @@
"author": "harrywan qlin", "author": "harrywan qlin",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@webank/eslint-config-webank": "^0.1.4", "@webank/eslint-config-webank": "^0.1.4",
"csp-html-webpack-plugin": "^4.0.0", "csp-html-webpack-plugin": "^4.0.0"
"@babel/runtime-corejs3": "^7.11.2"
}, },
"dependencies": { "dependencies": {
"@webank/fes-core": "^0.2.0", "@webank/fes-core": "^0.2.1",
"@webank/fes-ui": "^0.2.0" "@webank/fes-ui": "^0.2.0"
} }
} }