Skip to content

Commit

Permalink
chore(release): 1.0.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Oct 5, 2021
1 parent b941037 commit 452428b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.0.3](https://github.com/salesforcecli/cli/compare/v1.0.2...v1.0.3) (2021-10-05)


### Bug Fixes

* use dirname in oclif config ([9604e53](https://github.com/salesforcecli/cli/commit/9604e53b0cd9164ad7e4c8b83383b38e393a6d72))

### [1.0.2](https://github.com/salesforcecli/cli/compare/v1.0.1...v1.0.2) (2021-10-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v|version)
@salesforce/cli/1.0.1 linux-x64 node-v14.18.0
@salesforce/cli/1.0.2 linux-x64 node-v14.18.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": "1.0.2",
"version": "1.0.3",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down Expand Up @@ -81,7 +81,7 @@
"@sf/config": "npm:@salesforce/[email protected]",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected]",
"@sf/drm": "npm:@salesforce/[email protected]",
"@sf/env": "npm:@salesforce/[email protected].0",
"@sf/env": "npm:@salesforce/[email protected].1",
"@sf/functions": "npm:@salesforce/[email protected]",
"@sf/gen": "npm:@salesforce/[email protected]",
"@sf/login": "npm:@salesforce/[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1333,10 +1333,10 @@
cli-ux "^5.6.3"
tslib "^2"

"@sf/env@npm:@salesforce/[email protected].0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-1.0.0.tgz#b0c5ef9156e9f918c5d68da4a1e0653996c008b7"
integrity sha512-2Km8A+iP7zJ8ZFsxBQBoOyEaQrzr3AzQNxRL4XAE9wjQpCVYY/z27ZH3sGBXM8fSeveSIQH7Sb3g0mVR/9nt/w==
"@sf/env@npm:@salesforce/[email protected].1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-1.0.1.tgz#c6cf3acd4daceee922b3f74f95d2bc9dfc1e339c"
integrity sha512-l1ECFFl9HgfxFZShWR7QWUHOoUpBWVfZ3IJVnGE5iA5ujH1hGOlbHG+0jwJKmzdBiEUFu4MAoVz1veZ1pMOErg==
dependencies:
"@oclif/core" "^1.0.0"
"@salesforce/core" "3.6.5"
Expand Down

0 comments on commit 452428b

Please sign in to comment.