Skip to content

Commit

Permalink
Merge branch 'main' into nrkruk/commerceFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk authored Feb 26, 2025
2 parents e70e398 + e239764 commit 6f4c258
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 @@
## [3.2.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.2.2...3.2.3) (2025-02-26)

### Bug Fixes

- @W-17758477 cli accepts a provided sid token for use during sites local dev ([#346](https://github.com/salesforcecli/plugin-lightning-dev/issues/346)) ([143bbc1](https://github.com/salesforcecli/plugin-lightning-dev/commit/143bbc1ef3fac99d735c9f6afb8ceaf4a12781db))

## [3.2.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.2.1...3.2.2) (2025-02-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,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/3.2.2/src/commands/lightning/dev/app.ts)_
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.3/src/commands/lightning/dev/app.ts)_

## `sf lightning dev component`

Expand Down Expand Up @@ -246,7 +246,7 @@ EXAMPLES
$ sf lightning dev component --name myComponent
```

_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.2/src/commands/lightning/dev/component.ts)_
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.3/src/commands/lightning/dev/component.ts)_

## `sf lightning dev site`

Expand Down Expand Up @@ -300,6 +300,6 @@ EXAMPLES
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
```

_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.2/src/commands/lightning/dev/site.ts)_
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.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": "3.2.2",
"version": "3.2.3",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 6f4c258

Please sign in to comment.