Skip to content

Commit eeedecd

Browse files
committed
chore(release): 6.2.3 [skip ci]
1 parent 5947bd3 commit eeedecd

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+
## [6.2.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.2...6.2.3) (2026-02-08)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.25.0 to 8.25.1 ([#613](https://github.com/salesforcecli/plugin-lightning-dev/issues/613)) ([5947bd3](https://github.com/salesforcecli/plugin-lightning-dev/commit/5947bd32ebb35ed48eaf8fe8301dee506aab493b))
6+
17
## [6.2.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.1...6.2.2) (2026-02-04)
28

39
### Bug Fixes

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

0 commit comments

Comments
 (0)