Skip to content

Commit 191a46d

Browse files
chore: version packages
1 parent e4b8238 commit 191a46d

22 files changed

Lines changed: 64 additions & 40 deletions

File tree

.changeset/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu May 7 23:56:57 UTC 2026
1+
Wed May 13 01:22:16 UTC 2026

.changeset/exclude-evals-from-skill-zips.md

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

.changeset/site-library-config-support.md

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

.changeset/slas-client-get-redirect-uris-list.md

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

.changeset/vscode-extension-docs.md

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

.changeset/vscode-telemetry.md

Lines changed: 0 additions & 5 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.3.0"
20+
"version": "1.3.1"
2121
},
2222
{
2323
"name": "b2c",
@@ -29,7 +29,7 @@
2929
"source": "./skills/b2c",
3030
"category": "productivity",
3131
"strict": false,
32-
"version": "1.3.0"
32+
"version": "1.3.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.3.0"
55+
"version": "1.3.1"
5656
},
5757
{
5858
"name": "cap-dev",

docs/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#409](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/409) [`ec31234`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ec312342e14080fb5d51b72243e763030c429f80) - Document the B2C DX VS Code Extension. New `/vscode-extension/` section with overview, installation (with a dynamic download link to the latest VSIX release), configuration reference, and a feature tour covering Sandbox Realm Explorer, Cartridge Code Sync, WebDAV Browser, Content Libraries, SCAPI API Browser, B2C Script Debugger, scaffold/CAP install, log tailing, and B2C CLI plugin support. (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 0.3.0
410

511
### Minor 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.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Documentation for B2C Developer Tooling",
66
"scripts": {

packages/b2c-cli/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config field now accepts `{id, siteLibrary?}` objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace `"libraries": ["RefArchSharedLibrary"]` with `"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]`. The existing string-only form continues to work unchanged. Also adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!)
8+
9+
### Patch Changes
10+
11+
- [`7b3524f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/7b3524f1f545b290861784396897c537cb631df3) - `b2c slas:client:get` now displays redirect URIs and callback URIs as lists (one per line) instead of the raw pipe-delimited strings returned by the SLAS API, matching the formatting used for scopes. (Thanks [@clavery](https://github.com/clavery)!)
12+
13+
- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]:
14+
- @salesforce/b2c-tooling-sdk@1.10.0
15+
316
## 1.9.0
417

518
### Minor Changes

0 commit comments

Comments
 (0)