Skip to content

Commit 715a229

Browse files
authored
Merge pull request #2304 from salesforcecli/release/2.98.4
Release PR for 2.98.4 as nightly
2 parents 3cd059e + dea7c49 commit 715a229

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.98.3 linux-x64 node-v22.17.0
28+
@salesforce/cli/2.98.4 linux-x64 node-v22.17.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.98.3",
4+
"version": "2.98.4",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -145,7 +145,7 @@
145145
},
146146
"dependencies": {
147147
"@inquirer/select": "^2.3.5",
148-
"@oclif/core": "4.5.0",
148+
"@oclif/core": "4.5.1",
149149
"@oclif/plugin-autocomplete": "3.2.32",
150150
"@oclif/plugin-commands": "4.1.29",
151151
"@oclif/plugin-help": "6.2.30",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,10 +1580,10 @@
15801580
proc-log "^5.0.0"
15811581
which "^5.0.0"
15821582

1583-
"@oclif/core@4.5.0", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.1", "@oclif/core@^4.5.0":
1584-
version "4.5.0"
1585-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.0.tgz#0163f933098bfa52f86387f11900da1ad13235d3"
1586-
integrity sha512-UYWyDFNKFyzgXVXO0DHfOvJ/8qpw4yPYe7fOHausDEVU44qjDr90ZnfYTljZPK8dhgMggxiZs9n+TFajnXRp7g==
1583+
"@oclif/core@4.5.1", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.1", "@oclif/core@^4.5.0":
1584+
version "4.5.1"
1585+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.1.tgz#7fa9041d13f624e4c00d89605d9f732cf8084748"
1586+
integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
15871587
dependencies:
15881588
ansi-escapes "^4.3.2"
15891589
ansis "^3.17.0"

0 commit comments

Comments
 (0)