Skip to content

Commit

Permalink
chore(release): release cli v0.1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-rtt committed Jan 23, 2024
1 parent 7606c51 commit c447b19
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v18.12.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v18.12.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v18.12.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
8 changes: 6 additions & 2 deletions packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@noovolari/leapp-cli",
"description": "Leapp's Command Line Interface\n\nIt relies on Leapp Core, which encapsulates the domain logic.\n\nFor more information about the project visit the [site](www.leapp.cloud).",
"version": "0.1.57",
"version": "0.1.58",
"author": {
"name": "Noovolari",
"email": "[email protected]"
Expand Down Expand Up @@ -150,4 +150,4 @@
"debug-session-list": "./bin/run session list"
},
"types": "dist/index.d.ts"
}
}
24 changes: 22 additions & 2 deletions packages/desktop-app/package-lock.json

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

0 comments on commit c447b19

Please sign in to comment.