Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 7, 2024
1 parent c544592 commit 8133060
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.7.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.6.0...1.7.0) (2024-10-07)

### Features

- 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))

# [1.6.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.5.0...1.6.0) (2024-10-02)

### Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FLAGS
-n, --name=<value> Name of the Lightning Experience app to preview.
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
configuration variable is already set.
-t, --device-type=<option> [default: desktop] Type of device to display the app preview.
-t, --device-type=<option> Type of device to display the app preview.
<options: desktop|ios|android>
GLOBAL FLAGS
Expand Down Expand Up @@ -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.6.0/src/commands/lightning/dev/app.ts)_
_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)_

## `sf lightning dev site`

Expand Down Expand Up @@ -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.6.0/src/commands/lightning/dev/site.ts)_
_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)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-lightning-dev",
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
"version": "1.6.0",
"version": "1.7.0",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 8133060

Please sign in to comment.