Skip to content

Commit

Permalink
chore(release): 56.3.28 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 4, 2024
1 parent 780afe3 commit 2dafcd7
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.28](https://github.com/salesforcecli/plugin-templates/compare/56.3.27...56.3.28) (2024-11-04)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 12.0.9 to 12.0.11 ([32da2a8](https://github.com/salesforcecli/plugin-templates/commit/32da2a835f6a5ff8b7391cea0946500cc8c54619))

## [56.3.27](https://github.com/salesforcecli/plugin-templates/compare/56.3.26...56.3.27) (2024-11-03)

### 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.27/src/commands/analytics/generate/template.ts)_
_See code: [src/commands/analytics/generate/template.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/apex/generate/class.ts)_
_See code: [src/commands/apex/generate/class.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/apex/generate/trigger.ts)_
_See code: [src/commands/apex/generate/trigger.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/lightning/generate/app.ts)_
_See code: [src/commands/lightning/generate/app.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/lightning/generate/component.ts)_
_See code: [src/commands/lightning/generate/component.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/lightning/generate/event.ts)_
_See code: [src/commands/lightning/generate/event.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/lightning/generate/interface.ts)_
_See code: [src/commands/lightning/generate/interface.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/lightning/generate/test.ts)_
_See code: [src/commands/lightning/generate/test.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/project/generate.ts)_
_See code: [src/commands/project/generate.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/static-resource/generate.ts)_
_See code: [src/commands/static-resource/generate.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/visualforce/generate/component.ts)_
_See code: [src/commands/visualforce/generate/component.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27/src/commands/visualforce/generate/page.ts)_
_See code: [src/commands/visualforce/generate/page.ts](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/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.27",
"version": "56.3.28",
"author": "Salesforce",
"bugs": "https://github.com/salesforcecli/plugin-templates/issues",
"dependencies": {
Expand Down

0 comments on commit 2dafcd7

Please sign in to comment.