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": {
"repo": "WeBankFinTech/fes.js",
"cacheDir": ".changelog",

View File

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

View File

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