Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fushenguang committed Jun 14, 2022
1 parent 9856e87 commit 6bb3b7f
Show file tree
Hide file tree
Showing 19 changed files with 69 additions and 64 deletions.
8 changes: 4 additions & 4 deletions commands/cli-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-clean",
"version": "1.4.0",
"version": "1.5.0",
"description": "A package of stage cli to clean cache",
"keywords": [
"clean",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@types/fs-extra": "^9.0.13",
"fs-extra": "^10.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions commands/cli-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-component",
"version": "1.4.0",
"version": "1.5.0",
"description": "A npm package to create component templates for ui-puzzles UI library.",
"keywords": [
"ui-puzzles",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-package": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-package": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
Expand Down
10 changes: 5 additions & 5 deletions commands/cli-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-deploy",
"version": "1.4.0",
"version": "1.5.0",
"description": "A package of stage cli to deploy an application",
"keywords": [
"stage",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-package": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-package": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@types/fs-extra": "^9.0.13",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions commands/cli-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-docker",
"version": "1.4.0",
"version": "1.5.0",
"description": "A npm package to make build a docker image and update corresponding service simple",
"keywords": [
"docker",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "file:../../utils/cli-log",
"@fujia/cli-package": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-package": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/spawn": "^1.0.1",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
Expand Down
10 changes: 5 additions & 5 deletions commands/cli-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-init",
"version": "1.4.0",
"version": "1.5.0",
"description": "cli init",
"author": "fujia <[email protected]>",
"homepage": "https://github.com/fujia-cli/stage/tree/main/commands/cli-init#readme",
Expand Down Expand Up @@ -29,11 +29,11 @@
"url": "https://github.com/fujia-cli/stage/issues"
},
"dependencies": {
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-package": "file:../../models/cli-package",
"@fujia/cli-request": "^1.2.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-request": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/spawn": "^1.0.1",
"@fujia/user-home": "^1.1.0",
"ejs": "^3.1.6",
Expand Down
8 changes: 4 additions & 4 deletions commands/cli-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-publish",
"version": "1.4.0",
"version": "1.5.0",
"description": "A package to achieve deploy flows for stage cli.",
"keywords": [
"deploy",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-git": "^1.4.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-git": "^1.5.0",
"@fujia/cli-log": "^1.5.0",
"fs-extra": "^10.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions commands/cli-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-release",
"version": "1.4.0",
"version": "1.5.0",
"description": "A package of stage cli to publish a package to npm",
"keywords": [
"stage",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "file:../../utils/cli-log",
"@fujia/cli-utils": "^1.4.0",
"@fujia/get-pkg-info": "^1.4.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/get-pkg-info": "^1.5.0",
"@fujia/spawn": "^1.0.1",
"inquirer": "^8.2.0",
"semver": "^7.3.5",
Expand Down
6 changes: 3 additions & 3 deletions commands/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-service",
"version": "1.4.0",
"version": "1.5.0",
"description": "A npm package to make deploying a service simple.",
"keywords": [
"web",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-command": "^1.4.0",
"@fujia/cli-command": "^1.5.0",
"@fujia/cli-log": "file:../../utils/cli-log",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/spawn": "^1.0.1",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
Expand Down
12 changes: 6 additions & 6 deletions core/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-core",
"version": "1.4.0",
"version": "1.5.0",
"description": "cli core",
"author": "fujia <[email protected]>",
"homepage": "https://github.com/fujia-cli/stage/tree/main/packages/core#readme",
Expand Down Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"@fujia/check-path": "^1.2.0",
"@fujia/cli-exec": "^1.4.0",
"@fujia/cli-init": "^1.4.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/get-pkg-info": "^1.4.0",
"@fujia/cli-exec": "^1.5.0",
"@fujia/cli-init": "^1.5.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/get-pkg-info": "^1.5.0",
"@fujia/root": "^0.3.2",
"@fujia/user-home": "^1.1.0",
"colors": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 deletions core/cli-exec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-exec",
"version": "1.4.0",
"version": "1.5.0",
"description": "An execute package of stage cli",
"keywords": [
"stage",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@fujia/cli-log": "file:../../utils/cli-log",
"@fujia/cli-package": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-package": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/spawn": "^1.0.1"
},
"devDependencies": {
Expand Down
9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"packages": ["commands/*", "core/*", "models/*", "utils/*"],
"version": "1.4.0"
"packages": [
"commands/*",
"core/*",
"models/*",
"utils/*"
],
"version": "1.5.0"
}
6 changes: 3 additions & 3 deletions models/cli-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-command",
"version": "1.4.0",
"version": "1.5.0",
"description": "A command class of stage",
"author": "fujia <[email protected]>",
"homepage": "https://github.com/fujia-cli/stage/tree/main/models/cli-command#readme",
Expand Down Expand Up @@ -32,8 +32,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-utils": "^1.4.0"
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-utils": "^1.5.0"
},
"gitHead": "34eeaf98160d388ac383bc5087951a4006be45d0"
}
6 changes: 3 additions & 3 deletions models/cli-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-git",
"version": "1.4.0",
"version": "1.5.0",
"description": "A package of git for stage cli.",
"keywords": [
"git",
Expand Down Expand Up @@ -40,8 +40,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/user-home": "^1.1.0",
"axios": "^0.24.0",
"fs-extra": "^10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions models/cli-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-package",
"version": "1.4.0",
"version": "1.5.0",
"description": "A class of cli module",
"author": "fujia <[email protected]>",
"homepage": "https://github.com/fujia-cli/stage/tree/main/models/cli-package#readme",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cross-path": "^1.2.0",
"@fujia/get-pkg-info": "^1.4.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"@fujia/cross-path": "^1.5.0",
"@fujia/get-pkg-info": "^1.5.0",
"@fujia/hammer": "^0.6.2",
"@fujia/user-home": "^1.0.0",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/cli-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-log",
"version": "1.4.0",
"version": "1.5.0",
"description": "A logger package for stage cli.",
"keywords": [
"log"
Expand Down
2 changes: 1 addition & 1 deletion utils/cli-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-request",
"version": "1.3.3",
"version": "1.5.0",
"description": "An universal request library built on axios.",
"keywords": [
"fetch",
Expand Down
4 changes: 2 additions & 2 deletions utils/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cli-utils",
"version": "1.4.0",
"version": "1.5.0",
"description": "An awesome utilities for stage-cli.",
"keywords": [
"utils",
Expand Down Expand Up @@ -37,7 +37,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-log": "^1.5.0",
"cli-spinner": "^0.2.10",
"commander": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/cross-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/cross-path",
"version": "1.3.3",
"version": "1.5.0",
"description": "A package compatible with Mac and window paths",
"keywords": [
"path",
Expand Down
6 changes: 3 additions & 3 deletions utils/get-pkg-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujia/get-pkg-info",
"version": "1.4.0",
"version": "1.5.0",
"description": "Obtain the package info via npm's api",
"author": "fujia <[email protected]>",
"homepage": "https://github.com/fujia-cli/stage/tree/main/utils/get-pkg-info#readme",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@fujia/check-path": "^1.1.0",
"@fujia/cli-log": "^1.4.0",
"@fujia/cli-utils": "^1.4.0",
"@fujia/cli-log": "^1.5.0",
"@fujia/cli-utils": "^1.5.0",
"axios": "^0.24.0",
"fs-extra": "^10.0.0",
"semver": "^7.3.5",
Expand Down

0 comments on commit 6bb3b7f

Please sign in to comment.