Skip to content

Commit 92fad1c

Browse files
chore: version packages
1 parent f12984e commit 92fad1c

File tree

10 files changed

+49
-21
lines changed

10 files changed

+49
-21
lines changed

.changeset/prophet-ide-integration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/scapi-discovery-tools.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/b2c-cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @salesforce/b2c-cli
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#151](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/151) [`f12984e`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/f12984e60fe49f366b946aae155f04bd5e212617) - Add `b2c setup ide prophet` to generate a Prophet-compatible `dw.js` script from resolved CLI configuration (including plugin-resolved values), plus new IDE integration docs and setup command reference. (Thanks [@clavery](https://github.com/clavery)!)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`1485923`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1485923581c6f1cb01c48a2e560e369843952020)]:
12+
- @salesforce/b2c-tooling-sdk@0.5.0
13+
314
## 0.4.1
415

516
### Patch Changes

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/b2c-cli",
33
"description": "A Salesforce Commerce Cloud B2C CLI",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"author": "Charles Lavery",
66
"bin": {
77
"b2c": "./bin/run.js"

packages/b2c-dx-mcp/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @salesforce/b2c-dx-mcp
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#133](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/133) [`1485923`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1485923581c6f1cb01c48a2e560e369843952020) - # Add new MCP tools (Thanks [@yhsieh1](https://github.com/yhsieh1)!)
8+
- `scapi-schemas-list`: List and fetch SCAPI schemas (standard and custom)
9+
- `scapi-custom-apis-status`: Check custom API endpoint registration status
10+
- `mrt_bundle_push`: Push and deploy a pre-built Storefront Next PWA Kit project to Managed Runtime
11+
- `cartridge_deploy`: Find and deploy cartridges to a B2C Commerce instance via WebDAV
12+
- `storefront_next_development_guidelines`: Get critical architecture rules, coding standards, and best practices for Storefront Next development
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`1485923`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1485923581c6f1cb01c48a2e560e369843952020)]:
17+
- @salesforce/b2c-tooling-sdk@0.5.0
18+
319
## 0.3.2
420

521
### Patch Changes

packages/b2c-dx-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-dx-mcp",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "MCP server for B2C Commerce Cloud developer experience tools",
55
"author": "Salesforce",
66
"license": "MIT",

packages/b2c-tooling-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @salesforce/b2c-tooling-sdk
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#133](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/133) [`1485923`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1485923581c6f1cb01c48a2e560e369843952020) - # Add new MCP tools (Thanks [@yhsieh1](https://github.com/yhsieh1)!)
8+
- `scapi-schemas-list`: List and fetch SCAPI schemas (standard and custom)
9+
- `scapi-custom-apis-status`: Check custom API endpoint registration status
10+
- `mrt_bundle_push`: Push and deploy a pre-built Storefront Next PWA Kit project to Managed Runtime
11+
- `cartridge_deploy`: Find and deploy cartridges to a B2C Commerce instance via WebDAV
12+
- `storefront_next_development_guidelines`: Get critical architecture rules, coding standards, and best practices for Storefront Next development
13+
314
## 0.4.1
415

516
### Patch Changes

packages/b2c-tooling-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-tooling-sdk",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
55
"author": "Charles Lavery",
66
"license": "Apache-2.0",

packages/b2c-vs-extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1485923`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1485923581c6f1cb01c48a2e560e369843952020)]:
8+
- @salesforce/b2c-tooling-sdk@0.5.0
9+
310
## 0.0.3
411

512
### Patch Changes

packages/b2c-vs-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "b2c-vs-extension",
33
"displayName": "B2C DX VSCE",
44
"description": "VS Code extension for B2C Commerce Cloud developer experience (Page Designer assistant, B2C CLI integration)",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"publisher": "Salesforce",
77
"license": "Apache-2.0",
88
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",

0 commit comments

Comments
 (0)