Skip to content

Commit db7354b

Browse files
committed
chore(release): 4.5.2 [skip ci]
1 parent 02e1bbd commit db7354b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.5.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.5.2-alpha.1...4.5.2) (2025-10-12)
2+
3+
### Bug Fixes
4+
5+
- versions ([02e1bbd](https://github.com/salesforcecli/plugin-lightning-dev/commit/02e1bbdfae33cfa955fc4b92a41387f756316855))
6+
7+
## [4.5.2-alpha.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.5.1...4.5.2-alpha.1) (2025-10-12)
8+
9+
### Bug Fixes
10+
11+
- auto enable local dev for Agentforce Vibes @W-19250167 ([#533](https://github.com/salesforcecli/plugin-lightning-dev/issues/533)) ([93da505](https://github.com/salesforcecli/plugin-lightning-dev/commit/93da5054d7ab7f0bd9c54a1df51de95e8bf2e11e))
12+
113
## [4.5.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.5.0...4.5.1) (2025-10-12)
214

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

206206
## `sf lightning dev component`
207207

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

252-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.5.1/src/commands/lightning/dev/component.ts)_
252+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.5.2/src/commands/lightning/dev/component.ts)_
253253

254254
## `sf lightning dev site`
255255

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

308-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.5.1/src/commands/lightning/dev/site.ts)_
308+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.5.2/src/commands/lightning/dev/site.ts)_
309309

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

0 commit comments

Comments
 (0)