Skip to content

Commit adbc954

Browse files
committed
chore(release): 1.9.1 [skip ci]
1 parent d154d3f commit adbc954

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.9.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.9.0...1.9.1) (2024-11-02)
2+
3+
### Bug Fixes
4+
5+
- backport namespace and dir fix ([19bd2eb](https://github.com/salesforcecli/plugin-lightning-dev/commit/19bd2eb7e425a5c370c3173fdfe73417b64a52c3))
6+
- backport namespace and dir fixes ([957e507](https://github.com/salesforcecli/plugin-lightning-dev/commit/957e507976092827d68aaf19c1e3d3aca4f839ba))
7+
- 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))
8+
- trigger release ([#233](https://github.com/salesforcecli/plugin-lightning-dev/issues/233)) ([b06021f](https://github.com/salesforcecli/plugin-lightning-dev/commit/b06021f12ebaf6467e3b629cf6b8d3924f2b48bc))
9+
110
# [1.9.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.8.0...1.9.0) (2024-10-11)
211

312
### Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ EXAMPLES
200200
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201201
```
202202

203-
_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)_
203+
_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)_
204204

205205
## `sf lightning dev site`
206206

@@ -244,6 +244,6 @@ EXAMPLES
244244
$ sf lightning dev site --name "Partner Central" --target-org myOrg
245245
```
246246

247-
_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)_
247+
_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)_
248248

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

0 commit comments

Comments
 (0)