Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Aug 16, 2021
1 parent 817ff09 commit 9e26d02
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/newrelic-oss-cli",
"packages/newrelic-plugin-oss-third-party"
],
"version": "0.1.1"
"version": "0.1.2"
}
2 changes: 1 addition & 1 deletion packages/newrelic-oss-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/newrelic-oss-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@newrelic/newrelic-oss-cli",
"description": "Open Source Software CLI",
"version": "0.1.1",
"version": "0.1.2",
"author": "New Relic",
"bin": {
"oss": "./bin/run"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"bugs": "https://github.com/newrelic/newrelic-newrelic-oss-cli/issues",
"dependencies": {
"@newrelic/newrelic-plugin-oss-third-party": "^0.1.1",
"@newrelic/newrelic-plugin-oss-third-party": "^0.1.2",
"@oclif/command": "^1.5.15",
"@oclif/config": "^1.13.0",
"@oclif/plugin-autocomplete": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/newrelic-plugin-oss-third-party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @newrelic/newrelic-plugin-oss-third-party
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@newrelic/newrelic-plugin-oss-third-party/0.1.1 darwin-x64 node-v16.5.0
@newrelic/newrelic-plugin-oss-third-party/0.1.2 darwin-x64 node-v16.5.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand Down Expand Up @@ -77,5 +77,5 @@ DESCRIPTION
WARNING: this tool does not currently handle monorepos.
```

_See code: [src/commands/third-party.js](https://github.com/newrelic/newrelic-oss-cli/blob/v0.1.1/src/commands/third-party.js)_
_See code: [src/commands/third-party.js](https://github.com/newrelic/newrelic-oss-cli/blob/v0.1.2/src/commands/third-party.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/newrelic-plugin-oss-third-party/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/newrelic-plugin-oss-third-party/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/newrelic-plugin-oss-third-party",
"version": "0.1.1",
"version": "0.1.2",
"author": "New Relic",
"bugs": "https://github.com/newrelic/newrelic-oss-cli/issues",
"dependencies": {
Expand Down

0 comments on commit 9e26d02

Please sign in to comment.