Skip to content

Commit

Permalink
chore(release): 3.2.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 11, 2024
1 parent 122aabc commit 1595434
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.2.9](https://github.com/salesforcecli/plugin-community/compare/3.2.8...3.2.9) (2024-05-11)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 9.0.5 to 9.0.7 ([ba7d45b](https://github.com/salesforcecli/plugin-community/commit/ba7d45b5d3507c1081e5724748e5ea4e121fd5c4))

## [3.2.8](https://github.com/salesforcecli/plugin-community/compare/3.2.7...3.2.8) (2024-05-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
available in your org.
```

_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.8/src/commands/community/create.ts)_
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.9/src/commands/community/create.ts)_

## `sf community list template`

Expand Down Expand Up @@ -200,7 +200,7 @@ EXAMPLES
$ sf community list template --target-org my-scratch-org
```

_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.8/src/commands/community/list/template.ts)_
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.9/src/commands/community/list/template.ts)_

## `sf community publish`

Expand Down Expand Up @@ -249,6 +249,6 @@ EXAMPLES
$ sf community publish --name 'My Customer Site'
```

_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.8/src/commands/community/publish.ts)_
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.9/src/commands/community/publish.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-community",
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
"version": "3.2.8",
"version": "3.2.9",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 1595434

Please sign in to comment.