Skip to content

Commit

Permalink
release 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fXy-during committed Feb 23, 2021
1 parent 0abaa0a commit a8db99b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/feflow-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/cli",
"version": "0.22.3",
"version": "0.23.0",
"description": "A front-end flow tool.",
"main": "./lib/index.js",
"directories": {
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@feflow/feflow-plugin-devtool": "^0.0.4",
"@feflow/report": "^0.3.0",
"@feflow/report": "^0.4.0",
"abbrev": "^1.1.1",
"axios": "^0.21.1",
"bunyan": "^1.8.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-packager/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/packager",
"version": "0.1.0",
"version": "0.2.0",
"description": "Feflow packager",
"directories": {
"lib": "lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/feflow-plugin-devtool/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/feflow-plugin-devtool",
"version": "0.1.0",
"version": "0.2.0",
"description": "Feflow internal plugins",
"main": "./lib/index.js",
"directories": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@feflow/report": "^0.3.0",
"@feflow/report": "^0.4.0",
"abbrev": "^1.1.1",
"bunyan": "^1.8.12",
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-report/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/report",
"version": "0.3.0",
"version": "0.4.0",
"description": "feflow report sdk",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit a8db99b

Please sign in to comment.