Next Release: changelog and version packages - #696
Open
github-actions[bot] wants to merge 2 commits into
Open
github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
Contributor
Author
📘 Docs previewYour documentation changes are published at: https://d3uhw92m2zac57.cloudfront.net/pr-696/ Commit This preview updates on every push and is removed when the PR is closed. |
clavery
force-pushed
the
changeset-release/main
branch
from
September 18, 2026 17:10
5cfe991 to
dc919f0
Compare
clavery
requested review from
patricksullivansf,
wei-liu-sf and
yhsieh1
as code owners
September 18, 2026 17:10
clavery
force-pushed
the
changeset-release/main
branch
from
September 18, 2026 22:00
052d9fe to
ec5f362
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@2.1.0
Minor Changes
d076982- Extend the SCAPI MRT backend tomrt bundle listand the local-build push path ofmrt bundle deploy. Both commands now honor--mrt-backend(auto|legacy|scapi):listfetches bundles from the SCAPI Storefront Deployments API, anddeploy(without a bundle ID) uploads the local build — and optionally deploys it — over SCAPI.autoprefers SCAPI when short code, tenant ID, and client-credentials or JWT Bearer auth are configured, and falls back to legacy on safe pre-execution errors;scapinever silently falls back. The bundle format now maps to the endpoint: SCAPI always uploads the v2 format, while legacy defaults to v1. A new--v2flag opts the legacy backend into the v2 endpoint (upload, plus a separate deploy when--environmentis given).deployalso gains--root-dir,--config-path, and--match-modeto control the v2 archive layout; these apply to v2 uploads only and are ignored, with a warning, on a legacy v1 push.mrt bundle deploy --v2performs the same v2 upload asmrt bundle upload-v2and can build, upload, and deploy in one step.--jsonoutput stays backend-native. The SDK addslistMrtBundles,uploadBundleScapi, andpushMrtBundleoperations. (Thanks @o-olaosebikan!)Patch Changes
#693
09e5a0a- MRT commands now reliably suppress human-readable progress and status logging when--jsonis set, so diagnostic text never mixes with the machine-readable output. This also fixesmrt env var push --json, which previously printed progress lines to stdout alongside the JSON result. (Thanks @kieran-sf!)Updated dependencies [
09e5a0a,d076982]:@salesforce/b2c-tooling-sdk@2.1.0
Minor Changes
d076982- Extend the SCAPI MRT backend tomrt bundle listand the local-build push path ofmrt bundle deploy. Both commands now honor--mrt-backend(auto|legacy|scapi):listfetches bundles from the SCAPI Storefront Deployments API, anddeploy(without a bundle ID) uploads the local build — and optionally deploys it — over SCAPI.autoprefers SCAPI when short code, tenant ID, and client-credentials or JWT Bearer auth are configured, and falls back to legacy on safe pre-execution errors;scapinever silently falls back. The bundle format now maps to the endpoint: SCAPI always uploads the v2 format, while legacy defaults to v1. A new--v2flag opts the legacy backend into the v2 endpoint (upload, plus a separate deploy when--environmentis given).deployalso gains--root-dir,--config-path, and--match-modeto control the v2 archive layout; these apply to v2 uploads only and are ignored, with a warning, on a legacy v1 push.mrt bundle deploy --v2performs the same v2 upload asmrt bundle upload-v2and can build, upload, and deploy in one step.--jsonoutput stays backend-native. The SDK addslistMrtBundles,uploadBundleScapi, andpushMrtBundleoperations. (Thanks @o-olaosebikan!)Patch Changes
09e5a0a- MRT commands now reliably suppress human-readable progress and status logging when--jsonis set, so diagnostic text never mixes with the machine-readable output. This also fixesmrt env var push --json, which previously printed progress lines to stdout alongside the JSON result. (Thanks @kieran-sf!)@salesforce/b2c-dx-mcp@3.0.2
Patch Changes
09e5a0a,d076982]:b2c-vs-extension@1.2.1
Patch Changes
09e5a0a,d076982]:@salesforce/b2c-dx-docs@0.4.1
Patch Changes
eaf789a- Clarified project guidance for using MCP skills, runbooks, and documentation tools. (Thanks @clavery!)