Skip to content

Commit 5056722

Browse files
chore: version packages (#342)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc0e4b3 commit 5056722

15 files changed

Lines changed: 48 additions & 31 deletions

.changeset/fix-skill-documentation-accuracy.md

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

.changeset/hungry-otters-unite.md

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

.changeset/job-import-wait-flag.md

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

.changeset/mrt-env-var-push.md

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

.changeset/mrt-utilities-node22-cjs-compat.md

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

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.4.0
4+
5+
### Minor Changes
6+
7+
- [#308](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/308) [`d5c9125`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/d5c91252922145309cc973441dc65962d46f5fa9) - Add `b2c mrt env var push` command. Reads a local `.env` file, computes a diff against the current remote MRT environment variables, and pushes new or changed variables in a single batch request (with per-variable fallback). Supports `--file`, `--exclude-prefix`, and `--yes` flags. (Thanks [@vmarta](https://github.com/vmarta)!)
8+
9+
### Patch Changes
10+
11+
- [`52d7a6d`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/52d7a6dd12e3ba53ae3cf729ddf71a7f225f7b6e) - Fix inaccurate flags and commands in CLI skill documentation for job, ecdn, am, and users-roles skills (Thanks [@clavery](https://github.com/clavery)!)
12+
13+
- [`1b0b4ce`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1b0b4ce2af63862438c0dae74df2efb35262139a) - Add `--wait` / `--no-wait` flag to `b2c job import` command. Import waits for completion by default (preserving existing behavior); use `--no-wait` to return immediately after the job starts. Also adds `--poll-interval` flag for controlling poll frequency. (Thanks [@clavery](https://github.com/clavery)!)
14+
15+
- Updated dependencies [[`1b0b4ce`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1b0b4ce2af63862438c0dae74df2efb35262139a)]:
16+
- @salesforce/b2c-tooling-sdk@1.3.2
17+
318
## 1.3.2
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.3.2",
4+
"version": "1.4.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1b0b4ce`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1b0b4ce2af63862438c0dae74df2efb35262139a)]:
8+
- @salesforce/b2c-tooling-sdk@1.3.2
9+
310
## 1.0.7
411

512
### Patch Changes

packages/b2c-dx-mcp/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-dx-mcp",
33
"description": "MCP server for B2C Commerce developer experience tools",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"author": "Salesforce",
66
"license": "Apache-2.0",
77
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",

packages/b2c-tooling-sdk/CHANGELOG.md

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

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [`1b0b4ce`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1b0b4ce2af63862438c0dae74df2efb35262139a) - Add `--wait` / `--no-wait` flag to `b2c job import` command. Import waits for completion by default (preserving existing behavior); use `--no-wait` to return immediately after the job starts. Also adds `--poll-interval` flag for controlling poll frequency. (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 1.3.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)