chore(release): publish

This commit is contained in:
harrywan 2020-11-13 14:27:30 +08:00
parent 47f67e54f1
commit da5c8d73d5
6 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-core", "name": "@webank/fes-core",
"version": "0.4.0", "version": "0.4.4",
"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.4.3", "version": "0.4.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-template", "name": "@webank/fes-template",
"version": "0.4.3", "version": "0.4.4",
"description": "fes项目模版", "description": "fes项目模版",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -37,14 +37,14 @@
"devDependencies": { "devDependencies": {
"@vue/test-utils": "^1.1.0", "@vue/test-utils": "^1.1.0",
"@webank/eslint-config-webank": "^0.1.4", "@webank/eslint-config-webank": "^0.1.4",
"@webank/fes-cli": "^0.4.2", "@webank/fes-cli": "^0.4.4",
"chai": "^4.2.0", "chai": "^4.2.0",
"csp-html-webpack-plugin": "^4.0.0" "csp-html-webpack-plugin": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.11.7", "@antv/data-set": "^0.11.7",
"@antv/g2": "^4.0.15", "@antv/g2": "^4.0.15",
"@webank/fes-core": "^0.4.0", "@webank/fes-core": "^0.4.4",
"@webank/fes-ui": "^0.4.0" "@webank/fes-ui": "^0.4.0"
} }
} }