Skip to content

Next Release: changelog and version packages#393

Open
github-actions[bot] wants to merge 2 commits intomainfrom
changeset-release/main
Open

Next Release: changelog and version packages#393
github-actions[bot] wants to merge 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 3, 2026

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.9.0

Minor Changes

  • #399 6be308a - Support assetQuery as a first-class config field. Set it in dw.json (per-instance), in package.json under b2c, or via SFCC_ASSET_QUERY to control which JSON dot-paths are extracted as assets during content library parsing. The VS Code Content Libraries tree and b2c content export both honor it automatically; the --asset-query flag still wins when provided, and the fallback remains ["image.path"]. (Thanks @clavery!)

  • #328 31e136b - ODS CLI: b2c sandbox create adds --emails for notification addresses; b2c sandbox update adds --start-scheduler, --stop-scheduler, --clear-start-scheduler, and --clear-stop-scheduler; b2c realm update adds --emails, --start-scheduler, --stop-scheduler, --clear-start-scheduler, and --clear-stop-scheduler. (Thanks @charithaT07!)

    Sandbox API: b2c sandbox operations list and b2c sandbox operations get (inspect lifecycle operations); b2c sandbox alias get (get one alias by ID, same endpoint as alias list --alias-id).

    User guide updated for scheduling flags, sandbox operations, and b2c sandbox alias get.

Patch Changes

  • 3cefda3 - b2c debug --help now deep-links to the Debug command reference page on the docs site. (Thanks @clavery!)

  • Updated dependencies [6be308a, 51aed02]:

    • @salesforce/b2c-tooling-sdk@1.9.0

@salesforce/b2c-tooling-sdk@1.9.0

Minor Changes

  • #399 6be308a - Support assetQuery as a first-class config field. Set it in dw.json (per-instance), in package.json under b2c, or via SFCC_ASSET_QUERY to control which JSON dot-paths are extracted as assets during content library parsing. The VS Code Content Libraries tree and b2c content export both honor it automatically; the --asset-query flag still wins when provided, and the fallback remains ["image.path"]. (Thanks @clavery!)

Patch Changes

  • #392 51aed02 - Fix active: true on configs[] instances being ignored unless the root object also has active: false (Thanks @clavery!)

b2c-vs-extension@0.6.0

Minor Changes

  • #399 6be308a - Support assetQuery as a first-class config field. Set it in dw.json (per-instance), in package.json under b2c, or via SFCC_ASSET_QUERY to control which JSON dot-paths are extracted as assets during content library parsing. The VS Code Content Libraries tree and b2c content export both honor it automatically; the --asset-query flag still wins when provided, and the fallback remains ["image.path"]. (Thanks @clavery!)

  • #399 6be308a - Enforce Safety Mode in the VS Code extension. Destructive operations initiated from the extension (sandbox delete/stop/restart, WebDAV writes, jobs, etc.) now honor SFCC_SAFETY_LEVEL, SFCC_SAFETY_CONFIRM, SFCC_SAFETY_CONFIG, and the per-instance safety block in dw.json, consistent with the CLI. Every extension command is also evaluated against command rules (e.g. { "command": "b2c-dx.sandbox.delete", "action": "block" }), and confirmation-mode policies surface a native VS Code modal before the command runs. (Thanks @clavery!)

Patch Changes

  • #399 6be308a - Fix Content Libraries tree not updating when switching instances. The tree previously kept libraries from the old instance; it now re-seeds from the newly active instance's configured contentLibrary on switch. (Thanks @clavery!)

  • Updated dependencies [6be308a, 51aed02]:

    • @salesforce/b2c-tooling-sdk@1.9.0

@salesforce/b2c-dx-mcp@1.0.15

Patch Changes

  • Updated dependencies [6be308a, 51aed02]:
    • @salesforce/b2c-tooling-sdk@1.9.0

@salesforce/mrt-utilities@0.1.7

Patch Changes

@salesforce/b2c-dx-docs@0.2.23

Patch Changes

  • 3cefda3 - Documentation audit pass: corrected mismatched flags and missing commands across the CLI reference. Highlights: (Thanks @clavery!)

    • Documented b2c sandbox ips, b2c mrt env var push, and b2c debug (previously omitted).
    • Fixed mrt project get/update/delete examples to use the required positional slug; corrected mrt project member add/update --role to integer values; replaced mrt env invalidate --path with the actual --pattern flag; corrected mrt env redirect create/delete/clone flag names; rewrote mrt user api-key and mrt user email-prefs against the real flags.
    • Rewrote ecdn zones create, ecdn cache purge, ecdn security update, ecdn speed update, and ecdn logpush jobs create flag tables to match source.
    • Removed phantom flags (--display-name, etc.) from am users update.
    • Standardized Node.js requirement on >=22.16.0 across all installation guides.
    • account-manager guide no longer recommends the unsupported client_secret_post; the authentication warning was reframed as guidance toward client_secret_basic.
    • Added a Copilot section to the agent-skills guide so the homepage Copilot link points at meaningful content.
    • Filled gaps in the CLI command-topic index (bm-roles, setup, ecdn, replications, scapi-schemas, cap, logs).
  • #389 23205eb - Updated plugin install examples to default to user scope (Thanks @amit-kumar8-sf!)

  • #328 31e136b - ODS CLI: b2c sandbox create adds --emails for notification addresses; b2c sandbox update adds --start-scheduler, --stop-scheduler, --clear-start-scheduler, and --clear-stop-scheduler; b2c realm update adds --emails, --start-scheduler, --stop-scheduler, --clear-start-scheduler, and --clear-stop-scheduler. (Thanks @charithaT07!)

    Sandbox API: b2c sandbox operations list and b2c sandbox operations get (inspect lifecycle operations); b2c sandbox alias get (get one alias by ID, same endpoint as alias list --alias-id).

    User guide updated for scheduling flags, sandbox operations, and b2c sandbox alias get.

@salesforce/b2c-agent-plugins@1.2.1

Patch Changes

  • #394 5ae3691 - Improve skill trigger accuracy: rewrite b2c-scapi-admin and b2c-site-import-export descriptions, merge b2c-users-roles into b2c-am, fix weak eval prompts for b2c-job (Thanks @clavery!)

@github-actions github-actions Bot requested a review from a team May 3, 2026 20:41
@github-actions github-actions Bot added the release Automated release PR label May 3, 2026
@clavery clavery force-pushed the changeset-release/main branch 5 times, most recently from 425e9e8 to ed67462 Compare May 6, 2026 21:28
@clavery clavery force-pushed the changeset-release/main branch from 3dc45d4 to 6217ab8 Compare May 7, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Automated release PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants