Skip to content

Commit 1e291fe

Browse files
committed
chore(release): 4.0.0 [skip ci]
1 parent 12f67fd commit 1e291fe

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.0.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.4.0...4.0.0) (2025-06-02)
2+
3+
- fix!: trigger npm publish (v4.0.0) (#414) ([12f67fd](https://github.com/salesforcecli/plugin-lightning-dev/commit/12f67fd49940cfa6847927f8c9a38f5364b424ec)), closes [#414](https://github.com/salesforcecli/plugin-lightning-dev/issues/414)
4+
5+
### BREAKING CHANGES
6+
7+
- this version works with 258(winter26) release and newer
8+
19
# [3.4.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.3.1...3.4.0) (2025-06-02)
210

311
### Features

README.md

Lines changed: 3 additions & 3 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/3.4.0/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.0/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

@@ -247,7 +247,7 @@ 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/3.4.0/src/commands/lightning/dev/component.ts)_
250+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.0/src/commands/lightning/dev/component.ts)_
251251

252252
## `sf lightning dev site`
253253

@@ -302,6 +302,6 @@ EXAMPLES
302302
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303303
```
304304

305-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.0/src/commands/lightning/dev/site.ts)_
305+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.0/src/commands/lightning/dev/site.ts)_
306306

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

0 commit comments

Comments
 (0)