Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Nov 13, 2020
1 parent 47f67e5 commit da5c8d7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.4.3",
"version": "0.4.4",
"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.

2 changes: 1 addition & 1 deletion 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.4.2",
"version": "0.4.4",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
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.4.0",
"version": "0.4.4",
"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.

6 changes: 3 additions & 3 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.4.3",
"version": "0.4.4",
"description": "fes项目模版",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,14 +37,14 @@
"devDependencies": {
"@vue/test-utils": "^1.1.0",
"@webank/eslint-config-webank": "^0.1.4",
"@webank/fes-cli": "^0.4.2",
"@webank/fes-cli": "^0.4.4",
"chai": "^4.2.0",
"csp-html-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@antv/data-set": "^0.11.7",
"@antv/g2": "^4.0.15",
"@webank/fes-core": "^0.4.0",
"@webank/fes-core": "^0.4.4",
"@webank/fes-ui": "^0.4.0"
}
}

0 comments on commit da5c8d7

Please sign in to comment.