Skip to content

Commit a69b34c

Browse files
authored
Merge branch 'main' into bbuchanan/performance-mode
2 parents 88a9673 + 83b444d commit a69b34c

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#ctc: true
4949
sign: true
5050
# At CLCO, the new patch branch's version will be released as 'prerelease'. After R2b, delete the logic below for 'latest' and update 'prerelease' candidate to 'latest'
51-
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '2' && 'latest') || (needs.getMajorVersion.outputs.major == '3' && 'prerelease') ||'next' }}
51+
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '3' && 'latest') || (needs.getMajorVersion.outputs.major == '4' && 'prerelease') ||'next' }}
5252
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
5353

5454
secrets: inherit

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [5.0.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.12...5.0.0) (2025-08-27)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @lwc/lwc-dev-server from 13.0.32 to 13.2.1 ([#479](https://github.com/salesforcecli/plugin-lightning-dev/issues/479)) ([f4a77d2](https://github.com/salesforcecli/plugin-lightning-dev/commit/f4a77d24b26ee280ee7e93e51ea960af7dedfcea))
6+
- **deps:** bump @lwc/lwc-dev-server from 13.2.1 to 13.2.2 ([#489](https://github.com/salesforcecli/plugin-lightning-dev/issues/489)) ([47589f8](https://github.com/salesforcecli/plugin-lightning-dev/commit/47589f8750a329af9c6baa82b9377c176f5213dc))
7+
- **deps:** bump @lwc/sfdc-lwc-compiler from 13.0.32 to 13.2.2 ([#487](https://github.com/salesforcecli/plugin-lightning-dev/issues/487)) ([916b13d](https://github.com/salesforcecli/plugin-lightning-dev/commit/916b13d7a62ccae6219c44af3283eb85fda0dc42))
8+
- **deps:** bump @salesforce/core from 8.19.1 to 8.21.2 ([#488](https://github.com/salesforcecli/plugin-lightning-dev/issues/488)) ([8336604](https://github.com/salesforcecli/plugin-lightning-dev/commit/83366048c681b697ea68a260a94c5977796519b0))
9+
- **deps:** bump lwc from 8.20.4 to 8.21.2 ([#486](https://github.com/salesforcecli/plugin-lightning-dev/issues/486)) ([0f95ebd](https://github.com/salesforcecli/plugin-lightning-dev/commit/0f95ebda44e8da7ce40c50d4604ecd398a233220))
10+
11+
- fix!: trigger npm publish (v5.0.0) (#496) ([2b10b06](https://github.com/salesforcecli/plugin-lightning-dev/commit/2b10b060278190d681aabc54cac325a9b7c9dcad)), closes [#496](https://github.com/salesforcecli/plugin-lightning-dev/issues/496)
12+
13+
### BREAKING CHANGES
14+
15+
- this version works with 260 release and newer
16+
117
## [4.4.12](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.11...4.4.12) (2025-08-10)
218

319
### Bug Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There should be no differences when running via the Salesforce CLI or using the
6565
```bash
6666
# Link your plugin to the sf cli
6767
sf plugins link .
68-
# To verify
68+
# To verify the plugin is properly linked
6969
sf plugins
7070
```
7171

@@ -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.4.12/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.0/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/4.4.12/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.0/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/4.4.12/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.0/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": "4.4.12",
4+
"version": "5.0.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)