Skip to content

Commit 62ad1e7

Browse files
committed
chore(release): 3.9.22 [skip ci]
1 parent ebeebdf commit 62ad1e7

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.9.22](https://github.com/salesforcecli/plugin-auth/compare/3.9.21...3.9.22) (2025-12-03)
2+
3+
### Bug Fixes
4+
5+
- **web:** refactor logic/fix scopes ([3b8d50d](https://github.com/salesforcecli/plugin-auth/commit/3b8d50dfae5929a50e30e977a869e4b3f4dcbaac))
6+
17
## [3.9.21](https://github.com/salesforcecli/plugin-auth/compare/3.9.20...3.9.21) (2025-11-29)
28

39
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EXAMPLES
107107
$ sf org list auth
108108
```
109109

110-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.21/src/commands/org/list/auth.ts)_
110+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/list/auth.ts)_
111111

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

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

164-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.21/src/commands/org/login/access-token.ts)_
164+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/access-token.ts)_
165165

166166
## `sf org login jwt`
167167

@@ -252,7 +252,7 @@ FLAG DESCRIPTIONS
252252
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
253253
```
254254

255-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.21/src/commands/org/login/jwt.ts)_
255+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/jwt.ts)_
256256

257257
## `sf org login sfdx-url`
258258

@@ -322,7 +322,7 @@ EXAMPLES
322322
$ echo url | sf org login sfdx-url --sfdx-url-stdin
323323
```
324324

325-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.21/src/commands/org/login/sfdx-url.ts)_
325+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/sfdx-url.ts)_
326326

327327
## `sf org login web`
328328

@@ -427,7 +427,7 @@ FLAG DESCRIPTIONS
427427
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
428428
```
429429

430-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.21/src/commands/org/login/web.ts)_
430+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/web.ts)_
431431

432432
## `sf org logout`
433433

@@ -493,6 +493,6 @@ FLAG DESCRIPTIONS
493493
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
494494
```
495495

496-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.21/src/commands/org/logout.ts)_
496+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/logout.ts)_
497497

498498
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
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.9.21",
4+
"version": "3.9.22",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@
21172117
"@smithy/util-stream" "^4.5.6"
21182118
tslib "^2.6.2"
21192119

2120-
"@smithy/types@^4.7.1", "@smithy/types@^4.9.0":
2120+
"@smithy/types@^4.9.0":
21212121
version "4.9.0"
21222122
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.9.0.tgz#c6636ddfa142e1ddcb6e4cf5f3e1a628d420486f"
21232123
integrity sha512-MvUbdnXDTwykR8cB1WZvNNwqoWVaTRA0RLlLmf/cIFNMM2cKWz01X4Ly6SMC4Kks30r8tT3Cty0jmeWfiuyHTA==

0 commit comments

Comments
 (0)