From 97df0ead7fccc2b9a00eb8dc84e2fc4b3d8954fb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 18 Dec 2024 20:41:31 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0631e24..cdd646d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.0.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.7.0...3.0.0) (2024-12-18) + +- fix!: trigger a major release (#299) ([135c6a8](https://github.com/salesforcecli/plugin-lightning-dev/commit/135c6a8e93241ac060d0b37db80a2ce2a4cb6bd8)), closes [#299](https://github.com/salesforcecli/plugin-lightning-dev/issues/299) + +### BREAKING CHANGES + +- this version works with 256(summer25) release and newer + +@W-17311538@ + # [2.7.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.6.4...2.7.0) (2024-12-17) ### Features diff --git a/README.md b/README.md index 8b0d5d2..bde11e5 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ EXAMPLES $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max" ``` -_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.7.0/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.0.0/src/commands/lightning/dev/app.ts)_ ## `sf lightning dev site` @@ -244,6 +244,6 @@ EXAMPLES $ sf lightning dev site --name "Partner Central" --target-org myOrg ``` -_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.7.0/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.0.0/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index c49a829..68829ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-lightning-dev", "description": "Lightning development tools for LEX, Mobile, and Experience Sites", - "version": "2.7.0", + "version": "3.0.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {