From 421dd77b6a9e979af3ff02fba0317de1fd357596 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 17 Dec 2024 21:33:12 +0000 Subject: [PATCH] chore(release): 2.6.3 [skip ci] --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6899f4f..655d34a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.6.2...2.6.3) (2024-12-17) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.33 to 4.1.0 ([#298](https://github.com/salesforcecli/plugin-lightning-dev/issues/298)) ([de34c0c](https://github.com/salesforcecli/plugin-lightning-dev/commit/de34c0cf3eb102b100dffe53a168698c5497060f)) +- **deps:** bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group ([#296](https://github.com/salesforcecli/plugin-lightning-dev/issues/296)) ([b24ecc4](https://github.com/salesforcecli/plugin-lightning-dev/commit/b24ecc4377814fc3bc049e6c1934498cc77e59de)) + ## [2.6.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.6.1...2.6.2) (2024-12-06) ### Bug Fixes diff --git a/README.md b/README.md index 10ac1eb..b0b9973 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.6.2/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.3/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.6.2/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.3/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index 8550c8e..f55c5bf 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.6.2", + "version": "2.6.3", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {