Skip to content

Commit

Permalink
chore(release): bump to 2.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Aug 10, 2024
1 parent e2a3aea commit af750aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.55.1 linux-x64 node-v20.16.0
@salesforce/cli/2.55.2 linux-x64 node-v20.16.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
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.55.1",
"version": "2.55.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -169,7 +169,7 @@
"@salesforce/plugin-templates": "56.3.8",
"@salesforce/plugin-trust": "3.7.19",
"@salesforce/plugin-user": "3.5.22",
"@salesforce/sf-plugins-core": "11.2.8",
"@salesforce/sf-plugins-core": "11.3.0",
"ansis": "^3.3.0"
},
"pinnedDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2495,10 +2495,10 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==

"@salesforce/sf-plugins-core@11.2.8", "@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.2.4":
version "11.2.8"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.8.tgz#9fce58ec86093b20c369a5f3c83b27b7211b21a4"
integrity sha512-YIl05F48vCn3LKldhSA4PhYJ2zW5rjsi/aZyBdKWwHlktlg81TuzltSR2AwWHgYP8I3Nj20h0l0sLb5i6TR8EQ==
"@salesforce/sf-plugins-core@11.3.0", "@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.2.4":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz#7bf0466f65761dc6fdfdf78f79cc705dd74b6d87"
integrity sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==
dependencies:
"@inquirer/confirm" "^3.1.20"
"@inquirer/password" "^2.1.20"
Expand Down

0 comments on commit af750aa

Please sign in to comment.