Skip to content

Commit 8133060

Browse files
committed
chore(release): 1.7.0 [skip ci]
1 parent c544592 commit 8133060

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.7.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.6.0...1.7.0) (2024-10-07)
2+
3+
### Features
4+
5+
- prompt user to select device type ([#195](https://github.com/salesforcecli/plugin-lightning-dev/issues/195)) ([c544592](https://github.com/salesforcecli/plugin-lightning-dev/commit/c54459285ff9d9e2ed072588a2aadeb47b4c56c1))
6+
17
# [1.6.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.5.0...1.6.0) (2024-10-02)
28

39
### Features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ FLAGS
156156
-n, --name=<value> Name of the Lightning Experience app to preview.
157157
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
158158
configuration variable is already set.
159-
-t, --device-type=<option> [default: desktop] Type of device to display the app preview.
159+
-t, --device-type=<option> Type of device to display the app preview.
160160
<options: desktop|ios|android>
161161
162162
GLOBAL FLAGS
@@ -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.6.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.7.0/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.6.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.7.0/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.6.0",
4+
"version": "1.7.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)