From adbc95459494e432f06616452540538b7abff331 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 2 Nov 2024 00:37:46 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed45544..b6e0be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.9.0...1.9.1) (2024-11-02) + +### Bug Fixes + +- backport namespace and dir fix ([19bd2eb](https://github.com/salesforcecli/plugin-lightning-dev/commit/19bd2eb7e425a5c370c3173fdfe73417b64a52c3)) +- backport namespace and dir fixes ([957e507](https://github.com/salesforcecli/plugin-lightning-dev/commit/957e507976092827d68aaf19c1e3d3aca4f839ba)) +- backporting the workflow scripts to 252-patch @W-16974485@ ([#234](https://github.com/salesforcecli/plugin-lightning-dev/issues/234)) ([d154d3f](https://github.com/salesforcecli/plugin-lightning-dev/commit/d154d3f6df2582be6ea3ea0339a0e80a9eea451a)) +- trigger release ([#233](https://github.com/salesforcecli/plugin-lightning-dev/issues/233)) ([b06021f](https://github.com/salesforcecli/plugin-lightning-dev/commit/b06021f12ebaf6467e3b629cf6b8d3924f2b48bc)) + # [1.9.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.8.0...1.9.0) (2024-10-11) ### Features diff --git a/README.md b/README.md index 5946744..8aa9e03 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/1.9.0/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.9.1/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/1.9.0/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.9.1/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index 7f9b59f..2de1425 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": "1.9.0", + "version": "1.9.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {