Skip to content

Commit

Permalink
Merge pull request #1822 from salesforcecli/release/2.54.0
Browse files Browse the repository at this point in the history
Release PR for 2.54.0 as nightly
  • Loading branch information
svc-cli-bot committed Aug 1, 2024
2 parents 1d945da + 187ee8b commit 721e552
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.53.6 linux-x64 node-v20.15.1
@salesforce/cli/2.54.0 linux-x64 node-v20.15.1
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -7774,7 +7774,7 @@ EXAMPLES
$ sf update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.16/src/commands/update.ts)_
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.0/src/commands/update.ts)_

## `sf version`

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": "2.53.6",
"version": "2.54.0",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -146,7 +146,7 @@
"@oclif/plugin-not-found": "3.2.14",
"@oclif/plugin-plugins": "5.3.9",
"@oclif/plugin-search": "1.2.5",
"@oclif/plugin-update": "4.4.16",
"@oclif/plugin-update": "4.5.0",
"@oclif/plugin-version": "2.2.9",
"@oclif/plugin-warn-if-update-available": "3.1.11",
"@oclif/plugin-which": "3.2.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1917,10 +1917,10 @@
ansi-escapes "^7.0.0"
inquirer-autocomplete-standalone "^0.8.1"

"@oclif/plugin-update@4.4.16":
version "4.4.16"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.4.16.tgz#c6f393abf6d2942c8a2a09d3f5bfce331890a3ec"
integrity sha512-zAA1YIaS5mmhvTY/wbwU1d+1Yd+Rg+0s6NKZxiyP8QB1owaI5IeTUIRjg6SIfW6dmVxAuIq2K7SAMGeibtzHmw==
"@oclif/plugin-update@4.5.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.5.0.tgz#d0be5ec7d4c0ce5b73d2beb98097963b5b0d97bc"
integrity sha512-PNU3y9uiQCJxXK2HBFOsC88H2XHzZLa4j0h9IvQcXJxOr+BBQHCiuzc3kwuZpJQZpAc7V1qIFKxHCHuk3Y/vCA==
dependencies:
"@inquirer/select" "^2.4.2"
"@oclif/core" "^4"
Expand Down

0 comments on commit 721e552

Please sign in to comment.