Skip to content

Commit

Permalink
chore(release): 0.0.42 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Sep 16, 2021
1 parent a31d992 commit 2c5d630
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.42](https://github.com/salesforcecli/cli/compare/v0.0.41...v0.0.42) (2021-09-16)


### Bug Fixes

* bump oclif/core and sf-plugins-core version ([#59](https://github.com/salesforcecli/cli/issues/59)) ([a31d992](https://github.com/salesforcecli/cli/commit/a31d9929b9fc1b35c6b176faa488a15eb7de6f6f))

### [0.0.41](https://github.com/salesforcecli/cli/compare/v0.0.40...v0.0.41) (2021-09-15)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (-v|--version|version)
@salesforce/cli/0.0.40 linux-x64 node-v14.17.6
@salesforce/cli/0.0.41 linux-x64 node-v14.17.6
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -270,7 +270,7 @@ EXAMPLES
$ sf deploy --interactive
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.22/src/commands/deploy.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.23/src/commands/deploy.ts)_

## `sf deploy metadata`

Expand Down Expand Up @@ -612,7 +612,7 @@ EXAMPLES
$ sf login
```

_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.22/src/commands/login.ts)_
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.24/src/commands/login.ts)_

## `sf login org`

Expand Down Expand Up @@ -823,7 +823,7 @@ EXAMPLES
$ sf logout --no-prompt
```

_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.22/src/commands/logout.ts)_
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.24/src/commands/logout.ts)_

## `sf logout org`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "0.0.41",
"version": "0.0.42",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down Expand Up @@ -79,7 +79,7 @@
"@sf/config": "npm:@salesforce/[email protected]",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected]",
"@sf/drm": "npm:@salesforce/[email protected]",
"@sf/env": "npm:@salesforce/[email protected].31",
"@sf/env": "npm:@salesforce/[email protected].32",
"@sf/login": "npm:@salesforce/[email protected]",
"tslib": "^2.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1064,10 +1064,10 @@
cli-ux "^5.6.3"
tslib "^2"

"@sf/env@npm:@salesforce/[email protected].31":
version "0.0.31"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-0.0.31.tgz#1102a3b66c07345fcc901570821f23e22563f9fb"
integrity sha512-Qcf5jm962xBH2isYX2LG37XG+8Tep81+TMf9HZjGwaqQdEPWcW0w+eh7Qi/RlLrFrvSOk0aunsAsI8qEKe0PNQ==
"@sf/env@npm:@salesforce/[email protected].32":
version "0.0.32"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-0.0.32.tgz#1f550008ab871a988447742a28564fb479a02810"
integrity sha512-2gYTDJvW74ESoINfj06v45xkS4+6xT8AMfoOp0jUYn3QysAJ7wa3swoZ5dt87UJb41lEr/4Y8+JL26jYwmL+jA==
dependencies:
"@oclif/core" "^0.5.38"
"@salesforce/core" "3.6.1"
Expand Down

0 comments on commit 2c5d630

Please sign in to comment.