Skip to content

Commit e2cc491

Browse files
committed
chore(release): bump to 2.136.2
1 parent a8aea86 commit e2cc491

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.136.1 linux-x64 node-v22.22.2
28+
@salesforce/cli/2.136.2 linux-x64 node-v22.22.2
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -10393,7 +10393,7 @@ FLAG DESCRIPTIONS
1039310393
directory.
1039410394
```
1039510395

10396-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/analytics/template.ts)_
10396+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/analytics/template.ts)_
1039710397

1039810398
## `sf template generate apex class`
1039910399

@@ -10453,7 +10453,7 @@ FLAG DESCRIPTIONS
1045310453
Supplied parameter values or default values are filled into a copy of the template.
1045410454
```
1045510455

10456-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/apex/class.ts)_
10456+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/class.ts)_
1045710457

1045810458
## `sf template generate apex trigger`
1045910459

@@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS
1052310523
Supplied parameter values or default values are filled into a copy of the template.
1052410524
```
1052510525

10526-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/apex/trigger.ts)_
10526+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/trigger.ts)_
1052710527

1052810528
## `sf template generate digital-experience site`
1052910529

@@ -10577,7 +10577,7 @@ FLAG DESCRIPTIONS
1057710577
project, defaults to the current directory.
1057810578
```
1057910579

10580-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/digital-experience/site.ts)_
10580+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/digital-experience/site.ts)_
1058110581

1058210582
## `sf template generate flexipage`
1058310583

@@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS
1065910659
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
1066010660
```
1066110661

10662-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/flexipage/index.ts)_
10662+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/flexipage/index.ts)_
1066310663

1066410664
## `sf template generate lightning app`
1066510665

@@ -10717,7 +10717,7 @@ FLAG DESCRIPTIONS
1071710717
field in the DX project's "sfdx-project.json" file.
1071810718
```
1071910719

10720-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/app.ts)_
10720+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/app.ts)_
1072110721

1072210722
## `sf template generate lightning component`
1072310723

@@ -10794,7 +10794,7 @@ FLAG DESCRIPTIONS
1079410794
field in the DX project's "sfdx-project.json" file.
1079510795
```
1079610796

10797-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/component.ts)_
10797+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/component.ts)_
1079810798

1079910799
## `sf template generate lightning event`
1080010800

@@ -10852,7 +10852,7 @@ FLAG DESCRIPTIONS
1085210852
field in the DX project's "sfdx-project.json" file.
1085310853
```
1085410854

10855-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/event.ts)_
10855+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/event.ts)_
1085610856

1085710857
## `sf template generate lightning interface`
1085810858

@@ -10910,7 +10910,7 @@ FLAG DESCRIPTIONS
1091010910
field in the DX project's "sfdx-project.json" file.
1091110911
```
1091210912

10913-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/interface.ts)_
10913+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/interface.ts)_
1091410914

1091510915
## `sf template generate lightning test`
1091610916

@@ -10968,7 +10968,7 @@ FLAG DESCRIPTIONS
1096810968
field in the DX project's "sfdx-project.json" file.
1096910969
```
1097010970

10971-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/test.ts)_
10971+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/test.ts)_
1097210972

1097310973
## `sf template generate project`
1097410974

@@ -11094,7 +11094,7 @@ FLAG DESCRIPTIONS
1109411094
server-side type stripping.
1109511095
```
1109611096

11097-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/project/index.ts)_
11097+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/project/index.ts)_
1109811098

1109911099
## `sf template generate static-resource`
1110011100

@@ -11157,7 +11157,7 @@ FLAG DESCRIPTIONS
1115711157
etc.
1115811158
```
1115911159

11160-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/static-resource/index.ts)_
11160+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/static-resource/index.ts)_
1116111161

1116211162
## `sf template generate ui-bundle`
1116311163

@@ -11241,7 +11241,7 @@ FLAG DESCRIPTIONS
1124111241
Supplied parameter values or default values are filled into a copy of the template.
1124211242
```
1124311243

11244-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/ui-bundle/index.ts)_
11244+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/ui-bundle/index.ts)_
1124511245

1124611246
## `sf template generate visualforce component`
1124711247

@@ -11298,7 +11298,7 @@ FLAG DESCRIPTIONS
1129811298
Supplied parameter values or default values are filled into a copy of the template.
1129911299
```
1130011300

11301-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/visualforce/component.ts)_
11301+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/component.ts)_
1130211302

1130311303
## `sf template generate visualforce page`
1130411304

@@ -11349,7 +11349,7 @@ FLAG DESCRIPTIONS
1134911349
The name can be up to 40 characters and must start with a letter.
1135011350
```
1135111351

11352-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/visualforce/page.ts)_
11352+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/page.ts)_
1135311353

1135411354
## `sf update [CHANNEL]`
1135511355

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.136.1",
4+
"version": "2.136.2",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -174,7 +174,7 @@
174174
"@salesforce/plugin-settings": "2.4.78",
175175
"@salesforce/plugin-sobject": "1.4.106",
176176
"@salesforce/plugin-telemetry": "3.8.21",
177-
"@salesforce/plugin-templates": "56.16.7",
177+
"@salesforce/plugin-templates": "56.17.0",
178178
"@salesforce/plugin-trust": "3.8.8",
179179
"@salesforce/plugin-user": "3.9.4",
180180
"@salesforce/sf-plugins-core": "12.2.16",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,10 +2389,10 @@
23892389
"@salesforce/ts-types" "^2.0.12"
23902390
debug "^4.4.3"
23912391

2392-
"@salesforce/plugin-templates@56.16.7":
2393-
version "56.16.7"
2394-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.16.7.tgz#6d80129827450f3a76398ac7099539ce825cff28"
2395-
integrity sha512-LiylXEz6e2B/zaAh9DnUheX/Gps1LnHDkEXuCV2/oFpouMZIb3oWFAfSSWQN/g0gJRoaYyUO4AzEVmk5pT/E3A==
2392+
"@salesforce/plugin-templates@56.17.0":
2393+
version "56.17.0"
2394+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.17.0.tgz#394228c29d3f0e83c0b66f3a291ef5734541e4be"
2395+
integrity sha512-+gOiIdjgDUEIJWbO4drK63eeC7hqSmTNIrxLX24I6XO4yoqjIY5lHF0lRRyFri8Qv2/Y9rNMsYrNg/edUCVJgA==
23962396
dependencies:
23972397
"@salesforce/core" "^8.28.4"
23982398
"@salesforce/sf-plugins-core" "^12"

0 commit comments

Comments
 (0)