Skip to content

Commit

Permalink
Release PR for 2.61.1-qa.1 as qa (#1914)
Browse files Browse the repository at this point in the history
* chore(release): bump to 2.61.1-qa.1

* chore: use qa version of oclif

---------

Co-authored-by: Mike Donnalley <[email protected]>
  • Loading branch information
svc-cli-bot and mdonnalley authored Sep 26, 2024
1 parent c9c564d commit 20da136
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.61.1-qa.0 linux-x64 node-v20.17.0
@salesforce/cli/2.61.1-qa.1 linux-x64 node-v20.17.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.61.1-qa.0",
"version": "2.61.1-qa.1",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -256,7 +256,7 @@
"@salesforce/ts-sinon": "^1.4.27",
"@salesforce/ts-types": "^2.0.10",
"aws-sdk": "^2.1691.0",
"oclif": "4.14.36-qa.0",
"oclif": "4.14.36-qa.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8585,10 +8585,10 @@ obliterator@^2.0.1, obliterator@^2.0.2:
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==

[email protected].0:
version "4.14.36-qa.0"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.36-qa.0.tgz#576ec92921f961bb355f5bf191590e2db544db18"
integrity sha512-r2Ingx19twyjy5WJ3L6SShivh/6P7YwcHPS2P3MLCCIUdhwPY0T5VlTMtt9qiLQqGU6E+JT9WPr9VZqCLGdVQw==
[email protected].1:
version "4.14.36-qa.1"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.36-qa.1.tgz#802d99b490a73f73eebb61ac73df9972085d8133"
integrity sha512-dO+90jxndPzJ03G6xDeqHUXZciYk6/S7grQAtXvVKZx2aQrjoCcJAinratIdV2xIaXIFlOhS6wFk66sWchr1ig==
dependencies:
"@aws-sdk/client-cloudfront" "^3.645.0"
"@aws-sdk/client-s3" "^3.651.1"
Expand Down

0 comments on commit 20da136

Please sign in to comment.