Skip to content

Commit 01eb475

Browse files
chore: version packages
1 parent 31e136b commit 01eb475

20 files changed

Lines changed: 64 additions & 33 deletions

File tree

.changeset/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Apr 27 21:32:09 UTC 2026
1+
Tue May 5 11:43:51 UTC 2026

.changeset/fix-active-config-selection.md

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

.changeset/improve-skill-descriptions.md

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

.changeset/ods-enhancements.md

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

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": "./skills/b2c-cli",
1818
"category": "productivity",
1919
"strict": false,
20-
"version": "1.2.0"
20+
"version": "1.2.1"
2121
},
2222
{
2323
"name": "b2c",
@@ -29,7 +29,7 @@
2929
"source": "./skills/b2c",
3030
"category": "productivity",
3131
"strict": false,
32-
"version": "1.2.0"
32+
"version": "1.2.1"
3333
},
3434
{
3535
"name": "b2c-dx-mcp",
@@ -52,7 +52,7 @@
5252
"source": "./skills/storefront-next",
5353
"category": "productivity",
5454
"strict": false,
55-
"version": "1.2.0"
55+
"version": "1.2.1"
5656
},
5757
{
5858
"name": "cap-dev",

docs/CHANGELOG.md

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

3+
## 0.2.23
4+
5+
### Patch Changes
6+
7+
- [#328](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/328) [`31e136b`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/31e136b2cd3affd6ecfb53c949aa4374c82561ad) - ODS CLI: **`b2c sandbox create`** adds **`--emails`** for notification addresses; **`b2c sandbox update`** adds **`--start-scheduler`**, **`--stop-scheduler`**, **`--clear-start-scheduler`**, and **`--clear-stop-scheduler`**; **`b2c realm update`** adds **`--emails`**, **`--start-scheduler`**, **`--stop-scheduler`**, **`--clear-start-scheduler`**, and **`--clear-stop-scheduler`**. (Thanks [@charithaT07](https://github.com/charithaT07)!)
8+
9+
Sandbox API: **`b2c sandbox operations list`** and **`b2c sandbox operations get`** (inspect lifecycle operations); **`b2c sandbox alias get`** (get one alias by ID, same endpoint as **`alias list --alias-id`**).
10+
11+
User guide updated for scheduling flags, sandbox operations, and **`b2c sandbox alias get`**.
12+
313
## 0.2.22
414

515
### Patch Changes

docs/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-docs",
3-
"version": "0.2.22",
3+
"version": "0.2.23",
44
"private": true,
55
"description": "Documentation for B2C Developer Tooling",
66
"scripts": {

packages/b2c-cli/CHANGELOG.md

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

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#328](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/328) [`31e136b`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/31e136b2cd3affd6ecfb53c949aa4374c82561ad) - ODS CLI: **`b2c sandbox create`** adds **`--emails`** for notification addresses; **`b2c sandbox update`** adds **`--start-scheduler`**, **`--stop-scheduler`**, **`--clear-start-scheduler`**, and **`--clear-stop-scheduler`**; **`b2c realm update`** adds **`--emails`**, **`--start-scheduler`**, **`--stop-scheduler`**, **`--clear-start-scheduler`**, and **`--clear-stop-scheduler`**. (Thanks [@charithaT07](https://github.com/charithaT07)!)
8+
9+
Sandbox API: **`b2c sandbox operations list`** and **`b2c sandbox operations get`** (inspect lifecycle operations); **`b2c sandbox alias get`** (get one alias by ID, same endpoint as **`alias list --alias-id`**).
10+
11+
User guide updated for scheduling flags, sandbox operations, and **`b2c sandbox alias get`**.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`51aed02`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/51aed020426f1ce3869b3d260d9af796db8a19e7)]:
16+
- @salesforce/b2c-tooling-sdk@1.8.1
17+
318
## 1.8.1
419

520
### 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 B2C Commerce CLI",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"author": "Charles Lavery",
66
"bin": {
77
"b2c": "./bin/run.js"

packages/b2c-dx-mcp/CHANGELOG.md

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

3+
## 1.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`51aed02`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/51aed020426f1ce3869b3d260d9af796db8a19e7)]:
8+
- @salesforce/b2c-tooling-sdk@1.8.1
9+
310
## 1.0.14
411

512
### Patch Changes

0 commit comments

Comments
 (0)