Skip to content

Commit

Permalink
chore(release): 56.3.31 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 25, 2024
1 parent 390b8a1 commit b1b5ccf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [56.3.31](https://github.com/salesforcecli/plugin-templates/compare/56.3.30...56.3.31) (2024-11-25)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 12.0.11 to 12.0.13 ([33f2958](https://github.com/salesforcecli/plugin-templates/commit/33f2958c412eae11bac2601ea78553dd11d57e60))

## [56.3.30](https://github.com/salesforcecli/plugin-templates/compare/56.3.29...56.3.30) (2024-11-17)

### Bug Fixes
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ FLAG DESCRIPTIONS
directory.
```

_See code: [src/commands/analytics/generate/template.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/analytics/generate/template.ts)_
_See code: [src/commands/analytics/generate/template.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/analytics/generate/template.ts)_

## `sf apex generate class`

Expand Down Expand Up @@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/apex/generate/class.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/apex/generate/class.ts)_
_See code: [src/commands/apex/generate/class.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/apex/generate/class.ts)_

## `sf apex generate trigger`

Expand Down Expand Up @@ -299,7 +299,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/apex/generate/trigger.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/apex/generate/trigger.ts)_
_See code: [src/commands/apex/generate/trigger.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/apex/generate/trigger.ts)_

## `sf lightning generate app`

Expand Down Expand Up @@ -354,7 +354,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/lightning/generate/app.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/lightning/generate/app.ts)_
_See code: [src/commands/lightning/generate/app.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/lightning/generate/app.ts)_

## `sf lightning generate component`

Expand Down Expand Up @@ -423,7 +423,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/lightning/generate/component.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/lightning/generate/component.ts)_
_See code: [src/commands/lightning/generate/component.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/lightning/generate/component.ts)_

## `sf lightning generate event`

Expand Down Expand Up @@ -478,7 +478,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/lightning/generate/event.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/lightning/generate/event.ts)_
_See code: [src/commands/lightning/generate/event.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/lightning/generate/event.ts)_

## `sf lightning generate interface`

Expand Down Expand Up @@ -533,7 +533,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/lightning/generate/interface.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/lightning/generate/interface.ts)_
_See code: [src/commands/lightning/generate/interface.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/lightning/generate/interface.ts)_

## `sf lightning generate test`

Expand Down Expand Up @@ -588,7 +588,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/lightning/generate/test.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/lightning/generate/test.ts)_
_See code: [src/commands/lightning/generate/test.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/lightning/generate/test.ts)_

## `sf project generate`

Expand Down Expand Up @@ -693,7 +693,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [src/commands/project/generate.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/project/generate.ts)_
_See code: [src/commands/project/generate.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/project/generate.ts)_

## `sf static-resource generate`

Expand Down Expand Up @@ -755,7 +755,7 @@ FLAG DESCRIPTIONS
etc.
```

_See code: [src/commands/static-resource/generate.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/static-resource/generate.ts)_
_See code: [src/commands/static-resource/generate.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/static-resource/generate.ts)_

## `sf visualforce generate component`

Expand Down Expand Up @@ -811,7 +811,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [src/commands/visualforce/generate/component.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/visualforce/generate/component.ts)_
_See code: [src/commands/visualforce/generate/component.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/visualforce/generate/component.ts)_

## `sf visualforce generate page`

Expand Down Expand Up @@ -861,6 +861,6 @@ FLAG DESCRIPTIONS
The name can be up to 40 characters and must start with a letter.
```

_See code: [src/commands/visualforce/generate/page.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.30/src/commands/visualforce/generate/page.ts)_
_See code: [src/commands/visualforce/generate/page.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.31/src/commands/visualforce/generate/page.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-templates",
"description": "Commands to create metadata from a default or custom template",
"version": "56.3.30",
"version": "56.3.31",
"author": "Salesforce",
"bugs": "https://github.com/salesforcecli/plugin-templates/issues",
"dependencies": {
Expand Down

0 comments on commit b1b5ccf

Please sign in to comment.