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 30, 2023
1 parent f1c62fa commit fe21dd0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.

6 changes: 3 additions & 3 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.27.0",
"version": "0.27.1",
"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.4",
"@feflow/report": "^0.6.4",
"@feflow/feflow-plugin-devtool": "^0.4.5",
"@feflow/report": "^0.6.5",
"@types/abbrev": "^1.1.0",
"@types/bunyan": "^1.8.7",
"@types/command-line-usage": "^5.0.1",
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.4",
"version": "0.4.5",
"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.27.0"
"@feflow/cli": "^0.27.1"
},
"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.4",
"version": "0.6.5",
"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.27.0"
"@feflow/cli": "^0.27.1"
},
"files": [
"lib",
Expand Down

0 comments on commit fe21dd0

Please sign in to comment.