Skip to content

Commit

Permalink
Merge pull request #2050 from salesforcecli/release/2.72.5
Browse files Browse the repository at this point in the history
Release PR for 2.72.5 as nightly
  • Loading branch information
svc-cli-bot authored Dec 24, 2024
2 parents 27bdcfb + ba3bc7f commit c7b7b1d
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.72.4 linux-x64 node-v22.12.0
@salesforce/cli/2.72.5 linux-x64 node-v22.12.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -8450,7 +8450,7 @@ EXAMPLES
$ sf update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.19/src/commands/update.ts)_
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.20/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.72.4",
"version": "2.72.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -151,7 +151,7 @@
"@oclif/plugin-not-found": "3.2.31",
"@oclif/plugin-plugins": "5.4.23",
"@oclif/plugin-search": "1.2.17",
"@oclif/plugin-update": "4.6.19",
"@oclif/plugin-update": "4.6.20",
"@oclif/plugin-version": "2.2.18",
"@oclif/plugin-warn-if-update-available": "3.1.28",
"@oclif/plugin-which": "3.2.22",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1821,10 +1821,10 @@
ansi-escapes "^7.0.0"
inquirer-autocomplete-standalone "^0.8.1"

"@oclif/[email protected].19":
version "4.6.19"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.6.19.tgz#abf141fcb230e4b55c20ac4cf6d065e69a5f5591"
integrity sha512-NgqKHhaK5p8H6ibrjmHwo0eVKwLUGpEorQLJOmuJwpzZva9DH3GGMT+odsDz6uuDZ6nBkPMzpL8arUTUUlz+2Q==
"@oclif/[email protected].20":
version "4.6.20"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.6.20.tgz#493722d26b6e8d595374ff45634d110639acf19d"
integrity sha512-RrKuPlgjonprVl9tofMxxt8G2xohs0jO6KyGkoGIhcwYRfU+n/VI1iLlZJmhGcrbaG9vc5Zly9XBJG1k5ZbtLg==
dependencies:
"@inquirer/select" "^2.5.0"
"@oclif/core" "^4"
Expand Down

0 comments on commit c7b7b1d

Please sign in to comment.