Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Apr 23 15:00:58 UTC 2026
Fri Apr 24 15:56:51 UTC 2026
5 changes: 0 additions & 5 deletions .changeset/mrt-utilities-strip-dev-exports.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/storefront-next-cli-sdk-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/storefront-next-docs-update.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/storefront-next-skills-plugin.md

This file was deleted.

6 changes: 3 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "./skills/b2c-cli",
"category": "productivity",
"strict": false,
"version": "1.1.3"
"version": "1.2.0"
},
{
"name": "b2c",
Expand All @@ -29,7 +29,7 @@
"source": "./skills/b2c",
"category": "productivity",
"strict": false,
"version": "1.1.3"
"version": "1.2.0"
},
{
"name": "b2c-dx-mcp",
Expand All @@ -52,7 +52,7 @@
"source": "./skills/storefront-next",
"category": "productivity",
"strict": false,
"version": "1.1.2"
"version": "1.2.0"
},
{
"name": "cap-dev",
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-dx-docs

## 0.2.19

### Patch Changes

- [`3ffd72d`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/3ffd72d6c43f2ac812559e7ea22de3206cf6df9d) - Update agent skills guide and CLI setup reference for storefront-next plugin (Thanks [@clavery](https://github.com/clavery)!)

## 0.2.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/b2c-dx-docs",
"version": "0.2.18",
"version": "0.2.19",
"private": true,
"description": "Documentation for B2C Developer Tooling",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/b2c-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @salesforce/b2c-cli

## 1.8.0

### Minor Changes

- [#377](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/377) [`cb66b56`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/cb66b563d5d5ca6a0f584d9007629ba392cb3424) - Add `storefront-next` skill set to `b2c setup skills`. Install Storefront Next development skills with `b2c setup skills storefront-next`, or via the plugin marketplace with `claude plugin install storefront-next`. (Thanks [@clavery](https://github.com/clavery)!)

### Patch Changes

- Updated dependencies [[`cb66b56`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/cb66b563d5d5ca6a0f584d9007629ba392cb3424)]:
- @salesforce/b2c-tooling-sdk@1.7.0

## 1.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-cli",
"description": "A Salesforce B2C Commerce CLI",
"version": "1.7.1",
"version": "1.8.0",
"author": "Charles Lavery",
"bin": {
"b2c": "./bin/run.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/b2c-dx-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salesforce/b2c-dx-mcp

## 1.0.13

### Patch Changes

- Updated dependencies [[`cb66b56`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/cb66b563d5d5ca6a0f584d9007629ba392cb3424)]:
- @salesforce/b2c-tooling-sdk@1.7.0

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-dx-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-dx-mcp",
"description": "MCP server for B2C Commerce developer experience tools",
"version": "1.0.12",
"version": "1.0.13",
"author": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
6 changes: 6 additions & 0 deletions packages/b2c-tooling-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-tooling-sdk

## 1.7.0

### Minor Changes

- [#377](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/377) [`cb66b56`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/cb66b563d5d5ca6a0f584d9007629ba392cb3424) - Add `storefront-next` skill set to `b2c setup skills`. Install Storefront Next development skills with `b2c setup skills storefront-next`, or via the plugin marketplace with `claude plugin install storefront-next`. (Thanks [@clavery](https://github.com/clavery)!)

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-tooling-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-tooling-sdk",
"description": "Core tooling library for Salesforce B2C Commerce CLI",
"version": "1.6.1",
"version": "1.7.0",
"author": "Charles Lavery",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
7 changes: 7 additions & 0 deletions packages/b2c-vs-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.4.4

### Patch Changes

- Updated dependencies [[`cb66b56`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/cb66b563d5d5ca6a0f584d9007629ba392cb3424)]:
- @salesforce/b2c-tooling-sdk@1.7.0

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-vs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3",
"version": "0.4.4",
"publisher": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
6 changes: 6 additions & 0 deletions packages/mrt-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/mrt-utilities

## 0.1.4

### Patch Changes

- [#379](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/379) [`c89e045`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/c89e045546dab14722f00b63ffe87db02942e486) - Fix package export resolution for consumers by stripping `development` export conditions during `prepack`, so published tarballs always resolve to shipped `dist` files. (Thanks [@bendvc](https://github.com/bendvc)!)

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mrt-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mrt-utilities",
"version": "0.1.3",
"version": "0.1.4",
"description": "Middleware and utilities to simulate a deployed Managed Runtime environment",
"type": "module",
"author": "Salesforce",
Expand Down
6 changes: 6 additions & 0 deletions skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-agent-plugins

## 1.2.0

### Minor Changes

- [#377](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/377) [`cb66b56`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/cb66b563d5d5ca6a0f584d9007629ba392cb3424) - Add `storefront-next` plugin with 14 skills covering the full Storefront Next development lifecycle — project setup, routing, data fetching, components, Page Designer, authentication, i18n, extensions, testing, performance, and deployment to Managed Runtime. (Thanks [@clavery](https://github.com/clavery)!)

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion skills/b2c-cli/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b2c-cli",
"version": "1.1.3",
"version": "1.2.0",
"description": "B2C CLI Skills for Salesforce Commerce Cloud development.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/b2c/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b2c",
"version": "1.1.3",
"version": "1.2.0",
"description": "B2C Commerce development skills including Custom API development guides.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/b2c-agent-plugins",
"version": "1.1.3",
"version": "1.2.0",
"description": "B2C Commerce agent skills plugins (b2c-cli, b2c). Private — distributed via GitHub release zips.",
"private": true
}
2 changes: 1 addition & 1 deletion skills/storefront-next/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storefront-next",
"version": "1.1.2",
"version": "1.2.0",
"description": "Storefront Next development skills for building React 19 storefronts on Salesforce B2C Commerce.",
"author": {
"name": "Salesforce"
Expand Down
Loading