Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @feflow/cli@0.26.2
 - @feflow/feflow-plugin-devtool@0.4.2
 - @feflow/report@0.6.2
  • Loading branch information
alexqxxu committed Feb 22, 2023
1 parent edb4179 commit d47eb10
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
@@ -1,6 +1,6 @@
{
"name": "@feflow/cli",
"version": "0.26.1",
"version": "0.26.2",
"description": "A front-end flow tool.",
"main": "./lib/index.js",
"directories": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"@types/yeoman-environment": "^2.10.1"
},
"dependencies": {
"@feflow/feflow-plugin-devtool": "^0.4.1",
"@feflow/report": "^0.6.1",
"@feflow/feflow-plugin-devtool": "^0.4.2",
"@feflow/report": "^0.6.2",
"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
@@ -1,6 +1,6 @@
{
"name": "@feflow/feflow-plugin-devtool",
"version": "0.4.1",
"version": "0.4.2",
"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.1",
"@feflow/cli": "^0.26.2",
"@types/abbrev": "^1.1.0",
"@types/bunyan": "^1.8.6",
"@types/command-line-usage": "^5.0.1",
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
@@ -1,6 +1,6 @@
{
"name": "@feflow/report",
"version": "0.6.1",
"version": "0.6.2",
"description": "feflow report sdk",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "fXy-during <fxy1044667399@163.com>",
"license": "ISC",
"devDependencies": {
"@feflow/cli": "^0.26.1",
"@feflow/cli": "^0.26.2",
"@types/request-promise": "^4.1.48"
},
"files": [
Expand Down

0 comments on commit d47eb10

Please sign in to comment.