Skip to content

Commit fdfd07e

Browse files
committed
chore(release): 3.3.48 [skip ci]
1 parent f413c00 commit fdfd07e

4 files changed

Lines changed: 11 additions & 5 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.48](https://github.com/salesforcecli/plugin-community/compare/3.3.47...3.3.48) (2025-12-06)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.23.4 to 8.24.0 ([1a4ded5](https://github.com/salesforcecli/plugin-community/commit/1a4ded5de800b83482db127044f0faeafb984351))
6+
17
## [3.3.47](https://github.com/salesforcecli/plugin-community/compare/3.3.46...3.3.47) (2025-12-05)
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.47/src/commands/community/create.ts)_
168+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.48/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.47/src/commands/community/list/template.ts)_
203+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.48/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.47/src/commands/community/publish.ts)_
252+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.48/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.47",
4+
"version": "3.3.48",
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
@@ -1325,7 +1325,7 @@
13251325
"@jridgewell/resolve-uri" "^3.1.0"
13261326
"@jridgewell/sourcemap-codec" "^1.4.14"
13271327

1328-
"@jsforce/jsforce-node@^3.10.10", "@jsforce/jsforce-node@^3.10.8":
1328+
"@jsforce/jsforce-node@^3.10.10":
13291329
version "3.10.10"
13301330
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.10.tgz#2d7bb77d1d739712733a30de7e9c941d2127bc4a"
13311331
integrity sha512-/zUOX9kapwk8lyjmTYgXlBF+GbqcEpb0zrkDfX9i94xu5cvzERZxRHqSSaS/IImoDmvoSbatFSVfB7Y4lmANOw==

0 commit comments

Comments
 (0)