Skip to content

Commit 51f0ef5

Browse files
committed
chore(release): 6.2.18 [skip ci]
1 parent a7e69e6 commit 51f0ef5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.2.18](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.17...6.2.18) (2026-07-23)
2+
3+
### Bug Fixes
4+
5+
- repair post-release dev-preview NUTs (W-23400737) ([#676](https://github.com/salesforcecli/plugin-lightning-dev/issues/676)) ([a7e69e6](https://github.com/salesforcecli/plugin-lightning-dev/commit/a7e69e6c3e562d61eb659b56a18db8b6c3e8fb65)), closes [#626](https://github.com/salesforcecli/plugin-lightning-dev/issues/626)
6+
17
## [6.2.17](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.16...6.2.17) (2026-03-27)
28

39
## [6.2.16](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.15...6.2.16) (2026-03-12)

README.md

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

263-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.17/src/commands/lightning/dev/app.ts)_
263+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.18/src/commands/lightning/dev/app.ts)_
264264

265265
## `sf lightning dev component`
266266

@@ -313,7 +313,7 @@ EXAMPLES
313313
$ sf lightning dev component --name myComponent --target-org myscratch
314314
```
315315

316-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.17/src/commands/lightning/dev/component.ts)_
316+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.18/src/commands/lightning/dev/component.ts)_
317317

318318
## `sf lightning dev site`
319319

@@ -366,6 +366,6 @@ EXAMPLES
366366
$ sf lightning dev site --name "Partner Central"
367367
```
368368

369-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.17/src/commands/lightning/dev/site.ts)_
369+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.18/src/commands/lightning/dev/site.ts)_
370370

371371
<!-- 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.17",
4+
"version": "6.2.18",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)