From a50251b386afea6c0889550af3e639af333beec1 Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Mon, 16 Feb 2026 02:08:36 -0500 Subject: [PATCH 1/2] chore: rename package from plugin-webapp to plugin-app-dev @W-21218001@ Co-authored-by: Cursor --- .vscode/settings.json | 22 +- CHANGELOG.md | 572 ++++++++++++++++++------------------- README.md | 12 +- SF_WEBAPP_DEV_GUIDE.md | 6 +- command-snapshot.json | 2 +- package.json | 8 +- src/commands/webapp/dev.ts | 2 +- 7 files changed, 322 insertions(+), 302 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d7de40b..b32de28 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,25 @@ }, "editor.tabSize": 2, "editor.formatOnSave": true, - "rewrap.wrappingColumn": 80 + "rewrap.wrappingColumn": 80, + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#77ba9f", + "activityBar.background": "#77ba9f", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#8856a9", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#77ba9f", + "statusBar.background": "#56a887", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#45866c", + "statusBarItem.remoteBackground": "#56a887", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#56a887", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#56a88799", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#56a887" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e063bbb..33bf09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,756 +1,756 @@ -## [1.1.73](https://github.com/salesforcecli/plugin-webapp/compare/1.1.72...1.1.73) (2025-11-02) +## [1.1.73](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.72...1.1.73) (2025-11-02) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.23.3 to 8.23.4 ([88a4cfd](https://github.com/salesforcecli/plugin-webapp/commit/88a4cfd8b379d2d7fba210e81e7872ec3f54cf13)) +- **deps:** bump @salesforce/core from 8.23.3 to 8.23.4 ([88a4cfd](https://github.com/salesforcecli/plugin-app-dev/commit/88a4cfd8b379d2d7fba210e81e7872ec3f54cf13)) -## [1.1.72](https://github.com/salesforcecli/plugin-webapp/compare/1.1.71...1.1.72) (2025-11-02) +## [1.1.72](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.71...1.1.72) (2025-11-02) ### Bug Fixes -- **deps:** bump @oclif/core from 4.7.2 to 4.8.0 ([58e5799](https://github.com/salesforcecli/plugin-webapp/commit/58e57999764c14c24548c5b1c61e17206d235dee)) +- **deps:** bump @oclif/core from 4.7.2 to 4.8.0 ([58e5799](https://github.com/salesforcecli/plugin-app-dev/commit/58e57999764c14c24548c5b1c61e17206d235dee)) -## [1.1.71](https://github.com/salesforcecli/plugin-webapp/compare/1.1.70...1.1.71) (2025-10-27) +## [1.1.71](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.70...1.1.71) (2025-10-27) ### Bug Fixes -- **deps:** bump @oclif/core from 4.5.6 to 4.7.2 ([90345d7](https://github.com/salesforcecli/plugin-webapp/commit/90345d737b70616508370dd921fcebc7965798e1)) +- **deps:** bump @oclif/core from 4.5.6 to 4.7.2 ([90345d7](https://github.com/salesforcecli/plugin-app-dev/commit/90345d737b70616508370dd921fcebc7965798e1)) -## [1.1.70](https://github.com/salesforcecli/plugin-webapp/compare/1.1.69...1.1.70) (2025-10-26) +## [1.1.70](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.69...1.1.70) (2025-10-26) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.2.4 to 12.2.5 ([d33048a](https://github.com/salesforcecli/plugin-webapp/commit/d33048a68fe7f0e3f8bfe7508d051edf7c31e6e4)) +- **deps:** bump @salesforce/sf-plugins-core from 12.2.4 to 12.2.5 ([d33048a](https://github.com/salesforcecli/plugin-app-dev/commit/d33048a68fe7f0e3f8bfe7508d051edf7c31e6e4)) -## [1.1.69](https://github.com/salesforcecli/plugin-webapp/compare/1.1.68...1.1.69) (2025-10-26) +## [1.1.69](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.68...1.1.69) (2025-10-26) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.23.2 to 8.23.3 ([5fe64f7](https://github.com/salesforcecli/plugin-webapp/commit/5fe64f7a47e059655d5ecf9d2bfa0a9c7e82b1db)) +- **deps:** bump @salesforce/core from 8.23.2 to 8.23.3 ([5fe64f7](https://github.com/salesforcecli/plugin-app-dev/commit/5fe64f7a47e059655d5ecf9d2bfa0a9c7e82b1db)) -## [1.1.68](https://github.com/salesforcecli/plugin-webapp/compare/1.1.67...1.1.68) (2025-10-19) +## [1.1.68](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.67...1.1.68) (2025-10-19) ### Bug Fixes -- **deps:** bump @oclif/core from 4.5.5 to 4.5.6 ([5b71fd7](https://github.com/salesforcecli/plugin-webapp/commit/5b71fd73cd06a041e7dbe00cea8b69e997b278ba)) +- **deps:** bump @oclif/core from 4.5.5 to 4.5.6 ([5b71fd7](https://github.com/salesforcecli/plugin-app-dev/commit/5b71fd73cd06a041e7dbe00cea8b69e997b278ba)) -## [1.1.67](https://github.com/salesforcecli/plugin-webapp/compare/1.1.66...1.1.67) (2025-10-12) +## [1.1.67](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.66...1.1.67) (2025-10-12) ### Bug Fixes -- **deps:** bump @oclif/core from 4.5.4 to 4.5.5 ([32aea67](https://github.com/salesforcecli/plugin-webapp/commit/32aea6776b482db75d601556e7bf59dc49a2482c)) +- **deps:** bump @oclif/core from 4.5.4 to 4.5.5 ([32aea67](https://github.com/salesforcecli/plugin-app-dev/commit/32aea6776b482db75d601556e7bf59dc49a2482c)) -## [1.1.66](https://github.com/salesforcecli/plugin-webapp/compare/1.1.65...1.1.66) (2025-10-12) +## [1.1.66](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.65...1.1.66) (2025-10-12) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.23.1 to 8.23.2 ([064c895](https://github.com/salesforcecli/plugin-webapp/commit/064c8955da97d01e30a7593c4603afafd30f1980)) +- **deps:** bump @salesforce/core from 8.23.1 to 8.23.2 ([064c895](https://github.com/salesforcecli/plugin-app-dev/commit/064c8955da97d01e30a7593c4603afafd30f1980)) -## [1.1.65](https://github.com/salesforcecli/plugin-webapp/compare/1.1.64...1.1.65) (2025-09-21) +## [1.1.65](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.64...1.1.65) (2025-09-21) ### Bug Fixes -- **deps:** bump @oclif/core from 4.5.3 to 4.5.4 ([fce98cc](https://github.com/salesforcecli/plugin-webapp/commit/fce98ccff28e0be34c6c4642630e706cc689dcf7)) +- **deps:** bump @oclif/core from 4.5.3 to 4.5.4 ([fce98cc](https://github.com/salesforcecli/plugin-app-dev/commit/fce98ccff28e0be34c6c4642630e706cc689dcf7)) -## [1.1.64](https://github.com/salesforcecli/plugin-webapp/compare/1.1.63...1.1.64) (2025-09-14) +## [1.1.64](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.63...1.1.64) (2025-09-14) ### Bug Fixes -- **deps:** bump @oclif/core from 4.5.2 to 4.5.3 ([3396334](https://github.com/salesforcecli/plugin-webapp/commit/339633443d7c72705341aafbb5a908e347b8597a)) +- **deps:** bump @oclif/core from 4.5.2 to 4.5.3 ([3396334](https://github.com/salesforcecli/plugin-app-dev/commit/339633443d7c72705341aafbb5a908e347b8597a)) -## [1.1.63](https://github.com/salesforcecli/plugin-webapp/compare/1.1.62...1.1.63) (2025-09-07) +## [1.1.63](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.62...1.1.63) (2025-09-07) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.22.0 to 8.23.0 ([54d3eab](https://github.com/salesforcecli/plugin-webapp/commit/54d3eab857eacf9e06b9eba9e645e4d741f94f56)) +- **deps:** bump @salesforce/core from 8.22.0 to 8.23.0 ([54d3eab](https://github.com/salesforcecli/plugin-app-dev/commit/54d3eab857eacf9e06b9eba9e645e4d741f94f56)) -## [1.1.62](https://github.com/salesforcecli/plugin-webapp/compare/1.1.61...1.1.62) (2025-09-07) +## [1.1.62](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.61...1.1.62) (2025-09-07) ### Bug Fixes -- **deps:** bump @salesforce/kit from 3.2.3 to 3.2.4 ([d3a9322](https://github.com/salesforcecli/plugin-webapp/commit/d3a932278738af8ecda5d46e10911cd4e9afeb56)) +- **deps:** bump @salesforce/kit from 3.2.3 to 3.2.4 ([d3a9322](https://github.com/salesforcecli/plugin-app-dev/commit/d3a932278738af8ecda5d46e10911cd4e9afeb56)) -## [1.1.61](https://github.com/salesforcecli/plugin-webapp/compare/1.1.60...1.1.61) (2025-08-24) +## [1.1.61](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.60...1.1.61) (2025-08-24) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.19.1 to 8.21.2 ([df330fe](https://github.com/salesforcecli/plugin-webapp/commit/df330fea0e0196d112b1e424cf70cb4ff34f6d61)) +- **deps:** bump @salesforce/core from 8.19.1 to 8.21.2 ([df330fe](https://github.com/salesforcecli/plugin-app-dev/commit/df330fea0e0196d112b1e424cf70cb4ff34f6d61)) -## [1.1.60](https://github.com/salesforcecli/plugin-webapp/compare/1.1.59...1.1.60) (2025-08-10) +## [1.1.60](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.59...1.1.60) (2025-08-10) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.2.3 to 12.2.4 ([58eaf97](https://github.com/salesforcecli/plugin-webapp/commit/58eaf973d9cd08855ddae700f15c2632ae321048)) +- **deps:** bump @salesforce/sf-plugins-core from 12.2.3 to 12.2.4 ([58eaf97](https://github.com/salesforcecli/plugin-app-dev/commit/58eaf973d9cd08855ddae700f15c2632ae321048)) -## [1.1.59](https://github.com/salesforcecli/plugin-webapp/compare/1.1.58...1.1.59) (2025-08-10) +## [1.1.59](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.58...1.1.59) (2025-08-10) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.18.7 to 8.19.1 ([d01dc93](https://github.com/salesforcecli/plugin-webapp/commit/d01dc9349bb154c5e215483fe1b3d2d877c1f488)) +- **deps:** bump @salesforce/core from 8.18.7 to 8.19.1 ([d01dc93](https://github.com/salesforcecli/plugin-app-dev/commit/d01dc9349bb154c5e215483fe1b3d2d877c1f488)) -## [1.1.58](https://github.com/salesforcecli/plugin-webapp/compare/1.1.57...1.1.58) (2025-08-03) +## [1.1.58](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.57...1.1.58) (2025-08-03) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.18.5 to 8.18.7 ([98a5afa](https://github.com/salesforcecli/plugin-webapp/commit/98a5afa24894d5d6f2da9c5bffe8d0932ef1f616)) +- **deps:** bump @salesforce/core from 8.18.5 to 8.18.7 ([98a5afa](https://github.com/salesforcecli/plugin-app-dev/commit/98a5afa24894d5d6f2da9c5bffe8d0932ef1f616)) -## [1.1.57](https://github.com/salesforcecli/plugin-webapp/compare/1.1.56...1.1.57) (2025-07-22) +## [1.1.57](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.56...1.1.57) (2025-07-22) ### Bug Fixes -- **deps:** bump form-data from 4.0.0 to 4.0.4 ([e2b6b45](https://github.com/salesforcecli/plugin-webapp/commit/e2b6b454b80484f4c0ce29280b2a35312b163e31)) +- **deps:** bump form-data from 4.0.0 to 4.0.4 ([e2b6b45](https://github.com/salesforcecli/plugin-app-dev/commit/e2b6b454b80484f4c0ce29280b2a35312b163e31)) -## [1.1.56](https://github.com/salesforcecli/plugin-webapp/compare/1.1.55...1.1.56) (2025-07-20) +## [1.1.56](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.55...1.1.56) (2025-07-20) ### Bug Fixes -- **deps:** bump @oclif/core from 4.5.0 to 4.5.1 ([2b55f7c](https://github.com/salesforcecli/plugin-webapp/commit/2b55f7c6e6ae0ee36c87946579c06ec3e8ac799d)) +- **deps:** bump @oclif/core from 4.5.0 to 4.5.1 ([2b55f7c](https://github.com/salesforcecli/plugin-app-dev/commit/2b55f7c6e6ae0ee36c87946579c06ec3e8ac799d)) -## [1.1.55](https://github.com/salesforcecli/plugin-webapp/compare/1.1.54...1.1.55) (2025-07-13) +## [1.1.55](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.54...1.1.55) (2025-07-13) ### Bug Fixes -- **deps:** bump @oclif/core from 4.4.1 to 4.5.0 ([50560a5](https://github.com/salesforcecli/plugin-webapp/commit/50560a5fc9e26b2b3e70d92cd700c694cd913d9e)) +- **deps:** bump @oclif/core from 4.4.1 to 4.5.0 ([50560a5](https://github.com/salesforcecli/plugin-app-dev/commit/50560a5fc9e26b2b3e70d92cd700c694cd913d9e)) -## [1.1.54](https://github.com/salesforcecli/plugin-webapp/compare/1.1.53...1.1.54) (2025-07-13) +## [1.1.54](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.53...1.1.54) (2025-07-13) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.17.0 to 8.18.1 ([2f15c83](https://github.com/salesforcecli/plugin-webapp/commit/2f15c83df4b859a8425b47a39382f91140feb787)) +- **deps:** bump @salesforce/core from 8.17.0 to 8.18.1 ([2f15c83](https://github.com/salesforcecli/plugin-app-dev/commit/2f15c83df4b859a8425b47a39382f91140feb787)) -## [1.1.53](https://github.com/salesforcecli/plugin-webapp/compare/1.1.52...1.1.53) (2025-07-06) +## [1.1.53](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.52...1.1.53) (2025-07-06) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.15.0 to 8.17.0 ([de55ded](https://github.com/salesforcecli/plugin-webapp/commit/de55dedf434cff1075b068785349f2e9ecbbe3e5)) +- **deps:** bump @salesforce/core from 8.15.0 to 8.17.0 ([de55ded](https://github.com/salesforcecli/plugin-app-dev/commit/de55dedf434cff1075b068785349f2e9ecbbe3e5)) -## [1.1.52](https://github.com/salesforcecli/plugin-webapp/compare/1.1.51...1.1.52) (2025-07-06) +## [1.1.52](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.51...1.1.52) (2025-07-06) ### Bug Fixes -- **deps:** bump @oclif/core from 4.4.0 to 4.4.1 ([65ea7fc](https://github.com/salesforcecli/plugin-webapp/commit/65ea7fcdfd824706b530f1524bed471ff4ac3ae1)) +- **deps:** bump @oclif/core from 4.4.0 to 4.4.1 ([65ea7fc](https://github.com/salesforcecli/plugin-app-dev/commit/65ea7fcdfd824706b530f1524bed471ff4ac3ae1)) -## [1.1.51](https://github.com/salesforcecli/plugin-webapp/compare/1.1.50...1.1.51) (2025-06-29) +## [1.1.51](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.50...1.1.51) (2025-06-29) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.2.2 to 12.2.3 ([77ffad0](https://github.com/salesforcecli/plugin-webapp/commit/77ffad01958802d1f55fe7ce21c8da0ae9b41835)) +- **deps:** bump @salesforce/sf-plugins-core from 12.2.2 to 12.2.3 ([77ffad0](https://github.com/salesforcecli/plugin-app-dev/commit/77ffad01958802d1f55fe7ce21c8da0ae9b41835)) -## [1.1.50](https://github.com/salesforcecli/plugin-webapp/compare/1.1.49...1.1.50) (2025-06-22) +## [1.1.50](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.49...1.1.50) (2025-06-22) ### Bug Fixes -- **deps:** bump @oclif/core from 4.3.3 to 4.4.0 ([24859ac](https://github.com/salesforcecli/plugin-webapp/commit/24859ac662105b9f7a4acb1f08bd8dd6fda61bda)) +- **deps:** bump @oclif/core from 4.3.3 to 4.4.0 ([24859ac](https://github.com/salesforcecli/plugin-app-dev/commit/24859ac662105b9f7a4acb1f08bd8dd6fda61bda)) -## [1.1.49](https://github.com/salesforcecli/plugin-webapp/compare/1.1.48...1.1.49) (2025-06-15) +## [1.1.49](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.48...1.1.49) (2025-06-15) ### Bug Fixes -- **deps:** bump @oclif/core from 4.3.2 to 4.3.3 ([c01b904](https://github.com/salesforcecli/plugin-webapp/commit/c01b90475b0803d41f8bc21fa3dbdebed4e9760d)) +- **deps:** bump @oclif/core from 4.3.2 to 4.3.3 ([c01b904](https://github.com/salesforcecli/plugin-app-dev/commit/c01b90475b0803d41f8bc21fa3dbdebed4e9760d)) -## [1.1.48](https://github.com/salesforcecli/plugin-webapp/compare/1.1.47...1.1.48) (2025-06-15) +## [1.1.48](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.47...1.1.48) (2025-06-15) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.12.0 to 8.14.0 ([4568adb](https://github.com/salesforcecli/plugin-webapp/commit/4568adb4259003d2fb512bdc9a4fac085c01c0a7)) +- **deps:** bump @salesforce/core from 8.12.0 to 8.14.0 ([4568adb](https://github.com/salesforcecli/plugin-app-dev/commit/4568adb4259003d2fb512bdc9a4fac085c01c0a7)) -## [1.1.47](https://github.com/salesforcecli/plugin-webapp/compare/1.1.46...1.1.47) (2025-06-08) +## [1.1.47](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.46...1.1.47) (2025-06-08) ### Bug Fixes -- **deps:** bump @oclif/core from 4.3.0 to 4.3.2 ([7fd88b5](https://github.com/salesforcecli/plugin-webapp/commit/7fd88b50114305555ffc4a8de394440bba78663a)) +- **deps:** bump @oclif/core from 4.3.0 to 4.3.2 ([7fd88b5](https://github.com/salesforcecli/plugin-app-dev/commit/7fd88b50114305555ffc4a8de394440bba78663a)) -## [1.1.46](https://github.com/salesforcecli/plugin-webapp/compare/1.1.45...1.1.46) (2025-06-01) +## [1.1.46](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.45...1.1.46) (2025-06-01) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.11.3 to 8.11.4 ([3e204de](https://github.com/salesforcecli/plugin-webapp/commit/3e204de605e4a0c529be56d7fd63dde174bb0707)) +- **deps:** bump @salesforce/core from 8.11.3 to 8.11.4 ([3e204de](https://github.com/salesforcecli/plugin-app-dev/commit/3e204de605e4a0c529be56d7fd63dde174bb0707)) -## [1.1.45](https://github.com/salesforcecli/plugin-webapp/compare/1.1.44...1.1.45) (2025-05-25) +## [1.1.45](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.44...1.1.45) (2025-05-25) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.11.0 to 8.11.1 ([f3badad](https://github.com/salesforcecli/plugin-webapp/commit/f3badadc48a3a190379187182d9708f8fa8b025b)) +- **deps:** bump @salesforce/core from 8.11.0 to 8.11.1 ([f3badad](https://github.com/salesforcecli/plugin-app-dev/commit/f3badadc48a3a190379187182d9708f8fa8b025b)) -## [1.1.44](https://github.com/salesforcecli/plugin-webapp/compare/1.1.43...1.1.44) (2025-05-18) +## [1.1.44](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.43...1.1.44) (2025-05-18) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 ([573bb0f](https://github.com/salesforcecli/plugin-webapp/commit/573bb0f83c68105699ea265dcf313abf460f8020)) +- **deps:** bump @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 ([573bb0f](https://github.com/salesforcecli/plugin-app-dev/commit/573bb0f83c68105699ea265dcf313abf460f8020)) -## [1.1.43](https://github.com/salesforcecli/plugin-webapp/compare/1.1.42...1.1.43) (2025-05-18) +## [1.1.43](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.42...1.1.43) (2025-05-18) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.10.3 to 8.11.0 ([3af2374](https://github.com/salesforcecli/plugin-webapp/commit/3af2374f0a035ab33973e500a50d5c1cf8eea587)) +- **deps:** bump @salesforce/core from 8.10.3 to 8.11.0 ([3af2374](https://github.com/salesforcecli/plugin-app-dev/commit/3af2374f0a035ab33973e500a50d5c1cf8eea587)) -## [1.1.42](https://github.com/salesforcecli/plugin-webapp/compare/1.1.41...1.1.42) (2025-05-11) +## [1.1.42](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.41...1.1.42) (2025-05-11) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.10.1 to 8.10.3 ([04d8ca0](https://github.com/salesforcecli/plugin-webapp/commit/04d8ca02f3618d8578f59c959c06eb68c6936ed1)) +- **deps:** bump @salesforce/core from 8.10.1 to 8.10.3 ([04d8ca0](https://github.com/salesforcecli/plugin-app-dev/commit/04d8ca02f3618d8578f59c959c06eb68c6936ed1)) -## [1.1.41](https://github.com/salesforcecli/plugin-webapp/compare/1.1.40...1.1.41) (2025-05-04) +## [1.1.41](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.40...1.1.41) (2025-05-04) ### Bug Fixes -- **deps:** bump @oclif/core from 4.2.10 to 4.3.0 ([3649eea](https://github.com/salesforcecli/plugin-webapp/commit/3649eea1ccbaed2364a90a3f61a4fa9070bdd3f8)) +- **deps:** bump @oclif/core from 4.2.10 to 4.3.0 ([3649eea](https://github.com/salesforcecli/plugin-app-dev/commit/3649eea1ccbaed2364a90a3f61a4fa9070bdd3f8)) -## [1.1.40](https://github.com/salesforcecli/plugin-webapp/compare/1.1.39...1.1.40) (2025-05-04) +## [1.1.40](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.39...1.1.40) (2025-05-04) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.10.0 to 8.10.1 ([101ceef](https://github.com/salesforcecli/plugin-webapp/commit/101ceefdb6167fe0251ddcb77e74a082721c5250)) +- **deps:** bump @salesforce/core from 8.10.0 to 8.10.1 ([101ceef](https://github.com/salesforcecli/plugin-app-dev/commit/101ceefdb6167fe0251ddcb77e74a082721c5250)) -## [1.1.39](https://github.com/salesforcecli/plugin-webapp/compare/1.1.38...1.1.39) (2025-04-13) +## [1.1.39](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.38...1.1.39) (2025-04-13) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.8.7 to 8.9.0 ([1661765](https://github.com/salesforcecli/plugin-webapp/commit/166176512cb68a127bfb19c46e71fd84d0bf4bf5)) +- **deps:** bump @salesforce/core from 8.8.7 to 8.9.0 ([1661765](https://github.com/salesforcecli/plugin-app-dev/commit/166176512cb68a127bfb19c46e71fd84d0bf4bf5)) -## [1.1.38](https://github.com/salesforcecli/plugin-webapp/compare/1.1.37...1.1.38) (2025-03-30) +## [1.1.38](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.37...1.1.38) (2025-03-30) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.8.6 to 8.8.7 ([a1e297c](https://github.com/salesforcecli/plugin-webapp/commit/a1e297c773b3cd9499bd766f0085a8bdc81eb984)) +- **deps:** bump @salesforce/core from 8.8.6 to 8.8.7 ([a1e297c](https://github.com/salesforcecli/plugin-app-dev/commit/a1e297c773b3cd9499bd766f0085a8bdc81eb984)) -## [1.1.37](https://github.com/salesforcecli/plugin-webapp/compare/1.1.36...1.1.37) (2025-03-23) +## [1.1.37](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.36...1.1.37) (2025-03-23) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.2.0 to 12.2.1 ([3412cc3](https://github.com/salesforcecli/plugin-webapp/commit/3412cc320fc8631b81c05a28267716c35b4d86e2)) +- **deps:** bump @salesforce/sf-plugins-core from 12.2.0 to 12.2.1 ([3412cc3](https://github.com/salesforcecli/plugin-app-dev/commit/3412cc320fc8631b81c05a28267716c35b4d86e2)) -## [1.1.36](https://github.com/salesforcecli/plugin-webapp/compare/1.1.35...1.1.36) (2025-03-23) +## [1.1.36](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.35...1.1.36) (2025-03-23) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.8.5 to 8.8.6 ([2e4a09c](https://github.com/salesforcecli/plugin-webapp/commit/2e4a09c1cb6509505867cbc826215d6ac7a811d2)) +- **deps:** bump @salesforce/core from 8.8.5 to 8.8.6 ([2e4a09c](https://github.com/salesforcecli/plugin-app-dev/commit/2e4a09c1cb6509505867cbc826215d6ac7a811d2)) -## [1.1.35](https://github.com/salesforcecli/plugin-webapp/compare/1.1.34...1.1.35) (2025-03-16) +## [1.1.35](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.34...1.1.35) (2025-03-16) ### Bug Fixes -- **deps:** bump @oclif/core from 4.2.9 to 4.2.10 ([36b178b](https://github.com/salesforcecli/plugin-webapp/commit/36b178ba21adb58682fc80572debd82e257785a4)) +- **deps:** bump @oclif/core from 4.2.9 to 4.2.10 ([36b178b](https://github.com/salesforcecli/plugin-app-dev/commit/36b178ba21adb58682fc80572debd82e257785a4)) -## [1.1.34](https://github.com/salesforcecli/plugin-webapp/compare/1.1.33...1.1.34) (2025-03-03) +## [1.1.34](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.33...1.1.34) (2025-03-03) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.8.3 to 8.8.4 ([ce44123](https://github.com/salesforcecli/plugin-webapp/commit/ce4412340f7f9530220edd7ac69755d34a46a2ce)) +- **deps:** bump @salesforce/core from 8.8.3 to 8.8.4 ([ce44123](https://github.com/salesforcecli/plugin-app-dev/commit/ce4412340f7f9530220edd7ac69755d34a46a2ce)) -## [1.1.33](https://github.com/salesforcecli/plugin-webapp/compare/1.1.32...1.1.33) (2025-03-02) +## [1.1.33](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.32...1.1.33) (2025-03-02) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.1.1 to 12.2.0 ([7a7f834](https://github.com/salesforcecli/plugin-webapp/commit/7a7f8347d120943197b5536371063f5c5497c078)) +- **deps:** bump @salesforce/sf-plugins-core from 12.1.1 to 12.2.0 ([7a7f834](https://github.com/salesforcecli/plugin-app-dev/commit/7a7f8347d120943197b5536371063f5c5497c078)) -## [1.1.32](https://github.com/salesforcecli/plugin-webapp/compare/1.1.31...1.1.32) (2025-02-23) +## [1.1.32](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.31...1.1.32) (2025-02-23) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.8.2 to 8.8.3 ([260fbc1](https://github.com/salesforcecli/plugin-webapp/commit/260fbc1d1ccba18f739e492504933870d50e10ea)) +- **deps:** bump @salesforce/core from 8.8.2 to 8.8.3 ([260fbc1](https://github.com/salesforcecli/plugin-app-dev/commit/260fbc1d1ccba18f739e492504933870d50e10ea)) -## [1.1.31](https://github.com/salesforcecli/plugin-webapp/compare/1.1.30...1.1.31) (2025-01-19) +## [1.1.31](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.30...1.1.31) (2025-01-19) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.8.0 to 8.8.2 ([b396a24](https://github.com/salesforcecli/plugin-webapp/commit/b396a245025f1067a52901b7b8af17ac80ec5526)) +- **deps:** bump @salesforce/core from 8.8.0 to 8.8.2 ([b396a24](https://github.com/salesforcecli/plugin-app-dev/commit/b396a245025f1067a52901b7b8af17ac80ec5526)) -## [1.1.30](https://github.com/salesforcecli/plugin-webapp/compare/1.1.29...1.1.30) (2024-12-15) +## [1.1.30](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.29...1.1.30) (2024-12-15) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.1.0 to 12.1.1 ([cf0b086](https://github.com/salesforcecli/plugin-webapp/commit/cf0b086bb3d477c5b0a7576bbe76a7c9397f0c9b)) +- **deps:** bump @salesforce/sf-plugins-core from 12.1.0 to 12.1.1 ([cf0b086](https://github.com/salesforcecli/plugin-app-dev/commit/cf0b086bb3d477c5b0a7576bbe76a7c9397f0c9b)) -## [1.1.29](https://github.com/salesforcecli/plugin-webapp/compare/1.1.28...1.1.29) (2024-12-08) +## [1.1.29](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.28...1.1.29) (2024-12-08) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.33 to 4.0.35 ([e38dc87](https://github.com/salesforcecli/plugin-webapp/commit/e38dc87cf1c6ba84a0225e1ea0b531d87232332d)) +- **deps:** bump @oclif/core from 4.0.33 to 4.0.35 ([e38dc87](https://github.com/salesforcecli/plugin-app-dev/commit/e38dc87cf1c6ba84a0225e1ea0b531d87232332d)) -## [1.1.28](https://github.com/salesforcecli/plugin-webapp/compare/1.1.27...1.1.28) (2024-12-01) +## [1.1.28](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.27...1.1.28) (2024-12-01) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.0.13 to 12.1.0 ([9283001](https://github.com/salesforcecli/plugin-webapp/commit/92830018fe1ea3869c043bec3d8de8e466a42767)) +- **deps:** bump @salesforce/sf-plugins-core from 12.0.13 to 12.1.0 ([9283001](https://github.com/salesforcecli/plugin-app-dev/commit/92830018fe1ea3869c043bec3d8de8e466a42767)) -## [1.1.27](https://github.com/salesforcecli/plugin-webapp/compare/1.1.26...1.1.27) (2024-11-24) +## [1.1.27](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.26...1.1.27) (2024-11-24) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 12.0.11 to 12.0.13 ([329532f](https://github.com/salesforcecli/plugin-webapp/commit/329532ff3eccea7df64becd95f99f52a47d866d3)) +- **deps:** bump @salesforce/sf-plugins-core from 12.0.11 to 12.0.13 ([329532f](https://github.com/salesforcecli/plugin-app-dev/commit/329532ff3eccea7df64becd95f99f52a47d866d3)) -## [1.1.26](https://github.com/salesforcecli/plugin-webapp/compare/1.1.25...1.1.26) (2024-11-18) +## [1.1.26](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.25...1.1.26) (2024-11-18) ### Bug Fixes -- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([4d4ccc5](https://github.com/salesforcecli/plugin-webapp/commit/4d4ccc50235621a53ba891002bc326007f6044e7)) +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([4d4ccc5](https://github.com/salesforcecli/plugin-app-dev/commit/4d4ccc50235621a53ba891002bc326007f6044e7)) -## [1.1.25](https://github.com/salesforcecli/plugin-webapp/compare/1.1.24...1.1.25) (2024-11-07) +## [1.1.25](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.24...1.1.25) (2024-11-07) ### Bug Fixes -- bump sf-plugins-core ([cf9e871](https://github.com/salesforcecli/plugin-webapp/commit/cf9e871563fa6b2af3bb757b16b9bc270ab25963)) +- bump sf-plugins-core ([cf9e871](https://github.com/salesforcecli/plugin-app-dev/commit/cf9e871563fa6b2af3bb757b16b9bc270ab25963)) -## [1.1.24](https://github.com/salesforcecli/plugin-webapp/compare/1.1.23...1.1.24) (2024-10-20) +## [1.1.24](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.23...1.1.24) (2024-10-20) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.28 to 4.0.29 ([f56c443](https://github.com/salesforcecli/plugin-webapp/commit/f56c443158baa9fb6d28acb0c1d8d2e26ed3812c)) +- **deps:** bump @oclif/core from 4.0.28 to 4.0.29 ([f56c443](https://github.com/salesforcecli/plugin-app-dev/commit/f56c443158baa9fb6d28acb0c1d8d2e26ed3812c)) -## [1.1.23](https://github.com/salesforcecli/plugin-webapp/compare/1.1.22...1.1.23) (2024-10-13) +## [1.1.23](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.22...1.1.23) (2024-10-13) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.3.10 to 11.3.12 ([e79385c](https://github.com/salesforcecli/plugin-webapp/commit/e79385ceeb704a3520fc4278a020b3889228093c)) +- **deps:** bump @salesforce/sf-plugins-core from 11.3.10 to 11.3.12 ([e79385c](https://github.com/salesforcecli/plugin-app-dev/commit/e79385ceeb704a3520fc4278a020b3889228093c)) -## [1.1.22](https://github.com/salesforcecli/plugin-webapp/compare/1.1.21...1.1.22) (2024-10-13) +## [1.1.22](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.21...1.1.22) (2024-10-13) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([c0bf36d](https://github.com/salesforcecli/plugin-webapp/commit/c0bf36dc43fdb15d76713867b8c193d7f8208947)) +- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([c0bf36d](https://github.com/salesforcecli/plugin-app-dev/commit/c0bf36dc43fdb15d76713867b8c193d7f8208947)) -## [1.1.21](https://github.com/salesforcecli/plugin-webapp/compare/1.1.20...1.1.21) (2024-09-16) +## [1.1.21](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.20...1.1.21) (2024-09-16) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([befa001](https://github.com/salesforcecli/plugin-webapp/commit/befa0017501103956d4992bc6122685df686354c)) +- **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([befa001](https://github.com/salesforcecli/plugin-app-dev/commit/befa0017501103956d4992bc6122685df686354c)) -## [1.1.20](https://github.com/salesforcecli/plugin-webapp/compare/1.1.19...1.1.20) (2024-09-15) +## [1.1.20](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.19...1.1.20) (2024-09-15) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.3.7 to 11.3.10 ([360f21c](https://github.com/salesforcecli/plugin-webapp/commit/360f21ccfa0a913865844d54d9e243bb9b6326ff)) +- **deps:** bump @salesforce/sf-plugins-core from 11.3.7 to 11.3.10 ([360f21c](https://github.com/salesforcecli/plugin-app-dev/commit/360f21ccfa0a913865844d54d9e243bb9b6326ff)) -## [1.1.19](https://github.com/salesforcecli/plugin-webapp/compare/1.1.18...1.1.19) (2024-09-09) +## [1.1.19](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.18...1.1.19) (2024-09-09) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.19 to 4.0.21 ([8072136](https://github.com/salesforcecli/plugin-webapp/commit/8072136d701b9b5235895c3f9ac688aa0eb6994e)) +- **deps:** bump @oclif/core from 4.0.19 to 4.0.21 ([8072136](https://github.com/salesforcecli/plugin-app-dev/commit/8072136d701b9b5235895c3f9ac688aa0eb6994e)) -## [1.1.18](https://github.com/salesforcecli/plugin-webapp/compare/1.1.17...1.1.18) (2024-09-08) +## [1.1.18](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.17...1.1.18) (2024-09-08) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.3.6 to 11.3.7 ([f9a8e48](https://github.com/salesforcecli/plugin-webapp/commit/f9a8e487d722f848d0e73d41bc571f2f1dde9cc3)) +- **deps:** bump @salesforce/sf-plugins-core from 11.3.6 to 11.3.7 ([f9a8e48](https://github.com/salesforcecli/plugin-app-dev/commit/f9a8e487d722f848d0e73d41bc571f2f1dde9cc3)) -## [1.1.17](https://github.com/salesforcecli/plugin-webapp/compare/1.1.16...1.1.17) (2024-09-01) +## [1.1.17](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.16...1.1.17) (2024-09-01) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.4.0 to 8.5.2 ([188a32b](https://github.com/salesforcecli/plugin-webapp/commit/188a32bc777464912481fffa17a184563aebc98e)) +- **deps:** bump @salesforce/core from 8.4.0 to 8.5.2 ([188a32b](https://github.com/salesforcecli/plugin-app-dev/commit/188a32bc777464912481fffa17a184563aebc98e)) -## [1.1.16](https://github.com/salesforcecli/plugin-webapp/compare/1.1.15...1.1.16) (2024-08-25) +## [1.1.16](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.15...1.1.16) (2024-08-25) ### Bug Fixes -- **deps:** bump micromatch from 4.0.5 to 4.0.8 ([e3f587a](https://github.com/salesforcecli/plugin-webapp/commit/e3f587a5b2d24368edf953fca80d2180c36b2dba)) +- **deps:** bump micromatch from 4.0.5 to 4.0.8 ([e3f587a](https://github.com/salesforcecli/plugin-app-dev/commit/e3f587a5b2d24368edf953fca80d2180c36b2dba)) -## [1.1.15](https://github.com/salesforcecli/plugin-webapp/compare/1.1.14...1.1.15) (2024-08-18) +## [1.1.15](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.14...1.1.15) (2024-08-18) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.3.0 to 11.3.3 ([3698da7](https://github.com/salesforcecli/plugin-webapp/commit/3698da7a7c1d294e77366049f4ae5b35927355da)) +- **deps:** bump @salesforce/sf-plugins-core from 11.3.0 to 11.3.3 ([3698da7](https://github.com/salesforcecli/plugin-app-dev/commit/3698da7a7c1d294e77366049f4ae5b35927355da)) -## [1.1.14](https://github.com/salesforcecli/plugin-webapp/compare/1.1.13...1.1.14) (2024-08-11) +## [1.1.14](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.13...1.1.14) (2024-08-11) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.2.6 to 11.3.0 ([e69d3cc](https://github.com/salesforcecli/plugin-webapp/commit/e69d3cc9560516e2523d16fa4254692490a49d7c)) +- **deps:** bump @salesforce/sf-plugins-core from 11.2.6 to 11.3.0 ([e69d3cc](https://github.com/salesforcecli/plugin-app-dev/commit/e69d3cc9560516e2523d16fa4254692490a49d7c)) -## [1.1.13](https://github.com/salesforcecli/plugin-webapp/compare/1.1.12...1.1.13) (2024-08-05) +## [1.1.13](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.12...1.1.13) (2024-08-05) ### Bug Fixes -- **deps:** bump @salesforce/kit from 3.1.6 to 3.2.1 ([6e7e5fa](https://github.com/salesforcecli/plugin-webapp/commit/6e7e5fa76e0f101c157fe3ac006ca151a2a890d9)) +- **deps:** bump @salesforce/kit from 3.1.6 to 3.2.1 ([6e7e5fa](https://github.com/salesforcecli/plugin-app-dev/commit/6e7e5fa76e0f101c157fe3ac006ca151a2a890d9)) -## [1.1.12](https://github.com/salesforcecli/plugin-webapp/compare/1.1.11...1.1.12) (2024-07-28) +## [1.1.12](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.11...1.1.12) (2024-07-28) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.2.1 to 8.2.5 ([7783e1c](https://github.com/salesforcecli/plugin-webapp/commit/7783e1c124a5149bd7edb73d006a3e419f8fd5bd)) +- **deps:** bump @salesforce/core from 8.2.1 to 8.2.5 ([7783e1c](https://github.com/salesforcecli/plugin-app-dev/commit/7783e1c124a5149bd7edb73d006a3e419f8fd5bd)) -## [1.1.11](https://github.com/salesforcecli/plugin-webapp/compare/1.1.10...1.1.11) (2024-07-28) +## [1.1.11](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.10...1.1.11) (2024-07-28) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.12 to 4.0.16 ([390cc7e](https://github.com/salesforcecli/plugin-webapp/commit/390cc7e2a716a30c141dd3d47cf415769e38bcfd)) +- **deps:** bump @oclif/core from 4.0.12 to 4.0.16 ([390cc7e](https://github.com/salesforcecli/plugin-app-dev/commit/390cc7e2a716a30c141dd3d47cf415769e38bcfd)) -## [1.1.10](https://github.com/salesforcecli/plugin-webapp/compare/1.1.9...1.1.10) (2024-07-28) +## [1.1.10](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.9...1.1.10) (2024-07-28) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.2.0 to 11.2.1 ([6b54613](https://github.com/salesforcecli/plugin-webapp/commit/6b54613d87cbd7ae119b1479015d3ba877142895)) +- **deps:** bump @salesforce/sf-plugins-core from 11.2.0 to 11.2.1 ([6b54613](https://github.com/salesforcecli/plugin-app-dev/commit/6b54613d87cbd7ae119b1479015d3ba877142895)) -## [1.1.9](https://github.com/salesforcecli/plugin-webapp/compare/1.1.8...1.1.9) (2024-07-21) +## [1.1.9](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.8...1.1.9) (2024-07-21) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.1.7 to 11.2.0 ([302fa44](https://github.com/salesforcecli/plugin-webapp/commit/302fa443bad771b5213eb5497719542de0fb64a1)) +- **deps:** bump @salesforce/sf-plugins-core from 11.1.7 to 11.2.0 ([302fa44](https://github.com/salesforcecli/plugin-app-dev/commit/302fa443bad771b5213eb5497719542de0fb64a1)) -## [1.1.8](https://github.com/salesforcecli/plugin-webapp/compare/1.1.7...1.1.8) (2024-07-14) +## [1.1.8](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.7...1.1.8) (2024-07-14) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 11.1.6 to 11.1.7 ([dde73e9](https://github.com/salesforcecli/plugin-webapp/commit/dde73e94c7639f6b8e6003b9136175ce5d0d0d1c)) +- **deps:** bump @salesforce/sf-plugins-core from 11.1.6 to 11.1.7 ([dde73e9](https://github.com/salesforcecli/plugin-app-dev/commit/dde73e94c7639f6b8e6003b9136175ce5d0d0d1c)) -## [1.1.7](https://github.com/salesforcecli/plugin-webapp/compare/1.1.6...1.1.7) (2024-07-14) +## [1.1.7](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.6...1.1.7) (2024-07-14) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.7 to 4.0.12 ([c280d63](https://github.com/salesforcecli/plugin-webapp/commit/c280d63f70f9161987713702adbc5b7efe47cbb8)) +- **deps:** bump @oclif/core from 4.0.7 to 4.0.12 ([c280d63](https://github.com/salesforcecli/plugin-app-dev/commit/c280d63f70f9161987713702adbc5b7efe47cbb8)) -## [1.1.6](https://github.com/salesforcecli/plugin-webapp/compare/1.1.5...1.1.6) (2024-06-30) +## [1.1.6](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.5...1.1.6) (2024-06-30) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([69ea94d](https://github.com/salesforcecli/plugin-webapp/commit/69ea94d830ac058fbd38416e109ab26bf8dbbe32)) +- **deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([69ea94d](https://github.com/salesforcecli/plugin-app-dev/commit/69ea94d830ac058fbd38416e109ab26bf8dbbe32)) -## [1.1.5](https://github.com/salesforcecli/plugin-webapp/compare/1.1.4...1.1.5) (2024-06-30) +## [1.1.5](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.4...1.1.5) (2024-06-30) ### Bug Fixes -- **deps:** bump @salesforce/core from 8.0.3 to 8.1.0 ([f2047d3](https://github.com/salesforcecli/plugin-webapp/commit/f2047d301142ee5ea7b8555875178efe6f7daccb)) +- **deps:** bump @salesforce/core from 8.0.3 to 8.1.0 ([f2047d3](https://github.com/salesforcecli/plugin-app-dev/commit/f2047d301142ee5ea7b8555875178efe6f7daccb)) -## [1.1.4](https://github.com/salesforcecli/plugin-webapp/compare/1.1.3...1.1.4) (2024-06-17) +## [1.1.4](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.3...1.1.4) (2024-06-17) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 10.0.0 to 10.0.1 ([13bb6fc](https://github.com/salesforcecli/plugin-webapp/commit/13bb6fccb44b6dc5d60c66fea0a56826b1c48482)) +- **deps:** bump @salesforce/sf-plugins-core from 10.0.0 to 10.0.1 ([13bb6fc](https://github.com/salesforcecli/plugin-app-dev/commit/13bb6fccb44b6dc5d60c66fea0a56826b1c48482)) -## [1.1.3](https://github.com/salesforcecli/plugin-webapp/compare/1.1.2...1.1.3) (2024-06-16) +## [1.1.3](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.2...1.1.3) (2024-06-16) ### Bug Fixes -- **deps:** bump @oclif/core from 4.0.3 to 4.0.6 ([a628372](https://github.com/salesforcecli/plugin-webapp/commit/a62837253f8c7a573ba968cc3c4bb547d5a5d2b2)) +- **deps:** bump @oclif/core from 4.0.3 to 4.0.6 ([a628372](https://github.com/salesforcecli/plugin-app-dev/commit/a62837253f8c7a573ba968cc3c4bb547d5a5d2b2)) -## [1.1.2](https://github.com/salesforcecli/plugin-webapp/compare/1.1.1...1.1.2) (2024-06-16) +## [1.1.2](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.1...1.1.2) (2024-06-16) ### Bug Fixes -- **deps:** bump @salesforce/kit from 3.1.2 to 3.1.5 ([1b9a7d2](https://github.com/salesforcecli/plugin-webapp/commit/1b9a7d281491849cc88b0a2d377bbef05fdf8ffd)) +- **deps:** bump @salesforce/kit from 3.1.2 to 3.1.5 ([1b9a7d2](https://github.com/salesforcecli/plugin-app-dev/commit/1b9a7d281491849cc88b0a2d377bbef05fdf8ffd)) -## [1.1.1](https://github.com/salesforcecli/plugin-webapp/compare/1.1.0...1.1.1) (2024-06-13) +## [1.1.1](https://github.com/salesforcecli/plugin-app-dev/compare/1.1.0...1.1.1) (2024-06-13) ### Bug Fixes -- **deps:** bump braces from 3.0.2 to 3.0.3 ([ac5b75c](https://github.com/salesforcecli/plugin-webapp/commit/ac5b75ceefac1fbbe75aa2e6726bf0a2710c6cb2)) +- **deps:** bump braces from 3.0.2 to 3.0.3 ([ac5b75c](https://github.com/salesforcecli/plugin-app-dev/commit/ac5b75ceefac1fbbe75aa2e6726bf0a2710c6cb2)) -# [1.1.0](https://github.com/salesforcecli/plugin-webapp/compare/1.0.32...1.1.0) (2024-06-06) +# [1.1.0](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.32...1.1.0) (2024-06-06) ### Features -- use oclif/core 4 ([b90d6bd](https://github.com/salesforcecli/plugin-webapp/commit/b90d6bd2186c736b422d93f38a1eeefc87905f09)) +- use oclif/core 4 ([b90d6bd](https://github.com/salesforcecli/plugin-app-dev/commit/b90d6bd2186c736b422d93f38a1eeefc87905f09)) -## [1.0.32](https://github.com/salesforcecli/plugin-webapp/compare/1.0.31...1.0.32) (2024-05-26) +## [1.0.32](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.31...1.0.32) (2024-05-26) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 9.0.11 to 9.0.12 ([8dcef18](https://github.com/salesforcecli/plugin-webapp/commit/8dcef1828ebeb615cf8a0f5857b02646d3e003f9)) +- **deps:** bump @salesforce/sf-plugins-core from 9.0.11 to 9.0.12 ([8dcef18](https://github.com/salesforcecli/plugin-app-dev/commit/8dcef1828ebeb615cf8a0f5857b02646d3e003f9)) -## [1.0.31](https://github.com/salesforcecli/plugin-webapp/compare/1.0.30...1.0.31) (2024-05-19) +## [1.0.31](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.30...1.0.31) (2024-05-19) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 9.0.7 to 9.0.11 ([819ba70](https://github.com/salesforcecli/plugin-webapp/commit/819ba700f7619e6a04e63f8c9aa3d6e69ed7ef45)) +- **deps:** bump @salesforce/sf-plugins-core from 9.0.7 to 9.0.11 ([819ba70](https://github.com/salesforcecli/plugin-app-dev/commit/819ba700f7619e6a04e63f8c9aa3d6e69ed7ef45)) -## [1.0.30](https://github.com/salesforcecli/plugin-webapp/compare/1.0.29...1.0.30) (2024-05-12) +## [1.0.30](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.29...1.0.30) (2024-05-12) ### Bug Fixes -- **deps:** bump @salesforce/core from 7.3.3 to 7.3.6 ([7d55e65](https://github.com/salesforcecli/plugin-webapp/commit/7d55e65b89ea95642a7b0472700e845c9b93aac4)) +- **deps:** bump @salesforce/core from 7.3.3 to 7.3.6 ([7d55e65](https://github.com/salesforcecli/plugin-app-dev/commit/7d55e65b89ea95642a7b0472700e845c9b93aac4)) -## [1.0.29](https://github.com/salesforcecli/plugin-webapp/compare/1.0.28...1.0.29) (2024-05-12) +## [1.0.29](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.28...1.0.29) (2024-05-12) ### Bug Fixes -- **deps:** bump @oclif/core from 3.26.5 to 3.26.6 ([6904f47](https://github.com/salesforcecli/plugin-webapp/commit/6904f47f2c4dc7ff314caf287b941b7f44e7e5e1)) +- **deps:** bump @oclif/core from 3.26.5 to 3.26.6 ([6904f47](https://github.com/salesforcecli/plugin-app-dev/commit/6904f47f2c4dc7ff314caf287b941b7f44e7e5e1)) -## [1.0.28](https://github.com/salesforcecli/plugin-webapp/compare/1.0.27...1.0.28) (2024-05-05) +## [1.0.28](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.27...1.0.28) (2024-05-05) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 9.0.5 to 9.0.7 ([e8d144d](https://github.com/salesforcecli/plugin-webapp/commit/e8d144dbaa5445986bc53f89dbe73a30dd993300)) +- **deps:** bump @salesforce/sf-plugins-core from 9.0.5 to 9.0.7 ([e8d144d](https://github.com/salesforcecli/plugin-app-dev/commit/e8d144dbaa5445986bc53f89dbe73a30dd993300)) -## [1.0.27](https://github.com/salesforcecli/plugin-webapp/compare/1.0.26...1.0.27) (2024-04-21) +## [1.0.27](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.26...1.0.27) (2024-04-21) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.5 ([5c0d262](https://github.com/salesforcecli/plugin-webapp/commit/5c0d2623c326d01fc4835362d59a51bd52112437)) +- **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.5 ([5c0d262](https://github.com/salesforcecli/plugin-app-dev/commit/5c0d2623c326d01fc4835362d59a51bd52112437)) -## [1.0.26](https://github.com/salesforcecli/plugin-webapp/compare/1.0.25...1.0.26) (2024-04-21) +## [1.0.26](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.25...1.0.26) (2024-04-21) ### Bug Fixes -- **deps:** bump @salesforce/core from 7.2.0 to 7.3.1 ([e6d6eee](https://github.com/salesforcecli/plugin-webapp/commit/e6d6eeebc0558fd098bac0e22d34d246ad5555c5)) +- **deps:** bump @salesforce/core from 7.2.0 to 7.3.1 ([e6d6eee](https://github.com/salesforcecli/plugin-app-dev/commit/e6d6eeebc0558fd098bac0e22d34d246ad5555c5)) -## [1.0.25](https://github.com/salesforcecli/plugin-webapp/compare/1.0.24...1.0.25) (2024-04-14) +## [1.0.25](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.24...1.0.25) (2024-04-14) ### Bug Fixes -- **deps:** bump @oclif/core from 3.26.2 to 3.26.3 ([6895c31](https://github.com/salesforcecli/plugin-webapp/commit/6895c316173d329387cd160d9b687d86514bae05)) +- **deps:** bump @oclif/core from 3.26.2 to 3.26.3 ([6895c31](https://github.com/salesforcecli/plugin-app-dev/commit/6895c316173d329387cd160d9b687d86514bae05)) -## [1.0.24](https://github.com/salesforcecli/plugin-webapp/compare/1.0.23...1.0.24) (2024-04-12) +## [1.0.24](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.23...1.0.24) (2024-04-12) ### Bug Fixes -- core7, jsforce-node ([#645](https://github.com/salesforcecli/plugin-webapp/issues/645)) ([9c3e6a2](https://github.com/salesforcecli/plugin-webapp/commit/9c3e6a26b5e4d8ed632fcbf0939c2b62ca2921f4)) +- core7, jsforce-node ([#645](https://github.com/salesforcecli/plugin-app-dev/issues/645)) ([9c3e6a2](https://github.com/salesforcecli/plugin-app-dev/commit/9c3e6a26b5e4d8ed632fcbf0939c2b62ca2921f4)) -## [1.0.23](https://github.com/salesforcecli/plugin-webapp/compare/1.0.22...1.0.23) (2024-04-07) +## [1.0.23](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.22...1.0.23) (2024-04-07) ### Bug Fixes -- **deps:** bump @salesforce/core from 6.7.3 to 6.7.6 ([933ad82](https://github.com/salesforcecli/plugin-webapp/commit/933ad82bc3be3c5f82607aeefab715de12f61980)) +- **deps:** bump @salesforce/core from 6.7.3 to 6.7.6 ([933ad82](https://github.com/salesforcecli/plugin-app-dev/commit/933ad82bc3be3c5f82607aeefab715de12f61980)) -## [1.0.22](https://github.com/salesforcecli/plugin-webapp/compare/1.0.21...1.0.22) (2024-03-31) +## [1.0.22](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.21...1.0.22) (2024-03-31) ### Bug Fixes -- **deps:** bump @salesforce/kit from 3.0.15 to 3.1.0 ([c88668b](https://github.com/salesforcecli/plugin-webapp/commit/c88668b9fbc63d25dbed9e08a11d6c7dc86c3a30)) +- **deps:** bump @salesforce/kit from 3.0.15 to 3.1.0 ([c88668b](https://github.com/salesforcecli/plugin-app-dev/commit/c88668b9fbc63d25dbed9e08a11d6c7dc86c3a30)) -## [1.0.21](https://github.com/salesforcecli/plugin-webapp/compare/1.0.20...1.0.21) (2024-03-24) +## [1.0.21](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.20...1.0.21) (2024-03-24) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 7.1.15 to 7.1.16 ([7b95d71](https://github.com/salesforcecli/plugin-webapp/commit/7b95d71480902f4aabefb117b0b7260370472b95)) +- **deps:** bump @salesforce/sf-plugins-core from 7.1.15 to 7.1.16 ([7b95d71](https://github.com/salesforcecli/plugin-app-dev/commit/7b95d71480902f4aabefb117b0b7260370472b95)) -## [1.0.20](https://github.com/salesforcecli/plugin-webapp/compare/1.0.19...1.0.20) (2024-03-17) +## [1.0.20](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.19...1.0.20) (2024-03-17) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.15 ([baa8d76](https://github.com/salesforcecli/plugin-webapp/commit/baa8d76a28cdb3185224baa9e24eedc898ffb969)) +- **deps:** bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.15 ([baa8d76](https://github.com/salesforcecli/plugin-app-dev/commit/baa8d76a28cdb3185224baa9e24eedc898ffb969)) -## [1.0.19](https://github.com/salesforcecli/plugin-webapp/compare/1.0.18...1.0.19) (2024-03-17) +## [1.0.19](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.18...1.0.19) (2024-03-17) ### Bug Fixes -- **deps:** bump @oclif/core from 3.23.0 to 3.25.2 ([5926335](https://github.com/salesforcecli/plugin-webapp/commit/5926335ddbbd97467e9ca31781f48e2bf5227751)) +- **deps:** bump @oclif/core from 3.23.0 to 3.25.2 ([5926335](https://github.com/salesforcecli/plugin-app-dev/commit/5926335ddbbd97467e9ca31781f48e2bf5227751)) -## [1.0.18](https://github.com/salesforcecli/plugin-webapp/compare/1.0.17...1.0.18) (2024-03-10) +## [1.0.18](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.17...1.0.18) (2024-03-10) ### Bug Fixes -- **deps:** bump @oclif/core from 3.20.0 to 3.23.0 ([dccafc1](https://github.com/salesforcecli/plugin-webapp/commit/dccafc1bfad1bddf671a5c081e87172af1c101c2)) +- **deps:** bump @oclif/core from 3.20.0 to 3.23.0 ([dccafc1](https://github.com/salesforcecli/plugin-app-dev/commit/dccafc1bfad1bddf671a5c081e87172af1c101c2)) -## [1.0.17](https://github.com/salesforcecli/plugin-webapp/compare/1.0.16...1.0.17) (2024-03-04) +## [1.0.17](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.16...1.0.17) (2024-03-04) ### Bug Fixes -- **deps:** bump @oclif/core from 3.19.6 to 3.20.0 ([05ccf4e](https://github.com/salesforcecli/plugin-webapp/commit/05ccf4e7687be1a625e246ba3674ad3ff0607333)) +- **deps:** bump @oclif/core from 3.19.6 to 3.20.0 ([05ccf4e](https://github.com/salesforcecli/plugin-app-dev/commit/05ccf4e7687be1a625e246ba3674ad3ff0607333)) -## [1.0.16](https://github.com/salesforcecli/plugin-webapp/compare/1.0.15...1.0.16) (2024-03-03) +## [1.0.16](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.15...1.0.16) (2024-03-03) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 7.1.11 to 7.1.14 ([64e451e](https://github.com/salesforcecli/plugin-webapp/commit/64e451ebba05b00b2b57504e89bd54496e3209b3)) +- **deps:** bump @salesforce/sf-plugins-core from 7.1.11 to 7.1.14 ([64e451e](https://github.com/salesforcecli/plugin-app-dev/commit/64e451ebba05b00b2b57504e89bd54496e3209b3)) -## [1.0.15](https://github.com/salesforcecli/plugin-webapp/compare/1.0.14...1.0.15) (2024-03-03) +## [1.0.15](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.14...1.0.15) (2024-03-03) ### Bug Fixes -- **deps:** bump @salesforce/core from 6.5.5 to 6.7.0 ([1b73d93](https://github.com/salesforcecli/plugin-webapp/commit/1b73d93e9fa6bc7020e48bd60437309f2e938dcf)) +- **deps:** bump @salesforce/core from 6.5.5 to 6.7.0 ([1b73d93](https://github.com/salesforcecli/plugin-app-dev/commit/1b73d93e9fa6bc7020e48bd60437309f2e938dcf)) -## [1.0.14](https://github.com/salesforcecli/plugin-webapp/compare/1.0.13...1.0.14) (2024-02-25) +## [1.0.14](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.13...1.0.14) (2024-02-25) ### Bug Fixes -- **deps:** bump @oclif/core from 3.19.2 to 3.19.6 ([349743c](https://github.com/salesforcecli/plugin-webapp/commit/349743c167ac0c2fbb4b05e82482f9ad7906c962)) +- **deps:** bump @oclif/core from 3.19.2 to 3.19.6 ([349743c](https://github.com/salesforcecli/plugin-app-dev/commit/349743c167ac0c2fbb4b05e82482f9ad7906c962)) -## [1.0.13](https://github.com/salesforcecli/plugin-webapp/compare/1.0.12...1.0.13) (2024-02-25) +## [1.0.13](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.12...1.0.13) (2024-02-25) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 7.1.10 to 7.1.11 ([63bd2ea](https://github.com/salesforcecli/plugin-webapp/commit/63bd2ea980130073d8d4c18dcd0baea767e08be4)) +- **deps:** bump @salesforce/sf-plugins-core from 7.1.10 to 7.1.11 ([63bd2ea](https://github.com/salesforcecli/plugin-app-dev/commit/63bd2ea980130073d8d4c18dcd0baea767e08be4)) -## [1.0.12](https://github.com/salesforcecli/plugin-webapp/compare/1.0.11...1.0.12) (2024-02-21) +## [1.0.12](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.11...1.0.12) (2024-02-21) ### Bug Fixes -- **deps:** bump ip from 2.0.0 to 2.0.1 ([444b80b](https://github.com/salesforcecli/plugin-webapp/commit/444b80bd4ba0fb7eb61b4e6fff0651b88e4f98e5)) +- **deps:** bump ip from 2.0.0 to 2.0.1 ([444b80b](https://github.com/salesforcecli/plugin-app-dev/commit/444b80bd4ba0fb7eb61b4e6fff0651b88e4f98e5)) -## [1.0.11](https://github.com/salesforcecli/plugin-webapp/compare/1.0.10...1.0.11) (2024-02-18) +## [1.0.11](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.10...1.0.11) (2024-02-18) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 7.1.4 to 7.1.10 ([3efaa66](https://github.com/salesforcecli/plugin-webapp/commit/3efaa661b4664c401de00d0161ce100816bfc1e6)) +- **deps:** bump @salesforce/sf-plugins-core from 7.1.4 to 7.1.10 ([3efaa66](https://github.com/salesforcecli/plugin-app-dev/commit/3efaa661b4664c401de00d0161ce100816bfc1e6)) -## [1.0.10](https://github.com/salesforcecli/plugin-webapp/compare/1.0.9...1.0.10) (2024-02-18) +## [1.0.10](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.9...1.0.10) (2024-02-18) ### Bug Fixes -- **deps:** bump @oclif/core from 3.19.1 to 3.19.2 ([9288e24](https://github.com/salesforcecli/plugin-webapp/commit/9288e24439c2f785ec2da67fffdc6ea8141abb03)) +- **deps:** bump @oclif/core from 3.19.1 to 3.19.2 ([9288e24](https://github.com/salesforcecli/plugin-app-dev/commit/9288e24439c2f785ec2da67fffdc6ea8141abb03)) -## [1.0.9](https://github.com/salesforcecli/plugin-webapp/compare/1.0.8...1.0.9) (2024-02-11) +## [1.0.9](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.8...1.0.9) (2024-02-11) ### Bug Fixes -- **deps:** bump @oclif/core from 3.18.2 to 3.19.1 ([11145e3](https://github.com/salesforcecli/plugin-webapp/commit/11145e3661f7f1cc55e273c135171c9b0704f7a7)) +- **deps:** bump @oclif/core from 3.18.2 to 3.19.1 ([11145e3](https://github.com/salesforcecli/plugin-app-dev/commit/11145e3661f7f1cc55e273c135171c9b0704f7a7)) -## [1.0.8](https://github.com/salesforcecli/plugin-webapp/compare/1.0.7...1.0.8) (2024-02-04) +## [1.0.8](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.7...1.0.8) (2024-02-04) ### Bug Fixes -- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([bd51521](https://github.com/salesforcecli/plugin-webapp/commit/bd515210a79acd1c8eb3477b0c42251e2d555e29)) +- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([bd51521](https://github.com/salesforcecli/plugin-app-dev/commit/bd515210a79acd1c8eb3477b0c42251e2d555e29)) -## [1.0.7](https://github.com/salesforcecli/plugin-webapp/compare/1.0.6...1.0.7) (2024-01-07) +## [1.0.7](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.6...1.0.7) (2024-01-07) ### Bug Fixes -- **deps:** bump @oclif/core from 3.15.1 to 3.16.0 ([8f3b12b](https://github.com/salesforcecli/plugin-webapp/commit/8f3b12b2a22d6c51e0cadd11d571d6367b3729c1)) +- **deps:** bump @oclif/core from 3.15.1 to 3.16.0 ([8f3b12b](https://github.com/salesforcecli/plugin-app-dev/commit/8f3b12b2a22d6c51e0cadd11d571d6367b3729c1)) -## [1.0.6](https://github.com/salesforcecli/plugin-webapp/compare/1.0.5...1.0.6) (2023-12-24) +## [1.0.6](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.5...1.0.6) (2023-12-24) ### Bug Fixes -- **deps:** bump @salesforce/core from 6.4.1 to 6.4.2 ([8ad1d69](https://github.com/salesforcecli/plugin-webapp/commit/8ad1d698a9511553c698ab4d0fdbbe2aa0c23896)) +- **deps:** bump @salesforce/core from 6.4.1 to 6.4.2 ([8ad1d69](https://github.com/salesforcecli/plugin-app-dev/commit/8ad1d698a9511553c698ab4d0fdbbe2aa0c23896)) -## [1.0.5](https://github.com/salesforcecli/plugin-webapp/compare/1.0.4...1.0.5) (2023-12-17) +## [1.0.5](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.4...1.0.5) (2023-12-17) ### Bug Fixes -- **deps:** bump @salesforce/core from 6.4.0 to 6.4.1 ([268b4ec](https://github.com/salesforcecli/plugin-webapp/commit/268b4ecc6216b06a63f0201bf30ffe74b31590f9)) +- **deps:** bump @salesforce/core from 6.4.0 to 6.4.1 ([268b4ec](https://github.com/salesforcecli/plugin-app-dev/commit/268b4ecc6216b06a63f0201bf30ffe74b31590f9)) -## [1.0.4](https://github.com/salesforcecli/plugin-webapp/compare/1.0.3...1.0.4) (2023-12-11) +## [1.0.4](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.3...1.0.4) (2023-12-11) ### Bug Fixes -- **deps:** bump @salesforce/core from 6.2.2 to 6.4.0 ([f168fd6](https://github.com/salesforcecli/plugin-webapp/commit/f168fd62ba54c364223b8445f92ee8eb1168fbf0)) +- **deps:** bump @salesforce/core from 6.2.2 to 6.4.0 ([f168fd6](https://github.com/salesforcecli/plugin-app-dev/commit/f168fd62ba54c364223b8445f92ee8eb1168fbf0)) -## [1.0.3](https://github.com/salesforcecli/plugin-webapp/compare/1.0.2...1.0.3) (2023-12-03) +## [1.0.3](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.2...1.0.3) (2023-12-03) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 5.0.3 to 5.0.5 ([47eb8df](https://github.com/salesforcecli/plugin-webapp/commit/47eb8dfab2a776de983090df9062774609f93145)) +- **deps:** bump @salesforce/sf-plugins-core from 5.0.3 to 5.0.5 ([47eb8df](https://github.com/salesforcecli/plugin-app-dev/commit/47eb8dfab2a776de983090df9062774609f93145)) -## [1.0.2](https://github.com/salesforcecli/plugin-webapp/compare/1.0.1...1.0.2) (2023-11-26) +## [1.0.2](https://github.com/salesforcecli/plugin-app-dev/compare/1.0.1...1.0.2) (2023-11-26) ### Bug Fixes -- **deps:** bump @oclif/core from 3.11.0 to 3.12.0 ([9320d75](https://github.com/salesforcecli/plugin-webapp/commit/9320d75a94b7c04940edf6e29bbfb128b79cd3e6)) +- **deps:** bump @oclif/core from 3.11.0 to 3.12.0 ([9320d75](https://github.com/salesforcecli/plugin-app-dev/commit/9320d75a94b7c04940edf6e29bbfb128b79cd3e6)) -## [1.0.1](https://github.com/salesforcecli/plugin-webapp/compare/0.2.10...1.0.1) (2023-11-26) +## [1.0.1](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.10...1.0.1) (2023-11-26) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.3 ([8937131](https://github.com/salesforcecli/plugin-webapp/commit/89371312e73107ac96cddc1721e4175ee0675409)) +- **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.3 ([8937131](https://github.com/salesforcecli/plugin-app-dev/commit/89371312e73107ac96cddc1721e4175ee0675409)) -## [0.2.10](https://github.com/salesforcecli/plugin-webapp/compare/0.2.9...0.2.10) (2023-11-12) +## [0.2.10](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.9...0.2.10) (2023-11-12) ### Bug Fixes -- **deps:** bump @salesforce/core from 5.3.18 to 5.3.20 ([d7f1091](https://github.com/salesforcecli/plugin-webapp/commit/d7f1091e2a7a39939e20049fe4f9e316e106f587)) +- **deps:** bump @salesforce/core from 5.3.18 to 5.3.20 ([d7f1091](https://github.com/salesforcecli/plugin-app-dev/commit/d7f1091e2a7a39939e20049fe4f9e316e106f587)) -## [0.2.9](https://github.com/salesforcecli/plugin-webapp/compare/0.2.8...0.2.9) (2023-10-29) +## [0.2.9](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.8...0.2.9) (2023-10-29) ### Bug Fixes -- **deps:** bump @salesforce/kit from 3.0.13 to 3.0.15 ([f793550](https://github.com/salesforcecli/plugin-webapp/commit/f793550099ccc7f522022cd0afa29ab0ce85153e)) +- **deps:** bump @salesforce/kit from 3.0.13 to 3.0.15 ([f793550](https://github.com/salesforcecli/plugin-app-dev/commit/f793550099ccc7f522022cd0afa29ab0ce85153e)) -## [0.2.8](https://github.com/salesforcecli/plugin-webapp/compare/0.2.7...0.2.8) (2023-10-18) +## [0.2.8](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.7...0.2.8) (2023-10-18) ### Bug Fixes -- **deps:** bump @babel/traverse from 7.19.1 to 7.23.2 ([03a5c20](https://github.com/salesforcecli/plugin-webapp/commit/03a5c20b3d9de5119ff8b71c799ff7a128af8984)) +- **deps:** bump @babel/traverse from 7.19.1 to 7.23.2 ([03a5c20](https://github.com/salesforcecli/plugin-app-dev/commit/03a5c20b3d9de5119ff8b71c799ff7a128af8984)) -## [0.2.7](https://github.com/salesforcecli/plugin-webapp/compare/0.2.6...0.2.7) (2023-10-08) +## [0.2.7](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.6...0.2.7) (2023-10-08) ### Bug Fixes -- **deps:** bump @salesforce/core from 5.3.1 to 5.3.5 ([46d8c3e](https://github.com/salesforcecli/plugin-webapp/commit/46d8c3e1c99d43c7da472305f20d8b888a9bb5d8)) +- **deps:** bump @salesforce/core from 5.3.1 to 5.3.5 ([46d8c3e](https://github.com/salesforcecli/plugin-app-dev/commit/46d8c3e1c99d43c7da472305f20d8b888a9bb5d8)) -## [0.2.6](https://github.com/salesforcecli/plugin-webapp/compare/0.2.5...0.2.6) (2023-10-01) +## [0.2.6](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.5...0.2.6) (2023-10-01) ### Bug Fixes -- **deps:** bump @salesforce/core from 5.2.10 to 5.3.1 ([8fab182](https://github.com/salesforcecli/plugin-webapp/commit/8fab182fed9bdcce78bf3e1e3677a43e9f8d7a44)) +- **deps:** bump @salesforce/core from 5.2.10 to 5.3.1 ([8fab182](https://github.com/salesforcecli/plugin-app-dev/commit/8fab182fed9bdcce78bf3e1e3677a43e9f8d7a44)) -## [0.2.5](https://github.com/salesforcecli/plugin-webapp/compare/0.2.4...0.2.5) (2023-10-01) +## [0.2.5](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.4...0.2.5) (2023-10-01) ### Bug Fixes -- **deps:** bump @salesforce/kit from 3.0.11 to 3.0.12 ([3b4bb70](https://github.com/salesforcecli/plugin-webapp/commit/3b4bb702f12e53efb2f20a0d1f443fc1033ad83d)) +- **deps:** bump @salesforce/kit from 3.0.11 to 3.0.12 ([3b4bb70](https://github.com/salesforcecli/plugin-app-dev/commit/3b4bb702f12e53efb2f20a0d1f443fc1033ad83d)) -## [0.2.4](https://github.com/salesforcecli/plugin-webapp/compare/0.2.3...0.2.4) (2023-09-28) +## [0.2.4](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.3...0.2.4) (2023-09-28) ### Bug Fixes -- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([8b5303f](https://github.com/salesforcecli/plugin-webapp/commit/8b5303f158c437ac1b65d48d3feefa581e2b7cf6)) +- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([8b5303f](https://github.com/salesforcecli/plugin-app-dev/commit/8b5303f158c437ac1b65d48d3feefa581e2b7cf6)) -## [0.2.3](https://github.com/salesforcecli/plugin-webapp/compare/0.2.2...0.2.3) (2023-09-17) +## [0.2.3](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.2...0.2.3) (2023-09-17) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 3.1.21 to 3.1.22 ([67e2fb6](https://github.com/salesforcecli/plugin-webapp/commit/67e2fb6271ca4efa31bc66fc34d14edb7e6d1f97)) +- **deps:** bump @salesforce/sf-plugins-core from 3.1.21 to 3.1.22 ([67e2fb6](https://github.com/salesforcecli/plugin-app-dev/commit/67e2fb6271ca4efa31bc66fc34d14edb7e6d1f97)) -## [0.2.2](https://github.com/salesforcecli/plugin-webapp/compare/0.2.1...0.2.2) (2023-08-20) +## [0.2.2](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.1...0.2.2) (2023-08-20) ### Bug Fixes -- **deps:** bump tslib from 2.6.1 to 2.6.2 ([da148b4](https://github.com/salesforcecli/plugin-webapp/commit/da148b47b52ec394e446d6900612a3e159ad5a10)) +- **deps:** bump tslib from 2.6.1 to 2.6.2 ([da148b4](https://github.com/salesforcecli/plugin-app-dev/commit/da148b47b52ec394e446d6900612a3e159ad5a10)) -## [0.2.1](https://github.com/salesforcecli/plugin-webapp/compare/0.2.0...0.2.1) (2023-08-20) +## [0.2.1](https://github.com/salesforcecli/plugin-app-dev/compare/0.2.0...0.2.1) (2023-08-20) ### Bug Fixes -- **deps:** bump @salesforce/sf-plugins-core from 3.1.14 to 3.1.15 ([9c026a4](https://github.com/salesforcecli/plugin-webapp/commit/9c026a41599bb848b61bb0e499e4e3c522e948e5)) +- **deps:** bump @salesforce/sf-plugins-core from 3.1.14 to 3.1.15 ([9c026a4](https://github.com/salesforcecli/plugin-app-dev/commit/9c026a41599bb848b61bb0e499e4e3c522e948e5)) -# [0.2.0](https://github.com/salesforcecli/plugin-webapp/compare/0.1.0...0.2.0) (2023-08-10) +# [0.2.0](https://github.com/salesforcecli/plugin-app-dev/compare/0.1.0...0.2.0) (2023-08-10) ### Features -- core5 ([#448](https://github.com/salesforcecli/plugin-webapp/issues/448)) ([5319859](https://github.com/salesforcecli/plugin-webapp/commit/5319859ee4c4bb7d0aebaf74c74debbbc1a60666)) - -# [0.1.0](https://github.com/salesforcecli/plugin-webapp/compare/1bf2c8bed2943a96da895902eef3c86f1f75bfa2...0.1.0) (2023-08-08) - -### Bug Fixes - -- add example of flag summary ([#404](https://github.com/salesforcecli/plugin-webapp/issues/404)) ([68f3d0a](https://github.com/salesforcecli/plugin-webapp/commit/68f3d0a2d02a7fa4620591530e14ffd17561016c)) -- bump to latest sf-plugins-core ([1bf2c8b](https://github.com/salesforcecli/plugin-webapp/commit/1bf2c8bed2943a96da895902eef3c86f1f75bfa2)) -- **deps:** bump @oclif/core from 1.16.3 to 1.16.4 ([941c4bd](https://github.com/salesforcecli/plugin-webapp/commit/941c4bd88c7e0ee34af22ca8f07435205c97c3c8)) -- **deps:** bump @oclif/core from 1.16.4 to 1.16.5 ([a06b54a](https://github.com/salesforcecli/plugin-webapp/commit/a06b54af71d0ea70ffb6061af54f03328915a80c)) -- **deps:** bump @oclif/core from 1.16.5 to 1.18.0 ([ac8a0ad](https://github.com/salesforcecli/plugin-webapp/commit/ac8a0ad56224fbc6842c8a2d6cc73823eea5d511)) -- **deps:** bump @oclif/core from 1.19.1 to 1.20.3 ([cd02c6a](https://github.com/salesforcecli/plugin-webapp/commit/cd02c6a884ee5f49ae0b0920e0a828f2f264ab48)) -- **deps:** bump @oclif/core from 1.22.0 to 1.23.1 ([6d088e5](https://github.com/salesforcecli/plugin-webapp/commit/6d088e58d09a9ebae0a43f0ca8176511f6a8a504)) -- **deps:** bump @oclif/core from 1.23.1 to 1.24.0 ([4e2fc91](https://github.com/salesforcecli/plugin-webapp/commit/4e2fc91042fa65fe50f0feadf0abff14f8c4e365)) -- **deps:** bump @oclif/core from 2.8.11 to 2.9.3 ([2b014c1](https://github.com/salesforcecli/plugin-webapp/commit/2b014c118998550ead523e465c8414ac4424648f)) -- **deps:** bump @oclif/core from 2.8.7 to 2.8.11 ([4763386](https://github.com/salesforcecli/plugin-webapp/commit/47633864e221da35b909abe600aa291f9474ac1e)) -- **deps:** bump @salesforce/core from 3.30.2 to 3.30.8 ([f6078d7](https://github.com/salesforcecli/plugin-webapp/commit/f6078d71b649d62d7e605ca4c26f2ad0bfa97935)) -- **deps:** bump @salesforce/core from 3.31.16 to 3.31.17 ([f0129af](https://github.com/salesforcecli/plugin-webapp/commit/f0129afb1884d4ee7b6a945a6763a632e27d09cd)) -- **deps:** bump @salesforce/core from 3.31.17 to 3.31.19 ([752da0c](https://github.com/salesforcecli/plugin-webapp/commit/752da0c616eda9fc86a5aa78eddda7c0fa5210df)) -- **deps:** bump @salesforce/core from 3.31.19 to 3.32.1 ([731a6f2](https://github.com/salesforcecli/plugin-webapp/commit/731a6f21adb13d5e9faec81f1f3a0a62814a2f98)) -- **deps:** bump @salesforce/core from 3.32.1 to 3.32.6 ([6359ee9](https://github.com/salesforcecli/plugin-webapp/commit/6359ee91dea183d38a716b3dc5c2687ba82c4b4e)) -- **deps:** bump @salesforce/core from 3.32.12 to 3.33.1 ([034e902](https://github.com/salesforcecli/plugin-webapp/commit/034e9027b145a1533baea63740721131d6fca313)) -- **deps:** bump @salesforce/core from 3.36.0 to 3.36.1 ([040d685](https://github.com/salesforcecli/plugin-webapp/commit/040d685c75c0a761c4d696053f9295512f807038)) -- **deps:** bump @salesforce/core from 3.36.1 to 3.36.2 ([242f338](https://github.com/salesforcecli/plugin-webapp/commit/242f338c7abcb5baf42357cb3438ddd31a0ac144)) -- **deps:** bump @salesforce/core from 4.3.2 to 4.3.5 ([95ecb6a](https://github.com/salesforcecli/plugin-webapp/commit/95ecb6a679ad927c6ce0e1fab714ba11cbf2b061)) -- **deps:** bump @salesforce/core from 4.3.5 to 4.3.7 ([be573ae](https://github.com/salesforcecli/plugin-webapp/commit/be573aee0c827ea7fc42e29e08a79ce0e35126db)) -- **deps:** bump @salesforce/kit from 1.7.0 to 1.7.1 ([565f2d9](https://github.com/salesforcecli/plugin-webapp/commit/565f2d9c1fa19172db661c546c655556ce6fea2c)) -- **deps:** bump @salesforce/kit from 1.7.1 to 1.8.0 ([8a5a5a3](https://github.com/salesforcecli/plugin-webapp/commit/8a5a5a3f823b44b91d91f56d69eb6acb3d4656f6)) -- **deps:** bump @salesforce/kit from 1.8.0 to 1.8.3 ([80978b7](https://github.com/salesforcecli/plugin-webapp/commit/80978b768e669189c284d04ab5c3e6e2bed60b36)) -- **deps:** bump @salesforce/kit from 1.8.3 to 1.8.5 ([67361da](https://github.com/salesforcecli/plugin-webapp/commit/67361da0c44e64b5de949f2d6c40220a7312c33f)) -- **deps:** bump @salesforce/sf-plugins-core from 1.14.1 to 1.17.0 ([0d3e824](https://github.com/salesforcecli/plugin-webapp/commit/0d3e824e2cc20e03638e59fad28406d86cafce4a)) -- **deps:** bump @salesforce/sf-plugins-core from 1.17.0 to 1.18.1 ([83007c7](https://github.com/salesforcecli/plugin-webapp/commit/83007c7dea5c896217df0a98b370a177522c0ca9)) -- **deps:** bump @salesforce/sf-plugins-core from 1.18.1 to 1.19.0 ([c75c1e7](https://github.com/salesforcecli/plugin-webapp/commit/c75c1e7ad4d1046357aaa41e08a36550fa4d4455)) -- **deps:** bump @salesforce/sf-plugins-core from 1.19.0 to 1.21.1 ([deb97d8](https://github.com/salesforcecli/plugin-webapp/commit/deb97d81e3ab2996225a5af78dab9625503453ba)) -- **deps:** bump @salesforce/sf-plugins-core from 1.21.1 to 1.21.3 ([af7d4a2](https://github.com/salesforcecli/plugin-webapp/commit/af7d4a2a5403dd8d54dc566a69f6713439946c62)) -- **deps:** bump @salesforce/sf-plugins-core from 1.21.3 to 1.22.1 ([6235d97](https://github.com/salesforcecli/plugin-webapp/commit/6235d97a4312c84ebfadd00dd693c4d2f09b208a)) -- **deps:** bump @salesforce/sf-plugins-core from 2.0.1 to 2.2.3 ([546b175](https://github.com/salesforcecli/plugin-webapp/commit/546b175e8fee6605e89811158e06bec408fa574c)) -- **deps:** bump @salesforce/sf-plugins-core from 2.2.4 to 2.2.7 ([4d8a162](https://github.com/salesforcecli/plugin-webapp/commit/4d8a16266facfabdae466bd739ae2077f885a597)) -- **deps:** bump @salesforce/sf-plugins-core from 3.0.2 to 3.0.4 ([7b89b9b](https://github.com/salesforcecli/plugin-webapp/commit/7b89b9b1276b2503eb1dea4988856a0ad2c4e35c)) -- **deps:** bump @salesforce/sf-plugins-core from 3.0.4 to 3.1.0 ([9145eda](https://github.com/salesforcecli/plugin-webapp/commit/9145edade291dbf90b2cbaa10be08ae7bba7d7e4)) -- **deps:** bump @salesforce/sf-plugins-core from 3.1.2 to 3.1.6 ([a623b74](https://github.com/salesforcecli/plugin-webapp/commit/a623b742be821722bd191f126f13952dcebd6d63)) -- **deps:** bump @salesforce/sf-plugins-core from 3.1.6 to 3.1.8 ([2e95285](https://github.com/salesforcecli/plugin-webapp/commit/2e95285c56f5546f195f481cfee6e15dea2fb0f5)) -- **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([2b20fd8](https://github.com/salesforcecli/plugin-webapp/commit/2b20fd8a20210e984c70b0217ce1718264b12ccd)) -- **deps:** bump json5 from 1.0.1 to 1.0.2 ([6559510](https://github.com/salesforcecli/plugin-webapp/commit/6559510a8250fc45f769c7ce3828c38b5736ede2)) -- **deps:** bump semver from 5.7.1 to 5.7.2 ([bd3be4b](https://github.com/salesforcecli/plugin-webapp/commit/bd3be4b09eb606e052d8e1db77faf34834fa6d83)) -- **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([5410847](https://github.com/salesforcecli/plugin-webapp/commit/541084763392348eed16dbb22c1d0bc52168cf30)) -- **deps:** bump tslib from 2.4.0 to 2.4.1 ([8897346](https://github.com/salesforcecli/plugin-webapp/commit/8897346450dc6d02719190a231153411c9bf00f4)) -- **deps:** bump tslib from 2.5.2 to 2.5.3 ([c9b9e05](https://github.com/salesforcecli/plugin-webapp/commit/c9b9e053ab0c36df57297a997d61a993a9d82812)) -- **deps:** bump tslib from 2.6.0 to 2.6.1 ([fa80fd7](https://github.com/salesforcecli/plugin-webapp/commit/fa80fd7ed5680219dc0941ad0b3806f70f249fd3)) -- move message to messages file ([5dca3c1](https://github.com/salesforcecli/plugin-webapp/commit/5dca3c156612e479b6d11f9f3dfbd726dc67869f)) -- use Flags from sf-plugins-core ([18ac5e8](https://github.com/salesforcecli/plugin-webapp/commit/18ac5e88173eb26a87a9dfcfc4b0c93866d4c045)) +- core5 ([#448](https://github.com/salesforcecli/plugin-app-dev/issues/448)) ([5319859](https://github.com/salesforcecli/plugin-app-dev/commit/5319859ee4c4bb7d0aebaf74c74debbbc1a60666)) + +# [0.1.0](https://github.com/salesforcecli/plugin-app-dev/compare/1bf2c8bed2943a96da895902eef3c86f1f75bfa2...0.1.0) (2023-08-08) + +### Bug Fixes + +- add example of flag summary ([#404](https://github.com/salesforcecli/plugin-app-dev/issues/404)) ([68f3d0a](https://github.com/salesforcecli/plugin-app-dev/commit/68f3d0a2d02a7fa4620591530e14ffd17561016c)) +- bump to latest sf-plugins-core ([1bf2c8b](https://github.com/salesforcecli/plugin-app-dev/commit/1bf2c8bed2943a96da895902eef3c86f1f75bfa2)) +- **deps:** bump @oclif/core from 1.16.3 to 1.16.4 ([941c4bd](https://github.com/salesforcecli/plugin-app-dev/commit/941c4bd88c7e0ee34af22ca8f07435205c97c3c8)) +- **deps:** bump @oclif/core from 1.16.4 to 1.16.5 ([a06b54a](https://github.com/salesforcecli/plugin-app-dev/commit/a06b54af71d0ea70ffb6061af54f03328915a80c)) +- **deps:** bump @oclif/core from 1.16.5 to 1.18.0 ([ac8a0ad](https://github.com/salesforcecli/plugin-app-dev/commit/ac8a0ad56224fbc6842c8a2d6cc73823eea5d511)) +- **deps:** bump @oclif/core from 1.19.1 to 1.20.3 ([cd02c6a](https://github.com/salesforcecli/plugin-app-dev/commit/cd02c6a884ee5f49ae0b0920e0a828f2f264ab48)) +- **deps:** bump @oclif/core from 1.22.0 to 1.23.1 ([6d088e5](https://github.com/salesforcecli/plugin-app-dev/commit/6d088e58d09a9ebae0a43f0ca8176511f6a8a504)) +- **deps:** bump @oclif/core from 1.23.1 to 1.24.0 ([4e2fc91](https://github.com/salesforcecli/plugin-app-dev/commit/4e2fc91042fa65fe50f0feadf0abff14f8c4e365)) +- **deps:** bump @oclif/core from 2.8.11 to 2.9.3 ([2b014c1](https://github.com/salesforcecli/plugin-app-dev/commit/2b014c118998550ead523e465c8414ac4424648f)) +- **deps:** bump @oclif/core from 2.8.7 to 2.8.11 ([4763386](https://github.com/salesforcecli/plugin-app-dev/commit/47633864e221da35b909abe600aa291f9474ac1e)) +- **deps:** bump @salesforce/core from 3.30.2 to 3.30.8 ([f6078d7](https://github.com/salesforcecli/plugin-app-dev/commit/f6078d71b649d62d7e605ca4c26f2ad0bfa97935)) +- **deps:** bump @salesforce/core from 3.31.16 to 3.31.17 ([f0129af](https://github.com/salesforcecli/plugin-app-dev/commit/f0129afb1884d4ee7b6a945a6763a632e27d09cd)) +- **deps:** bump @salesforce/core from 3.31.17 to 3.31.19 ([752da0c](https://github.com/salesforcecli/plugin-app-dev/commit/752da0c616eda9fc86a5aa78eddda7c0fa5210df)) +- **deps:** bump @salesforce/core from 3.31.19 to 3.32.1 ([731a6f2](https://github.com/salesforcecli/plugin-app-dev/commit/731a6f21adb13d5e9faec81f1f3a0a62814a2f98)) +- **deps:** bump @salesforce/core from 3.32.1 to 3.32.6 ([6359ee9](https://github.com/salesforcecli/plugin-app-dev/commit/6359ee91dea183d38a716b3dc5c2687ba82c4b4e)) +- **deps:** bump @salesforce/core from 3.32.12 to 3.33.1 ([034e902](https://github.com/salesforcecli/plugin-app-dev/commit/034e9027b145a1533baea63740721131d6fca313)) +- **deps:** bump @salesforce/core from 3.36.0 to 3.36.1 ([040d685](https://github.com/salesforcecli/plugin-app-dev/commit/040d685c75c0a761c4d696053f9295512f807038)) +- **deps:** bump @salesforce/core from 3.36.1 to 3.36.2 ([242f338](https://github.com/salesforcecli/plugin-app-dev/commit/242f338c7abcb5baf42357cb3438ddd31a0ac144)) +- **deps:** bump @salesforce/core from 4.3.2 to 4.3.5 ([95ecb6a](https://github.com/salesforcecli/plugin-app-dev/commit/95ecb6a679ad927c6ce0e1fab714ba11cbf2b061)) +- **deps:** bump @salesforce/core from 4.3.5 to 4.3.7 ([be573ae](https://github.com/salesforcecli/plugin-app-dev/commit/be573aee0c827ea7fc42e29e08a79ce0e35126db)) +- **deps:** bump @salesforce/kit from 1.7.0 to 1.7.1 ([565f2d9](https://github.com/salesforcecli/plugin-app-dev/commit/565f2d9c1fa19172db661c546c655556ce6fea2c)) +- **deps:** bump @salesforce/kit from 1.7.1 to 1.8.0 ([8a5a5a3](https://github.com/salesforcecli/plugin-app-dev/commit/8a5a5a3f823b44b91d91f56d69eb6acb3d4656f6)) +- **deps:** bump @salesforce/kit from 1.8.0 to 1.8.3 ([80978b7](https://github.com/salesforcecli/plugin-app-dev/commit/80978b768e669189c284d04ab5c3e6e2bed60b36)) +- **deps:** bump @salesforce/kit from 1.8.3 to 1.8.5 ([67361da](https://github.com/salesforcecli/plugin-app-dev/commit/67361da0c44e64b5de949f2d6c40220a7312c33f)) +- **deps:** bump @salesforce/sf-plugins-core from 1.14.1 to 1.17.0 ([0d3e824](https://github.com/salesforcecli/plugin-app-dev/commit/0d3e824e2cc20e03638e59fad28406d86cafce4a)) +- **deps:** bump @salesforce/sf-plugins-core from 1.17.0 to 1.18.1 ([83007c7](https://github.com/salesforcecli/plugin-app-dev/commit/83007c7dea5c896217df0a98b370a177522c0ca9)) +- **deps:** bump @salesforce/sf-plugins-core from 1.18.1 to 1.19.0 ([c75c1e7](https://github.com/salesforcecli/plugin-app-dev/commit/c75c1e7ad4d1046357aaa41e08a36550fa4d4455)) +- **deps:** bump @salesforce/sf-plugins-core from 1.19.0 to 1.21.1 ([deb97d8](https://github.com/salesforcecli/plugin-app-dev/commit/deb97d81e3ab2996225a5af78dab9625503453ba)) +- **deps:** bump @salesforce/sf-plugins-core from 1.21.1 to 1.21.3 ([af7d4a2](https://github.com/salesforcecli/plugin-app-dev/commit/af7d4a2a5403dd8d54dc566a69f6713439946c62)) +- **deps:** bump @salesforce/sf-plugins-core from 1.21.3 to 1.22.1 ([6235d97](https://github.com/salesforcecli/plugin-app-dev/commit/6235d97a4312c84ebfadd00dd693c4d2f09b208a)) +- **deps:** bump @salesforce/sf-plugins-core from 2.0.1 to 2.2.3 ([546b175](https://github.com/salesforcecli/plugin-app-dev/commit/546b175e8fee6605e89811158e06bec408fa574c)) +- **deps:** bump @salesforce/sf-plugins-core from 2.2.4 to 2.2.7 ([4d8a162](https://github.com/salesforcecli/plugin-app-dev/commit/4d8a16266facfabdae466bd739ae2077f885a597)) +- **deps:** bump @salesforce/sf-plugins-core from 3.0.2 to 3.0.4 ([7b89b9b](https://github.com/salesforcecli/plugin-app-dev/commit/7b89b9b1276b2503eb1dea4988856a0ad2c4e35c)) +- **deps:** bump @salesforce/sf-plugins-core from 3.0.4 to 3.1.0 ([9145eda](https://github.com/salesforcecli/plugin-app-dev/commit/9145edade291dbf90b2cbaa10be08ae7bba7d7e4)) +- **deps:** bump @salesforce/sf-plugins-core from 3.1.2 to 3.1.6 ([a623b74](https://github.com/salesforcecli/plugin-app-dev/commit/a623b742be821722bd191f126f13952dcebd6d63)) +- **deps:** bump @salesforce/sf-plugins-core from 3.1.6 to 3.1.8 ([2e95285](https://github.com/salesforcecli/plugin-app-dev/commit/2e95285c56f5546f195f481cfee6e15dea2fb0f5)) +- **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([2b20fd8](https://github.com/salesforcecli/plugin-app-dev/commit/2b20fd8a20210e984c70b0217ce1718264b12ccd)) +- **deps:** bump json5 from 1.0.1 to 1.0.2 ([6559510](https://github.com/salesforcecli/plugin-app-dev/commit/6559510a8250fc45f769c7ce3828c38b5736ede2)) +- **deps:** bump semver from 5.7.1 to 5.7.2 ([bd3be4b](https://github.com/salesforcecli/plugin-app-dev/commit/bd3be4b09eb606e052d8e1db77faf34834fa6d83)) +- **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([5410847](https://github.com/salesforcecli/plugin-app-dev/commit/541084763392348eed16dbb22c1d0bc52168cf30)) +- **deps:** bump tslib from 2.4.0 to 2.4.1 ([8897346](https://github.com/salesforcecli/plugin-app-dev/commit/8897346450dc6d02719190a231153411c9bf00f4)) +- **deps:** bump tslib from 2.5.2 to 2.5.3 ([c9b9e05](https://github.com/salesforcecli/plugin-app-dev/commit/c9b9e053ab0c36df57297a997d61a993a9d82812)) +- **deps:** bump tslib from 2.6.0 to 2.6.1 ([fa80fd7](https://github.com/salesforcecli/plugin-app-dev/commit/fa80fd7ed5680219dc0941ad0b3806f70f249fd3)) +- move message to messages file ([5dca3c1](https://github.com/salesforcecli/plugin-app-dev/commit/5dca3c156612e479b6d11f9f3dfbd726dc67869f)) +- use Flags from sf-plugins-core ([18ac5e8](https://github.com/salesforcecli/plugin-app-dev/commit/18ac5e88173eb26a87a9dfcfc4b0c93866d4c045)) ### Features -- strict null checks ([#369](https://github.com/salesforcecli/plugin-webapp/issues/369)) ([43b3411](https://github.com/salesforcecli/plugin-webapp/commit/43b34110e6cf4df50f07070f33d69d77cc1a8ed8)) -- use latest oclif/core and sf-plugins-core ([77b7072](https://github.com/salesforcecli/plugin-webapp/commit/77b7072eafba9ce7280039250c431e9e07bf22b9)) +- strict null checks ([#369](https://github.com/salesforcecli/plugin-app-dev/issues/369)) ([43b3411](https://github.com/salesforcecli/plugin-app-dev/commit/43b34110e6cf4df50f07070f33d69d77cc1a8ed8)) +- use latest oclif/core and sf-plugins-core ([77b7072](https://github.com/salesforcecli/plugin-app-dev/commit/77b7072eafba9ce7280039250c431e9e07bf22b9)) diff --git a/README.md b/README.md index 7cbe849..1068c17 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ **NOTE: This template for sf plugins is not yet official. Please consult with the Platform CLI team before using this template.** -# plugin-webapp +# plugin-app-dev -[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-webapp.svg?label=@salesforce/plugin-webapp)](https://www.npmjs.com/package/@salesforce/plugin-webapp) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-webapp.svg)](https://npmjs.org/package/@salesforce/plugin-webapp) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0) +[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-app-dev.svg?label=@salesforce/plugin-app-dev)](https://www.npmjs.com/package/@salesforce/plugin-app-dev) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-app-dev.svg)](https://npmjs.org/package/@salesforce/plugin-app-dev) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0) ## Using the template @@ -40,7 +40,7 @@ Additionally, there are some additional tests that the Salesforce CLI will enfor - [@salesforce/dev-config](https://github.com/forcedotcom/dev-config) - [@salesforce/dev-scripts](https://github.com/forcedotcom/dev-scripts) -# Salesforce CLI Webapp Plugin +# Salesforce CLI App Dev Plugin A Salesforce CLI plugin for building and deploying web applications that integrate with Salesforce. This plugin provides tools for local development, packaging, and deployment of webapps with built-in Salesforce authentication. @@ -62,7 +62,7 @@ We always recommend using the latest version of these commands bundled with the 1. **Install the plugin:** ```bash - sf plugins install @salesforce/plugin-webapp + sf plugins install @salesforce/plugin-app-dev ``` 2. **Authenticate with Salesforce:** @@ -107,7 +107,7 @@ We always recommend using the latest version of these commands bundled with the ## Install ```bash -sf plugins install @salesforce/plugin-webapp@x.y.z +sf plugins install @salesforce/plugin-app-dev@x.y.z ``` ## Issues @@ -139,7 +139,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow ```bash # Clone the repository -git clone git@github.com:salesforcecli/plugin-webapp +git clone git@github.com:salesforcecli/plugin-app-dev # Install the dependencies and compile yarn && yarn build diff --git a/SF_WEBAPP_DEV_GUIDE.md b/SF_WEBAPP_DEV_GUIDE.md index 98268ff..ec165a6 100644 --- a/SF_WEBAPP_DEV_GUIDE.md +++ b/SF_WEBAPP_DEV_GUIDE.md @@ -528,7 +528,7 @@ Output: ### Building the Plugin ```bash -cd /path/to/plugin-webapp +cd /path/to/plugin-app-dev # Install dependencies yarn install @@ -552,7 +552,7 @@ yarn build # Rebuild - no re-linking needed ### Project Structure ``` -plugin-webapp/ +plugin-app-dev/ ├── src/ │ ├── commands/webapp/ │ │ └── dev.ts # Main command implementation @@ -596,4 +596,4 @@ plugin-webapp/ --- -**Repository:** [github.com/salesforcecli/plugin-webapp](https://github.com/salesforcecli/plugin-webapp) +**Repository:** [github.com/salesforcecli/plugin-app-dev](https://github.com/salesforcecli/plugin-app-dev) diff --git a/command-snapshot.json b/command-snapshot.json index 9a0607d..44c13e3 100644 --- a/command-snapshot.json +++ b/command-snapshot.json @@ -5,6 +5,6 @@ "flagAliases": [], "flagChars": ["b", "n", "o", "p", "u"], "flags": ["flags-dir", "json", "name", "open", "port", "target-org", "url"], - "plugin": "@salesforce/plugin-webapp" + "plugin": "@salesforce/plugin-app-dev" } ] diff --git a/package.json b/package.json index 4acd8bb..02295ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@salesforce/plugin-webapp", - "description": "webapp development", + "name": "@salesforce/plugin-app-dev", + "description": "", "version": "1.0.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -40,7 +40,7 @@ "/oclif.manifest.json", "/schemas" ], - "homepage": "https://github.com/salesforcecli/plugin-webapp", + "homepage": "https://github.com/salesforcecli/plugin-app-dev", "keywords": [ "force", "salesforce", @@ -67,7 +67,7 @@ }, "flexibleTaxonomy": true }, - "repository": "salesforcecli/plugin-webapp", + "repository": "salesforcecli/plugin-app-dev", "scripts": { "build": "wireit", "clean": "sf-clean", diff --git a/src/commands/webapp/dev.ts b/src/commands/webapp/dev.ts index 7514066..fb49e59 100644 --- a/src/commands/webapp/dev.ts +++ b/src/commands/webapp/dev.ts @@ -26,7 +26,7 @@ import { ProxyServer } from '../../proxy/ProxyServer.js'; import { discoverWebapp, DEFAULT_DEV_COMMAND, type DiscoveredWebapp } from '../../config/webappDiscovery.js'; Messages.importMessagesDirectoryFromMetaUrl(import.meta.url); -const messages = Messages.loadMessages('@salesforce/plugin-webapp', 'webapp.dev'); +const messages = Messages.loadMessages('@salesforce/plugin-app-dev', 'webapp.dev'); export default class WebappDev extends SfCommand { public static readonly summary = messages.getMessage('summary'); From 6ecc0c7ee691fa3dd9204fc78e23ed175d0b5484 Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Mon, 16 Feb 2026 02:11:41 -0500 Subject: [PATCH 2/2] chore: enable push triggers for GitHub release workflow Co-authored-by: Cursor --- .github/workflows/create-github-release.yml | 12 +++++------ .vscode/settings.json | 22 +-------------------- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/.github/workflows/create-github-release.yml b/.github/workflows/create-github-release.yml index 5cc4bac..2021e82 100644 --- a/.github/workflows/create-github-release.yml +++ b/.github/workflows/create-github-release.yml @@ -1,12 +1,12 @@ name: create-github-release on: - # push: - # branches: - # - main - # - prerelease/** - # tags-ignore: - # - '*' + push: + branches: + - main + - prerelease/** + tags-ignore: + - '*' workflow_dispatch: inputs: prerelease: diff --git a/.vscode/settings.json b/.vscode/settings.json index b32de28..d7de40b 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,25 +12,5 @@ }, "editor.tabSize": 2, "editor.formatOnSave": true, - "rewrap.wrappingColumn": 80, - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#77ba9f", - "activityBar.background": "#77ba9f", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#8856a9", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#77ba9f", - "statusBar.background": "#56a887", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#45866c", - "statusBarItem.remoteBackground": "#56a887", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#56a887", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#56a88799", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.color": "#56a887" + "rewrap.wrappingColumn": 80 }