Skip to content

Commit 50bc02c

Browse files
chore: version packages
1 parent 59fe546 commit 50bc02c

15 files changed

Lines changed: 51 additions & 52 deletions

.changeset/add-update-warning.md

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

.changeset/am-topic-users-roles-orgs.md

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

.changeset/auth-middleware-401-retry.md

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

.changeset/content-library-export.md

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

.changeset/default-public-client.md

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

.changeset/normalize-config-field-names.md

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

.changeset/sandbox-api-host-config-sources.md

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

.changeset/sandbox-permissions-and-rename.md

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

.changeset/scaffolding-framework.md

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

packages/b2c-cli/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#117](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/117) [`59fe546`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/59fe54612e35530ccb000e0b16afba5c62eed429) - Add `content export` and `content list` commands for exporting Page Designer pages with components and static assets from content libraries. Supports filtering by page ID (exact or regex), folder classification, offline mode, and dry-run preview. (Thanks [@clavery](https://github.com/clavery)!)
8+
9+
- [`44b67f0`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/44b67f00ded0ab3a458f91f55b00b7106fb371be) - Embed a default public client ID for implicit OAuth flows. Account Manager, Sandbox, and SLAS commands now work without requiring a pre-configured client ID — the CLI will automatically use a built-in public client for browser-based authentication. (Thanks [@clavery](https://github.com/clavery)!)
10+
11+
- [#113](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/113) [`0a6b8c8`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/0a6b8c8c80fd114bca034e26907a0f815bfcaf43) - Rename `ods` topic to `sandbox` (with `ods` alias for backward compatibility). Add `--permissions-client-id`, `--ocapi-settings`, `--webdav-settings`, `--start-scheduler`, and `--stop-scheduler` flags to `sandbox create`. (Thanks [@clavery](https://github.com/clavery)!)
12+
13+
- [#102](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/102) [`8592727`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/859272776afa5a9d6b94f96b13de97a7af9814eb) - Add scaffolding framework for generating B2C Commerce components from templates. Includes 7 built-in scaffolds (cartridge, controller, hook, service, custom-api, job-step, page-designer-component) and support for custom project/user scaffolds. SDK provides programmatic API for IDE integrations and MCP servers. (Thanks [@clavery](https://github.com/clavery)!)
14+
15+
### Patch Changes
16+
17+
- [`e116ce4`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e116ce4ac1f7de705207c6c91eee0979be0ace65) - Add update notifications that warn users when a newer version of the CLI is available (Thanks [@clavery](https://github.com/clavery)!)
18+
19+
- [#63](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/63) [`1a3117c`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1a3117c42211e4db6629928d1f8a58395a0cadc7) - Account Manager (AM) topic with `users`, `roles`, and `orgs` subtopics. Use `b2c am users`, `b2c am roles`, and `b2c am orgs` for user, role, and organization management. (Thanks [@amit-kumar8-sf](https://github.com/amit-kumar8-sf)!)
20+
21+
- Updated dependencies [[`1a3117c`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1a3117c42211e4db6629928d1f8a58395a0cadc7), [`7a3015f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/7a3015f05183ad09c55e20dfe64ce7f3b8f1ca50), [`59fe546`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/59fe54612e35530ccb000e0b16afba5c62eed429), [`44b67f0`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/44b67f00ded0ab3a458f91f55b00b7106fb371be), [`33dbd2f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/33dbd2fc1f4d27e94572e36505088007ebe77b81), [`33dbd2f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/33dbd2fc1f4d27e94572e36505088007ebe77b81), [`8592727`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/859272776afa5a9d6b94f96b13de97a7af9814eb)]:
22+
- @salesforce/b2c-tooling-sdk@0.4.0
23+
324
## 0.3.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)