Next Release: changelog and version packages#490
Merged
Conversation
111d7bb to
ab90b43
Compare
2722ae8 to
fbeed10
Compare
clavery
approved these changes
Jun 11, 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.15.0
Minor Changes
19f059e- Addstorefront-next-figmaas a skill set forb2c setup skills. You can now install the Figma design-kit skills withb2c setup skills storefront-next-figma(or select it interactively) for any supported IDE. These skills require the Figma MCP server to be configured in your AI tool. (Thanks @clavery!)Patch Changes
19f059e]:@salesforce/b2c-tooling-sdk@1.13.0
Minor Changes
19f059e- Addstorefront-next-figmaas a skill set forb2c setup skills. You can now install the Figma design-kit skills withb2c setup skills storefront-next-figma(or select it interactively) for any supported IDE. These skills require the Figma MCP server to be configured in your AI tool. (Thanks @clavery!)@salesforce/b2c-dx-mcp@1.2.1
Patch Changes
19f059e]:b2c-vs-extension@0.9.1
Patch Changes
19f059e]:@salesforce/b2c-agent-plugins@1.4.0
Minor Changes
#489
0b19efe- Add Storefront Next design-system skills and a newstorefront-next-figmaplugin. (Thanks @pav-ui!)sfnext-create-verticalskill (storefront-next): create a brand theme / storefront variant through the brand token layer, with typography, dark-mode contrast checks, fixture-based local development, and the extension-vs-base decision.sfnext-create-componentskill (storefront-next): design-system component authoring — layer model, extend-before-create gate, CVA variants bound to semantic tokens,data-slot, accessibility, and Storybook coverage (complementssfnext-components).sfnext-extensionsskill with a base-audit decision gate (deciding whether to extend at all vs a token/variant override or a base slot) plus aBASE-AUDIT.mdreference.storefront-next-figmaplugin with thesfnext-create-figma-kitskill: duplicate the Figma kit for a vertical, sync Brand variables frombrand.css, edit components at the correct layer, and publish Code Connect. Requires the Figma MCP server.Together these add the design-system / theming / Figma layer that the existing
storefront-nextplugin did not cover.Patch Changes
0c9eeab- Release packaging now reads the list of agent plugins fromskills/plugins.json. To publish a new plugin, add itsskills/<name>/directory and list its name in that manifest — no changes to the publish workflow are required. (Thanks @clavery!)aa48c8e- Fix the Business Manager extensions skill (b2c-business-manager-extensions) to match the authoritativebmext.xsdschema. The previous guidance used the wrong namespace and element shapes (resource-keyname/iconattributes,xp-ref, abm_extensions.propertiesbundle) that would not load on a real instance. The skill now documents thebmmodules/2007-12-11schema with inline localizedname/descriptionelements, correctdialogaction/formextensionstructures, theNoPermissionCheckidiom for permission-free endpoints, ascendingpositionordering, and the core BM menu-id table for attaching to existing menus. All XML examples validate against the schema. (Thanks @clavery!)#493
e803346- Skills now consistently document that the CLI auto-discovers configuration (instance, credentials, tenantId, etc.) fromdw.json,SFCC_*env vars,~/.mobify, andpackage.json— flags like--server,--client-id, and--client-secretare usually unnecessary. Each instance-touching skill points agents atb2c setup inspectfor resolved values and sources, and back tob2c-configfor setup troubleshooting. (Thanks @clavery!)The
b2c-configskill has been broadened to be the fallback whenever CLI setup or authentication is unclear, with general configuration guidance (including the fact thatdw.jsonkeys accept both camelCase and kebab-case) and a richer troubleshooting section.The
b2c-custom-api-developmentskill now describes Custom API cartridge-path lookup correctly: storefrontsiteIdresolves through that site's cartridge path, whilesiteId=Sites-Site(the system-defined BM/organization site identifier) and an omittedsiteIdresolve through the Business Manager cartridge path. The skill shows how to manage paths withb2c sites cartridgesand clarifies whenb2c code deploy --reloadis required (registration, contract, or cartridge-path changes) versus when a plain redeploy suffices (implementation-only edits to an already-registered endpoint).@salesforce/b2c-dx-docs@0.3.6
Patch Changes
#492
5af7cae- Removed pilot note for Storefront Next (Thanks @knhage!)19f059e- Document the newstorefront-next-figmaplugin in the Agent Skills guide, the install snippets (homepage, setup), and the Figma tools setup page. The plugin requires the Figma MCP server and can be installed from the plugin marketplace or withb2c setup skills storefront-next-figma. (Thanks @clavery!)