Skip to content

Commit 7c8d5e5

Browse files
committed
chore(release): 2.0.1 [skip ci]
1 parent 9c34a2f commit 7c8d5e5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.0.0...2.0.1) (2024-10-16)
2+
3+
### Bug Fixes
4+
5+
- add runs-on property to release workflow @W-16974485@ ([#204](https://github.com/salesforcecli/plugin-lightning-dev/issues/204)) ([9c34a2f](https://github.com/salesforcecli/plugin-lightning-dev/commit/9c34a2f80164aca498d702d5e8bb06cb1b87da49))
6+
17
# [2.0.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.9.0...2.0.0) (2024-10-15)
28

39
- feat!: 254 code line cut over, main now tracks 254(spring25) codeline @W-16974485@ (#203) ([20994b9](https://github.com/salesforcecli/plugin-lightning-dev/commit/20994b90f23635e43cb780a3d359ca1fb3b688dd)), closes [#203](https://github.com/salesforcecli/plugin-lightning-dev/issues/203)

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/2.0.0/src/commands/lightning/dev/app.ts)_
203+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.0.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/2.0.0/src/commands/lightning/dev/site.ts)_
247+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.0.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": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)