chore(release): publish

This commit is contained in:
harrywan 2020-10-27 16:55:53 +08:00
parent 2622ef2d07
commit 0a72fba636
7 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-cli",
"version": "0.3.1",
"version": "0.4.0",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
@ -40,7 +40,6 @@
"body-parser": "^1.5.2",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"progress-bar-webpack-plugin": "^2.1.0",
"chalk": "^4.1.0",
"chokidar": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
@ -61,10 +60,14 @@
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy": "^1.12.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"json-templater": "^1.2.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^7.2.0",
"mochapack": "^2.0.5",
"mockjs": "^1.1.0",
"morgan": "^1.2.2",
"node-plus-string": "^1.0.1",
@ -72,12 +75,9 @@
"opn": "^4.0.2",
"postcss": "^7.0.32",
"postcss-loader": "^4.0.1",
"progress-bar-webpack-plugin": "^2.1.0",
"prompts": "^2.3.0",
"sass-loader": "^10.0.2",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^7.2.0",
"mochapack": "^2.0.5",
"style-loader": "^1.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "0.3.0",
"version": "0.4.0",
"description": "fes项目模版",
"main": "index.js",
"scripts": {
@ -30,16 +30,16 @@
"author": "harrywan qlin",
"license": "MIT",
"devDependencies": {
"@webank/fes-cli": "^0.3.1",
"@vue/test-utils": "^1.1.0",
"@webank/eslint-config-webank": "^0.1.4",
"csp-html-webpack-plugin": "^4.0.0",
"@webank/fes-cli": "^0.4.0",
"chai": "^4.2.0",
"@vue/test-utils": "^1.1.0"
"csp-html-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@antv/data-set": "^0.11.7",
"@antv/g2": "^4.0.15",
"@webank/fes-core": "^0.3.0",
"@webank/fes-ui": "^0.3.0"
"@webank/fes-core": "^0.4.0",
"@webank/fes-ui": "^0.4.0"
}
}

View File

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