Skip to content

Commit ebb9fad

Browse files
committed
chore(release): 4.2.0 [skip ci]
1 parent b8a8844 commit ebb9fad

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [4.2.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.1.7...4.2.0) (2025-07-11)
2+
3+
### Features
4+
5+
- launch site preview @W-18283821 ([#449](https://github.com/salesforcecli/plugin-lightning-dev/issues/449)) ([b8a8844](https://github.com/salesforcecli/plugin-lightning-dev/commit/b8a884405214e79d6d7186d89b658bee447a7cd7))
6+
17
## [4.1.7](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.1.6...4.1.7) (2025-07-09)
28

39
### Bug Fixes

README.md

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

204-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.7/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2.0/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

@@ -247,15 +247,15 @@ EXAMPLES
247247
$ sf lightning dev component --name myComponent
248248
```
249249

250-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.7/src/commands/lightning/dev/component.ts)_
250+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2.0/src/commands/lightning/dev/component.ts)_
251251

252252
## `sf lightning dev site`
253253

254254
[Beta] Preview an Experience Builder site locally and in real-time, without deploying it.
255255

256256
```
257257
USAGE
258-
$ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest]
258+
$ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest] [--ssr]
259259
260260
FLAGS
261261
-l, --get-latest Download the latest version of the specified site from your org, instead of using any local
@@ -265,6 +265,7 @@ FLAGS
265265
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
266266
configuration variable is already set.
267267
--guest Preview the site as a guest user (rather than an authenticated user).
268+
--ssr Preview the SSR bundle
268269
269270
GLOBAL FLAGS
270271
--flags-dir=<value> Import flag values from a directory.
@@ -302,6 +303,6 @@ EXAMPLES
302303
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303304
```
304305

305-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.7/src/commands/lightning/dev/site.ts)_
306+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2.0/src/commands/lightning/dev/site.ts)_
306307

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

0 commit comments

Comments
 (0)