Skip to content

Commit

Permalink
chore(release): 0.0.26 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jul 22, 2021
1 parent f000eee commit 183af21
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.26](https://github.com/salesforcecli/cli/compare/v0.0.25...v0.0.26) (2021-07-22)

### [0.0.25](https://github.com/salesforcecli/cli/compare/v0.0.24...v0.0.25) (2021-07-21)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (-v|--version|version)
@salesforce/cli/0.0.24 linux-x64 node-v14.17.3
@salesforce/cli/0.0.26 linux-x64 node-v14.17.3
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -94,7 +94,7 @@ EXAMPLES
$ sf deploy --interactive
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.9/src/commands/deploy.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.10/src/commands/deploy.ts)_

## `sf deploy metadata`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@oclif/plugin-plugins": "^1.10.1",
"@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@0.0.10",
"@sf/dr-metadata": "npm:@salesforce/plugin-deploy-retrieve-metadata@0.0.8",
"@sf/env": "npm:@salesforce/plugin-env@0.0.12",
"@sf/env": "npm:@salesforce/plugin-env@0.0.13",
"@sf/login": "npm:@salesforce/plugin-login@0.0.7",
"@sf/telemetry": "npm:@salesforce/plugin-telemetry@1.2.3",
"tslib": "^2.3.0"
Expand Down
31 changes: 26 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,27 @@
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/core@v3-beta":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.3.3.tgz#8c0acdf0268d3c634e48c54c2caf6b883f1e7059"
integrity sha512-eUbkLO+40o5B9EmrAReaS8jJLY2OkrZZlaVzDOXb4VpnsCOLjvI2aZHrDoIoghm99u7/8Usggkvfo4o1N4Ga9w==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.1"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/dev-config@^2.1.2":
version "2.1.2"
resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-2.1.2.tgz#b4e206f860e87065d068bf8ba3994a032389ad81"
Expand Down Expand Up @@ -1051,13 +1072,13 @@
cli-ux "^5.5.1"
tslib "^2"

"@sf/env@npm:@salesforce/plugin-env@0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-0.0.12.tgz#f0cfce44284cf25688d1b252574178e5f083d785"
integrity sha512-LTDOD6DZf+NJM9n/yRlKU17MGZ32Z58LNV83+MaJ5PZTySrmZ51eIEK/hZu4K60MfjXCZDsvtUZLyWYe34pRNA==
"@sf/env@npm:@salesforce/plugin-env@0.0.13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-0.0.13.tgz#e15e4ef1cb4312652c88b43c74fc8f8c8589112d"
integrity sha512-6K8DMLMXTs22XPWiaMyouL145yId2zB/BE/CrntMcVbd+X7RRZ7QpzF2OVCGAbTnpdS6vaM7y11aS6GkETG1yQ==
dependencies:
"@oclif/core" "^0.5.21"
"@salesforce/core" "^3.1.1-v3.2"
"@salesforce/core" v3-beta
open "^8.2.0"
tslib "^2"

Expand Down

0 comments on commit 183af21

Please sign in to comment.