Skip to content

Commit

Permalink
chore(release): 2.6.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 17, 2024
1 parent b24ecc4 commit 421dd77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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/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`

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

<!-- 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": "2.6.2",
"version": "2.6.3",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 421dd77

Please sign in to comment.