Skip to content

Commit a2bac40

Browse files
committed
chore(release): 3.3.54 [skip ci]
1 parent a9570c2 commit a2bac40

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.54](https://github.com/salesforcecli/plugin-community/compare/3.3.53...3.3.54) (2026-04-04)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump lodash from 4.17.23 to 4.18.1 ([19c8065](https://github.com/salesforcecli/plugin-community/commit/19c80652f0f3c641051f9a45e5c40d7666721cf0))
6+
17
## [3.3.53](https://github.com/salesforcecli/plugin-community/compare/3.3.52...3.3.53) (2026-03-28)
28

39
### Bug Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
165165
available in your org.
166166
```
167167

168-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.53/src/commands/community/create.ts)_
168+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/create.ts)_
169169

170170
## `sf community list template`
171171

@@ -200,7 +200,7 @@ EXAMPLES
200200
$ sf community list template --target-org my-scratch-org
201201
```
202202

203-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.53/src/commands/community/list/template.ts)_
203+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/list/template.ts)_
204204

205205
## `sf community publish`
206206

@@ -249,6 +249,6 @@ EXAMPLES
249249
$ sf community publish --name 'My Customer Site'
250250
```
251251

252-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.53/src/commands/community/publish.ts)_
252+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/publish.ts)_
253253

254254
<!-- 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-community",
33
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
4-
"version": "3.3.53",
4+
"version": "3.3.54",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)