Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/early-clubs-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-actions-external-refs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/reorganize-docs-navigation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-scaffold-generation.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @salesforce/b2c-dx-docs

## 0.2.2

### Patch Changes

- [#226](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/226) [`8c6665b`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/8c6665ba8a51ddf1d572b9fbff66b9685699880e) - MCP MRT Push now uses correct defaults based on detected project type (Thanks [@patricksullivansf](https://github.com/patricksullivansf)!)

- [#229](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/229) [`b893aa8`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/b893aa883b3670e6248e772705e4b303b2c383b6) - Reorganize documentation navigation into Guides, Reference, and SDK sections for clearer information architecture (Thanks [@clavery](https://github.com/clavery)!)

## 0.2.1

### 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.1",
"version": "0.2.2",
"private": true,
"description": "Documentation for B2C Developer Tooling",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/b2c-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @salesforce/b2c-cli

## 0.5.6

### Patch Changes

- [`d6b8c57`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/d6b8c575b62ada6073d89fe03beedc18004e3073) - Fix GitHub Actions for external repository usage by replacing relative `./actions/setup` and `./actions/run` references with fully qualified `SalesforceCommerceCloud/b2c-developer-tooling/actions/setup@v1` and `SalesforceCommerceCloud/b2c-developer-tooling/actions/run@v1` in all composite actions. (Thanks [@clavery](https://github.com/clavery)!)

- Updated dependencies [[`8faf831`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/8faf831b4e4827e252e48242b2a2b2155157f3c2)]:
- @salesforce/b2c-tooling-sdk@0.6.0

## 0.5.5

### 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": "0.5.5",
"version": "0.5.6",
"author": "Charles Lavery",
"bin": {
"b2c": "./bin/run.js"
Expand Down
9 changes: 9 additions & 0 deletions packages/b2c-dx-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @salesforce/b2c-dx-mcp

## 0.4.7

### Patch Changes

- [#226](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/226) [`8c6665b`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/8c6665ba8a51ddf1d572b9fbff66b9685699880e) - MCP MRT Push now uses correct defaults based on detected project type (Thanks [@patricksullivansf](https://github.com/patricksullivansf)!)

- Updated dependencies [[`8faf831`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/8faf831b4e4827e252e48242b2a2b2155157f3c2)]:
- @salesforce/b2c-tooling-sdk@0.6.0

## 0.4.6

### 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": "0.4.6",
"version": "0.4.7",
"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

## 0.6.0

### Minor Changes

- [#230](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/230) [`8faf831`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/8faf831b4e4827e252e48242b2a2b2155157f3c2) - Add `detectSourceFromPath()` for context-aware scaffold parameter detection, `cartridgePathForDestination()` export, and `builtInScaffoldsDir` option on `createScaffoldRegistry()` for bundled consumers (Thanks [@clavery](https://github.com/clavery)!)

## 0.5.5

### 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": "0.5.5",
"version": "0.6.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.0.10

### Patch Changes

- Updated dependencies [[`8faf831`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/8faf831b4e4827e252e48242b2a2b2155157f3c2)]:
- @salesforce/b2c-tooling-sdk@0.6.0

## 0.0.9

### Patch Changes
Expand Down
106 changes: 85 additions & 21 deletions 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.0.9",
"version": "0.0.10",
"publisher": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down Expand Up @@ -62,7 +62,14 @@
"b2c-dx.logLevel": {
"type": "string",
"default": "info",
"enum": ["trace", "debug", "info", "warn", "error", "silent"],
"enum": [
"trace",
"debug",
"info",
"warn",
"error",
"silent"
],
"description": "Log verbosity level for the B2C DX output channel."
},
"b2c-dx.sandbox.pollingInterval": {
Expand Down Expand Up @@ -510,25 +517,82 @@
}
],
"commandPalette": [
{"command": "b2c-dx.sandbox.removeRealm", "when": "false"},
{"command": "b2c-dx.sandbox.delete", "when": "false"},
{"command": "b2c-dx.sandbox.start", "when": "false"},
{"command": "b2c-dx.sandbox.stop", "when": "false"},
{"command": "b2c-dx.sandbox.restart", "when": "false"},
{"command": "b2c-dx.sandbox.viewDetails", "when": "false"},
{"command": "b2c-dx.sandbox.openBM", "when": "false"},
{"command": "b2c-dx.webdav.newFolder", "when": "false"},
{"command": "b2c-dx.webdav.uploadFile", "when": "false"},
{"command": "b2c-dx.webdav.delete", "when": "false"},
{"command": "b2c-dx.webdav.download", "when": "false"},
{"command": "b2c-dx.webdav.openFile", "when": "false"},
{"command": "b2c-dx.webdav.newFile", "when": "false"},
{"command": "b2c-dx.webdav.mountWorkspace", "when": "false"},
{"command": "b2c-dx.content.removeLibrary", "when": "false"},
{"command": "b2c-dx.content.export", "when": "false"},
{"command": "b2c-dx.content.exportNoAssets", "when": "false"},
{"command": "b2c-dx.content.exportAssets", "when": "false"},
{"command": "b2c-dx.content.clearFilter", "when": "false"}
{
"command": "b2c-dx.sandbox.removeRealm",
"when": "false"
},
{
"command": "b2c-dx.sandbox.delete",
"when": "false"
},
{
"command": "b2c-dx.sandbox.start",
"when": "false"
},
{
"command": "b2c-dx.sandbox.stop",
"when": "false"
},
{
"command": "b2c-dx.sandbox.restart",
"when": "false"
},
{
"command": "b2c-dx.sandbox.viewDetails",
"when": "false"
},
{
"command": "b2c-dx.sandbox.openBM",
"when": "false"
},
{
"command": "b2c-dx.webdav.newFolder",
"when": "false"
},
{
"command": "b2c-dx.webdav.uploadFile",
"when": "false"
},
{
"command": "b2c-dx.webdav.delete",
"when": "false"
},
{
"command": "b2c-dx.webdav.download",
"when": "false"
},
{
"command": "b2c-dx.webdav.openFile",
"when": "false"
},
{
"command": "b2c-dx.webdav.newFile",
"when": "false"
},
{
"command": "b2c-dx.webdav.mountWorkspace",
"when": "false"
},
{
"command": "b2c-dx.content.removeLibrary",
"when": "false"
},
{
"command": "b2c-dx.content.export",
"when": "false"
},
{
"command": "b2c-dx.content.exportNoAssets",
"when": "false"
},
{
"command": "b2c-dx.content.exportAssets",
"when": "false"
},
{
"command": "b2c-dx.content.clearFilter",
"when": "false"
}
]
}
},
Expand Down