Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqxxu committed Jun 18, 2023
1 parent eabb9a8 commit 90577be
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/feflow-cli/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/feflow-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feflow/cli",
"version": "0.26.3",
"version": "0.27.0",
"description": "A front-end flow tool.",
"main": "./lib/index.js",
"directories": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@types/nedb": "^1.8.10"
},
"dependencies": {
"@feflow/feflow-plugin-devtool": "^0.4.3",
"@feflow/report": "^0.6.3",
"@feflow/feflow-plugin-devtool": "^0.4.4",
"@feflow/report": "^0.6.4",
"@types/abbrev": "^1.1.0",
"@types/bunyan": "^1.8.7",
"@types/command-line-usage": "^5.0.1",
Expand All @@ -56,8 +56,8 @@
"@types/osenv": "^0.1.0",
"@types/ps-node": "^0.1.1",
"@types/request-promise": "^4.1.45",
"@types/yeoman-environment": "^2.10.8",
"@types/semver": "^6.0.1",
"@types/yeoman-environment": "^2.10.8",
"abbrev": "^1.1.1",
"axios": "^0.21.1",
"bunyan": "^1.8.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-plugin-devtool/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/feflow-plugin-devtool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feflow/feflow-plugin-devtool",
"version": "0.4.3",
"version": "0.4.4",
"description": "Feflow internal plugins",
"main": "./lib/index.js",
"directories": {
Expand All @@ -22,7 +22,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"devDependencies": {
"@feflow/cli": "^0.26.3"
"@feflow/cli": "^0.27.0"
},
"dependencies": {
"@types/abbrev": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-report/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/feflow-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feflow/report",
"version": "0.6.3",
"version": "0.6.4",
"description": "feflow report sdk",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "fXy-during <[email protected]>",
"license": "ISC",
"devDependencies": {
"@feflow/cli": "^0.26.3"
"@feflow/cli": "^0.27.0"
},
"files": [
"lib",
Expand Down

0 comments on commit 90577be

Please sign in to comment.