Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Oct 27, 2020
1 parent 2622ef2 commit 0a72fba
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.4.0",
"changelog": {
"repo": "WeBankFinTech/fes.js",
"cacheDir": ".changelog",
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/fes-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-cli",
"version": "0.3.1",
"version": "0.4.0",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
Expand Down Expand Up @@ -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",
Expand All @@ -61,23 +60,24 @@
"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",
"node-sass": "^4.14.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/fes-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "0.3.0",
"version": "0.4.0",
"description": "fes项目模版",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/fes-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0a72fba

Please sign in to comment.