Skip to content

Commit 4d715ca

Browse files
committed
chore(release): 3.3.53 [skip ci]
1 parent 003e7c0 commit 4d715ca

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.53](https://github.com/salesforcecli/plugin-community/compare/3.3.52...3.3.53) (2026-03-28)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/kit from 3.2.4 to 3.2.6 ([48ef4be](https://github.com/salesforcecli/plugin-community/commit/48ef4be1499fd79c114a493eb10faf59e00ce0ae))
6+
17
## [3.3.52](https://github.com/salesforcecli/plugin-community/compare/3.3.51...3.3.52) (2026-03-27)
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.52/src/commands/community/create.ts)_
168+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.53/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.52/src/commands/community/list/template.ts)_
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)_
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.52/src/commands/community/publish.ts)_
252+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.53/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.52",
4+
"version": "3.3.53",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)