Skip to content

Commit df27131

Browse files
committed
chore(release): 5.0.4 [skip ci]
1 parent 42c1a66 commit df27131

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.0.4](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.3...5.0.4) (2025-09-07)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.22.0 to 8.23.0 ([#507](https://github.com/salesforcecli/plugin-lightning-dev/issues/507)) ([42c1a66](https://github.com/salesforcecli/plugin-lightning-dev/commit/42c1a66b6ae51d1d862e89697868b6fe11eaf030))
6+
17
## [5.0.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.2...5.0.3) (2025-08-31)
28

39
### Bug Fixes

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/5.0.3/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.4/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

@@ -248,7 +248,7 @@ EXAMPLES
248248
$ sf lightning dev component --name myComponent
249249
```
250250

251-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.3/src/commands/lightning/dev/component.ts)_
251+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.4/src/commands/lightning/dev/component.ts)_
252252

253253
## `sf lightning dev site`
254254

@@ -304,6 +304,6 @@ EXAMPLES
304304
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
305305
```
306306

307-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.3/src/commands/lightning/dev/site.ts)_
307+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.4/src/commands/lightning/dev/site.ts)_
308308

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

0 commit comments

Comments
 (0)