Skip to content

Commit 43d7780

Browse files
committed
chore(release): 3.6.26 [skip ci]
1 parent 40b5b43 commit 43d7780

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.6.26](https://github.com/salesforcecli/plugin-auth/compare/3.6.25...3.6.26) (2024-06-23)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.0.2 to 8.0.3 ([a2c9499](https://github.com/salesforcecli/plugin-auth/commit/a2c94990aa9491cfb2600b8597adc122595d149b))
6+
17
## [3.6.25](https://github.com/salesforcecli/plugin-auth/compare/3.6.24...3.6.25) (2024-06-22)
28

39
### Bug Fixes

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EXAMPLES
108108
$ sf org list auth
109109
```
110110

111-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/list/auth.ts)_
111+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/list/auth.ts)_
112112

113113
## `sf org login access-token`
114114

@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
162162
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
163163
```
164164

165-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/login/access-token.ts)_
165+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/login/access-token.ts)_
166166

167167
## `sf org login device`
168168

@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222222
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
223223
```
224224

225-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/login/device.ts)_
225+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/login/device.ts)_
226226

227227
## `sf org login jwt`
228228

@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
313313
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
314314
```
315315

316-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/login/jwt.ts)_
316+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/login/jwt.ts)_
317317

318318
## `sf org login sfdx-url`
319319

@@ -378,7 +378,7 @@ EXAMPLES
378378
$ echo url | sf org login sfdx-url --sfdx-url-stdin
379379
```
380380

381-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/login/sfdx-url.ts)_
381+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/login/sfdx-url.ts)_
382382

383383
## `sf org login web`
384384

@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
465465
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
466466
```
467467

468-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/login/web.ts)_
468+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/login/web.ts)_
469469

470470
## `sf org logout`
471471

@@ -526,6 +526,6 @@ FLAG DESCRIPTIONS
526526
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
527527
```
528528

529-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.25/src/commands/org/logout.ts)_
529+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.26/src/commands/org/logout.ts)_
530530

531531
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-auth",
33
"description": "plugin for sf auth commands",
4-
"version": "3.6.25",
4+
"version": "3.6.26",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)