From 191a46d95303937c08dadf42805bfa10ca64c64a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:22:16 +0000 Subject: [PATCH 1/2] chore: version packages --- .changeset/RELEASE | 2 +- .changeset/exclude-evals-from-skill-zips.md | 5 ----- .changeset/site-library-config-support.md | 7 ------- .changeset/slas-client-get-redirect-uris-list.md | 5 ----- .changeset/vscode-extension-docs.md | 5 ----- .changeset/vscode-telemetry.md | 5 ----- .claude-plugin/marketplace.json | 6 +++--- docs/CHANGELOG.md | 6 ++++++ docs/package.json | 2 +- packages/b2c-cli/CHANGELOG.md | 13 +++++++++++++ packages/b2c-cli/package.json | 2 +- packages/b2c-dx-mcp/CHANGELOG.md | 7 +++++++ packages/b2c-dx-mcp/package.json | 2 +- packages/b2c-tooling-sdk/CHANGELOG.md | 6 ++++++ packages/b2c-tooling-sdk/package.json | 2 +- packages/b2c-vs-extension/CHANGELOG.md | 13 +++++++++++++ packages/b2c-vs-extension/package.json | 2 +- skills/CHANGELOG.md | 6 ++++++ skills/b2c-cli/.codex-plugin/plugin.json | 2 +- skills/b2c/.codex-plugin/plugin.json | 2 +- skills/package.json | 2 +- skills/storefront-next/.codex-plugin/plugin.json | 2 +- 22 files changed, 64 insertions(+), 40 deletions(-) delete mode 100644 .changeset/exclude-evals-from-skill-zips.md delete mode 100644 .changeset/site-library-config-support.md delete mode 100644 .changeset/slas-client-get-redirect-uris-list.md delete mode 100644 .changeset/vscode-extension-docs.md delete mode 100644 .changeset/vscode-telemetry.md diff --git a/.changeset/RELEASE b/.changeset/RELEASE index a3182ee2..87cd0559 100644 --- a/.changeset/RELEASE +++ b/.changeset/RELEASE @@ -1 +1 @@ -Thu May 7 23:56:57 UTC 2026 +Wed May 13 01:22:16 UTC 2026 diff --git a/.changeset/exclude-evals-from-skill-zips.md b/.changeset/exclude-evals-from-skill-zips.md deleted file mode 100644 index 216f61da..00000000 --- a/.changeset/exclude-evals-from-skill-zips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@salesforce/b2c-agent-plugins': patch ---- - -Exclude per-skill `evals/` directories from the released skills zip artifacts so end users don't receive eval fixtures. diff --git a/.changeset/site-library-config-support.md b/.changeset/site-library-config-support.md deleted file mode 100644 index 0f14f02e..00000000 --- a/.changeset/site-library-config-support.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@salesforce/b2c-cli': minor -'@salesforce/b2c-tooling-sdk': minor -'b2c-vs-extension': minor ---- - -The `libraries` config 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 in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based 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 adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). diff --git a/.changeset/slas-client-get-redirect-uris-list.md b/.changeset/slas-client-get-redirect-uris-list.md deleted file mode 100644 index 7b4aeb8a..00000000 --- a/.changeset/slas-client-get-redirect-uris-list.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@salesforce/b2c-cli': patch ---- - -`b2c slas:client:get` now 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. diff --git a/.changeset/vscode-extension-docs.md b/.changeset/vscode-extension-docs.md deleted file mode 100644 index 694b7223..00000000 --- a/.changeset/vscode-extension-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@salesforce/b2c-dx-docs': patch ---- - -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. diff --git a/.changeset/vscode-telemetry.md b/.changeset/vscode-telemetry.md deleted file mode 100644 index 334d85e1..00000000 --- a/.changeset/vscode-telemetry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'b2c-vs-extension': minor ---- - -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 new `b2c-dx.telemetry.enabled` setting (default `true`), VS Code's `telemetry.telemetryLevel`, and the `SFCC_DISABLE_TELEMETRY` / `SF_DISABLE_TELEMETRY` environment variables. No credentials, hostnames, or business data are collected. diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 97609e8e..eb0e8935 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -17,7 +17,7 @@ "source": "./skills/b2c-cli", "category": "productivity", "strict": false, - "version": "1.3.0" + "version": "1.3.1" }, { "name": "b2c", @@ -29,7 +29,7 @@ "source": "./skills/b2c", "category": "productivity", "strict": false, - "version": "1.3.0" + "version": "1.3.1" }, { "name": "b2c-dx-mcp", @@ -52,7 +52,7 @@ "source": "./skills/storefront-next", "category": "productivity", "strict": false, - "version": "1.3.0" + "version": "1.3.1" }, { "name": "cap-dev", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8a2f056..2a10d381 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @salesforce/b2c-dx-docs +## 0.3.1 + +### Patch Changes + +- [#409](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/409) [`ec31234`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ec312342e14080fb5d51b72243e763030c429f80) - 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](https://github.com/clavery)!) + ## 0.3.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index 9e2e9aa4..027ebe39 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/b2c-dx-docs", - "version": "0.3.0", + "version": "0.3.1", "private": true, "description": "Documentation for B2C Developer Tooling", "scripts": { diff --git a/packages/b2c-cli/CHANGELOG.md b/packages/b2c-cli/CHANGELOG.md index 5d88afc1..6cc2a777 100644 --- a/packages/b2c-cli/CHANGELOG.md +++ b/packages/b2c-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @salesforce/b2c-cli +## 1.10.0 + +### Minor Changes + +- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config 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 in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based 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 adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!) + +### Patch Changes + +- [`7b3524f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/7b3524f1f545b290861784396897c537cb631df3) - `b2c slas:client:get` now 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](https://github.com/clavery)!) + +- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]: + - @salesforce/b2c-tooling-sdk@1.10.0 + ## 1.9.0 ### Minor Changes diff --git a/packages/b2c-cli/package.json b/packages/b2c-cli/package.json index 1463efff..f6a11702 100644 --- a/packages/b2c-cli/package.json +++ b/packages/b2c-cli/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/b2c-cli", "description": "A Salesforce B2C Commerce CLI", - "version": "1.9.0", + "version": "1.10.0", "author": "Charles Lavery", "bin": { "b2c": "./bin/run.js" diff --git a/packages/b2c-dx-mcp/CHANGELOG.md b/packages/b2c-dx-mcp/CHANGELOG.md index f00341e3..74202f70 100644 --- a/packages/b2c-dx-mcp/CHANGELOG.md +++ b/packages/b2c-dx-mcp/CHANGELOG.md @@ -1,5 +1,12 @@ # @salesforce/b2c-dx-mcp +## 1.1.1 + +### Patch Changes + +- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]: + - @salesforce/b2c-tooling-sdk@1.10.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/b2c-dx-mcp/package.json b/packages/b2c-dx-mcp/package.json index 3f9aa6ca..9f3f4b54 100644 --- a/packages/b2c-dx-mcp/package.json +++ b/packages/b2c-dx-mcp/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/b2c-dx-mcp", "description": "MCP server for B2C Commerce developer experience tools", - "version": "1.1.0", + "version": "1.1.1", "author": "Salesforce", "license": "Apache-2.0", "repository": "SalesforceCommerceCloud/b2c-developer-tooling", diff --git a/packages/b2c-tooling-sdk/CHANGELOG.md b/packages/b2c-tooling-sdk/CHANGELOG.md index b29fb976..9a040638 100644 --- a/packages/b2c-tooling-sdk/CHANGELOG.md +++ b/packages/b2c-tooling-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @salesforce/b2c-tooling-sdk +## 1.10.0 + +### Minor Changes + +- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config 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 in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based 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 adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!) + ## 1.9.0 ### Minor Changes diff --git a/packages/b2c-tooling-sdk/package.json b/packages/b2c-tooling-sdk/package.json index 5fdedd4c..720bdcd1 100644 --- a/packages/b2c-tooling-sdk/package.json +++ b/packages/b2c-tooling-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/b2c-tooling-sdk", "description": "Core tooling library for Salesforce B2C Commerce CLI", - "version": "1.9.0", + "version": "1.10.0", "author": "Charles Lavery", "license": "Apache-2.0", "repository": "SalesforceCommerceCloud/b2c-developer-tooling", diff --git a/packages/b2c-vs-extension/CHANGELOG.md b/packages/b2c-vs-extension/CHANGELOG.md index ca074634..a41c00a1 100644 --- a/packages/b2c-vs-extension/CHANGELOG.md +++ b/packages/b2c-vs-extension/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.7.0 + +### Minor Changes + +- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config 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 in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based 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 adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!) + +- [#409](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/409) [`ec31234`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ec312342e14080fb5d51b72243e763030c429f80) - 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 new `b2c-dx.telemetry.enabled` setting (default `true`), VS Code's `telemetry.telemetryLevel`, and the `SFCC_DISABLE_TELEMETRY` / `SF_DISABLE_TELEMETRY` environment variables. No credentials, hostnames, or business data are collected. (Thanks [@clavery](https://github.com/clavery)!) + +### Patch Changes + +- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]: + - @salesforce/b2c-tooling-sdk@1.10.0 + ## 0.6.0 ### Minor Changes diff --git a/packages/b2c-vs-extension/package.json b/packages/b2c-vs-extension/package.json index 46ba8d74..4c0a3761 100644 --- a/packages/b2c-vs-extension/package.json +++ b/packages/b2c-vs-extension/package.json @@ -2,7 +2,7 @@ "name": "b2c-vs-extension", "displayName": "B2C DX VSCE", "description": "VS Code extension for B2C Commerce developer experience (Page Designer assistant, B2C CLI integration)", - "version": "0.6.0", + "version": "0.7.0", "publisher": "Salesforce", "license": "Apache-2.0", "repository": "SalesforceCommerceCloud/b2c-developer-tooling", diff --git a/skills/CHANGELOG.md b/skills/CHANGELOG.md index 93b9628e..13f43cae 100644 --- a/skills/CHANGELOG.md +++ b/skills/CHANGELOG.md @@ -1,5 +1,11 @@ # @salesforce/b2c-agent-plugins +## 1.3.1 + +### Patch Changes + +- [`ac0da1b`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ac0da1b42699613e6d7c22503676641df3a31201) - Exclude per-skill `evals/` directories from the released skills zip artifacts so end users don't receive eval fixtures. (Thanks [@clavery](https://github.com/clavery)!) + ## 1.3.0 ### Minor Changes diff --git a/skills/b2c-cli/.codex-plugin/plugin.json b/skills/b2c-cli/.codex-plugin/plugin.json index 733c27d8..edb52db5 100644 --- a/skills/b2c-cli/.codex-plugin/plugin.json +++ b/skills/b2c-cli/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "b2c-cli", - "version": "1.3.0", + "version": "1.3.1", "description": "B2C CLI Skills for Salesforce Commerce Cloud development.", "author": { "name": "Salesforce" diff --git a/skills/b2c/.codex-plugin/plugin.json b/skills/b2c/.codex-plugin/plugin.json index c2660f10..3ab35676 100644 --- a/skills/b2c/.codex-plugin/plugin.json +++ b/skills/b2c/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "b2c", - "version": "1.3.0", + "version": "1.3.1", "description": "B2C Commerce development skills including Custom API development guides.", "author": { "name": "Salesforce" diff --git a/skills/package.json b/skills/package.json index 4348cad6..48e3221b 100644 --- a/skills/package.json +++ b/skills/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/b2c-agent-plugins", - "version": "1.3.0", + "version": "1.3.1", "description": "B2C Commerce agent skills plugins (b2c-cli, b2c). Private — distributed via GitHub release zips.", "private": true } diff --git a/skills/storefront-next/.codex-plugin/plugin.json b/skills/storefront-next/.codex-plugin/plugin.json index 2d2b9ebf..97dd2b76 100644 --- a/skills/storefront-next/.codex-plugin/plugin.json +++ b/skills/storefront-next/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "storefront-next", - "version": "1.3.0", + "version": "1.3.1", "description": "Storefront Next development skills for building React 19 storefronts on Salesforce B2C Commerce.", "author": { "name": "Salesforce" From a2cb5e737d6dfa6c9d5b8c288a32ede613203aae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:22:19 +0000 Subject: [PATCH 2/2] chore: trigger CI checks