Next Release: changelog and version packages#412
Merged
Conversation
25c84be to
3ed9279
Compare
7fc5751 to
191a46d
Compare
clavery
approved these changes
May 13, 2026
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.10.0
Minor Changes
e4b8238- Thelibrariesconfig field now accepts{id, siteLibrary?}objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries indw.jsonorpackage.jsonsob2c content list/content exportcan default--site-librarybased on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace"libraries": ["RefArchSharedLibrary"]with"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]. The existing string-only form continues to work unchanged. Also addslibraries,assetQuery, andrealmto the documentedpackage.jsonallowed fields list (already supported in code). (Thanks @clavery!)Patch Changes
7b3524f-b2c slas:client:getnow displays redirect URIs and callback URIs as lists (one per line) instead of the raw pipe-delimited strings returned by the SLAS API, matching the formatting used for scopes. (Thanks @clavery!)Updated dependencies [
e4b8238]:@salesforce/b2c-tooling-sdk@1.10.0
Minor Changes
e4b8238- Thelibrariesconfig field now accepts{id, siteLibrary?}objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries indw.jsonorpackage.jsonsob2c content list/content exportcan default--site-librarybased on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace"libraries": ["RefArchSharedLibrary"]with"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]. The existing string-only form continues to work unchanged. Also addslibraries,assetQuery, andrealmto the documentedpackage.jsonallowed fields list (already supported in code). (Thanks @clavery!)b2c-vs-extension@0.7.0
Minor Changes
#422
e4b8238- Thelibrariesconfig field now accepts{id, siteLibrary?}objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries indw.jsonorpackage.jsonsob2c content list/content exportcan default--site-librarybased on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace"libraries": ["RefArchSharedLibrary"]with"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]. The existing string-only form continues to work unchanged. Also addslibraries,assetQuery, andrealmto the documentedpackage.jsonallowed fields list (already supported in code). (Thanks @clavery!)#409
ec31234- Add anonymous usage telemetry (extension activation/deactivation lifecycle, broad feature-category usage, exceptions) to help prioritize fixes during the Developer Preview. Sending is non-blocking. Honors the newb2c-dx.telemetry.enabledsetting (defaulttrue), VS Code'stelemetry.telemetryLevel, and theSFCC_DISABLE_TELEMETRY/SF_DISABLE_TELEMETRYenvironment variables. No credentials, hostnames, or business data are collected. (Thanks @clavery!)Patch Changes
e4b8238]:@salesforce/b2c-dx-mcp@1.1.1
Patch Changes
e4b8238]:@salesforce/b2c-dx-docs@0.3.1
Patch Changes
ec31234- Document the B2C DX VS Code Extension. New/vscode-extension/section with overview, installation (with a dynamic download link to the latest VSIX release), configuration reference, and a feature tour covering Sandbox Realm Explorer, Cartridge Code Sync, WebDAV Browser, Content Libraries, SCAPI API Browser, B2C Script Debugger, scaffold/CAP install, log tailing, and B2C CLI plugin support. (Thanks @clavery!)@salesforce/b2c-agent-plugins@1.3.1
Patch Changes
ac0da1b- Exclude per-skillevals/directories from the released skills zip artifacts so end users don't receive eval fixtures. (Thanks @clavery!)