Skip to content

Commit e5ce02f

Browse files
committed
chore(release): 6.2.8-codebuilder.1 [skip ci]
1 parent 45e1bf9 commit e5ce02f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ EXAMPLES
203203
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
204204
```
205205

206-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.8-codebuilder.0/src/commands/lightning/dev/app.ts)_
206+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.8-codebuilder.1/src/commands/lightning/dev/app.ts)_
207207

208208
## `sf lightning dev component`
209209

@@ -251,7 +251,7 @@ EXAMPLES
251251
$ sf lightning dev component --name myComponent
252252
```
253253

254-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.8-codebuilder.0/src/commands/lightning/dev/component.ts)_
254+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.8-codebuilder.1/src/commands/lightning/dev/component.ts)_
255255

256256
## `sf lightning dev site`
257257

@@ -308,6 +308,6 @@ EXAMPLES
308308
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
309309
```
310310

311-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.8-codebuilder.0/src/commands/lightning/dev/site.ts)_
311+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.8-codebuilder.1/src/commands/lightning/dev/site.ts)_
312312

313313
<!-- 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-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "6.2.8-codebuilder.0",
4+
"version": "6.2.8-codebuilder.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)