Next Release: changelog and version packages#371
Merged
Conversation
clavery
approved these changes
Apr 22, 2026
391cc82 to
40c9ea3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@salesforce/b2c-cli@1.6.0
Minor Changes
#370
ee735bb- Addcapcommand topic for Commerce App Package (CAP) management. (Thanks @clavery!)New commands:
b2c cap validate— validates CAP structure, manifest, and cartridge rules locallyb2c cap package— packages a CAP directory into a distributable.zipb2c cap install— installs a CAP on an instance via WebDAV +sfcc-install-commerce-appjobb2c cap uninstall— uninstalls a CAP viasfcc-uninstall-commerce-appjobNew SDK exports in
@salesforce/b2c-tooling-sdk/operations/cap:validateCap,commerceAppInstall,commerceAppUninstall,commerceAppPackage.The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.
#370
ee735bb- Addcap list,cap tasks, andcap pullcommands for managing installed Commerce Apps (Thanks @clavery!)cap listexports and parsescommerce_feature_statesto show installed features with type, source, status, and versioncap tasksdisplays configuration tasks for an installed app with clickable Business Manager linkscap pulldownloads and extracts installed app source packages for cartridge deployment or Storefront Next development--site-idflag (with--siteas alias)cap uninstallno longer requires--domain— looks it up automatically from the feature statecap installnow keeps the archive on the instance by default (use--clean-archiveto remove)Patch Changes
ee735bb,ee735bb]:@salesforce/b2c-tooling-sdk@1.5.0
Minor Changes
#370
ee735bb- Addcapcommand topic for Commerce App Package (CAP) management. (Thanks @clavery!)New commands:
b2c cap validate— validates CAP structure, manifest, and cartridge rules locallyb2c cap package— packages a CAP directory into a distributable.zipb2c cap install— installs a CAP on an instance via WebDAV +sfcc-install-commerce-appjobb2c cap uninstall— uninstalls a CAP viasfcc-uninstall-commerce-appjobNew SDK exports in
@salesforce/b2c-tooling-sdk/operations/cap:validateCap,commerceAppInstall,commerceAppUninstall,commerceAppPackage.The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.
#370
ee735bb- Addcap list,cap tasks, andcap pullcommands for managing installed Commerce Apps (Thanks @clavery!)cap listexports and parsescommerce_feature_statesto show installed features with type, source, status, and versioncap tasksdisplays configuration tasks for an installed app with clickable Business Manager linkscap pulldownloads and extracts installed app source packages for cartridge deployment or Storefront Next development--site-idflag (with--siteas alias)cap uninstallno longer requires--domain— looks it up automatically from the feature statecap installnow keeps the archive on the instance by default (use--clean-archiveto remove)b2c-vs-extension@0.4.0
Minor Changes
#370
ee735bb- Addcapcommand topic for Commerce App Package (CAP) management. (Thanks @clavery!)New commands:
b2c cap validate— validates CAP structure, manifest, and cartridge rules locallyb2c cap package— packages a CAP directory into a distributable.zipb2c cap install— installs a CAP on an instance via WebDAV +sfcc-install-commerce-appjobb2c cap uninstall— uninstalls a CAP viasfcc-uninstall-commerce-appjobNew SDK exports in
@salesforce/b2c-tooling-sdk/operations/cap:validateCap,commerceAppInstall,commerceAppUninstall,commerceAppPackage.The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.
Patch Changes
ee735bb,ee735bb]:@salesforce/b2c-dx-mcp@1.0.10
Patch Changes
ee735bb,ee735bb]:@salesforce/b2c-dx-docs@0.2.17
Patch Changes
#370
ee735bb- Addcap list,cap tasks, andcap pullcommands for managing installed Commerce Apps (Thanks @clavery!)cap listexports and parsescommerce_feature_statesto show installed features with type, source, status, and versioncap tasksdisplays configuration tasks for an installed app with clickable Business Manager linkscap pulldownloads and extracts installed app source packages for cartridge deployment or Storefront Next development--site-idflag (with--siteas alias)cap uninstallno longer requires--domain— looks it up automatically from the feature statecap installnow keeps the archive on the instance by default (use--clean-archiveto remove)db5648f- Improved release workflow reliability (Thanks @clavery!)