chore(release): publish

This commit is contained in:
harrywan 2020-10-22 10:11:42 +08:00
parent f6c3f5fd88
commit 530317cc05
7 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "0.2.4",
"version": "0.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "0.2.4",
"version": "0.3.0",
"description": "fes项目模版",
"main": "index.js",
"scripts": {
@ -36,7 +36,7 @@
"@antv/data-set": "^0.11.7",
"@antv/g2": "^4.0.15",
"@babel/runtime-corejs3": "^7.11.2",
"@webank/fes-core": "^0.2.4",
"@webank/fes-ui": "^0.2.4"
"@webank/fes-core": "^0.3.0",
"@webank/fes-ui": "^0.3.0"
}
}

View File

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