Skip to content

Commit 2ade53b

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

22 files changed

Lines changed: 82 additions & 58 deletions

.changeset/add-code-download-command.md

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

.changeset/agent-plugins-initial.md

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

.changeset/setup-skills-upgrade-prompt.md

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

.changeset/skill-config-first-examples.md

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

.changeset/skills-plugin-install-improvements.md

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

.changeset/skills-versioning-pipeline.md

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

.changeset/vitepress-v2-upgrade.md

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

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 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.0.0"
20+
"version": "1.1.0"
2121
},
2222
{
2323
"name": "b2c",
@@ -29,7 +29,7 @@
2929
"source": "./skills/b2c",
3030
"category": "productivity",
3131
"strict": false,
32-
"version": "1.0.0"
32+
"version": "1.1.0"
3333
},
3434
{
3535
"name": "b2c-dx-mcp",

docs/CHANGELOG.md

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

3+
## 0.2.15
4+
5+
### Patch Changes
6+
7+
- [#365](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/365) [`c4309db`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/c4309db94c8c61b25692775557c6c9ab0f627859) - Broaden skills-plugin install support and improve the installation docs. (Thanks [@clavery](https://github.com/clavery)!)
8+
- Add a Codex plugin marketplace so the three plugins (`b2c-cli`, `b2c`, `b2c-dx-mcp`) can be installed directly from Codex CLI's plugin directory.
9+
- Add a new `b2c-onboarding` skill (in the `b2c` plugin) that walks new developers through CLI verify, `dw.json` setup, sandbox connect, and first cartridge deploy, then hands off to the topic-specific skill for the user's goal.
10+
- Add per-plugin READMEs with install instructions for each supported client.
11+
- Document Copilot CLI + VS Code Copilot install paths and the Codex marketplace install path.
12+
- Remove the `b2c-experimental` plugin from the public marketplace.
13+
14+
- [#363](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/363) [`e79e275`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e79e27502be7fdada7680a81a3c3b46e115c6f39) - Upgrade documentation site to VitePress 2.0.0-alpha. Adds package-manager (Thanks [@clavery](https://github.com/clavery)!)
15+
icons in `::: code-group` tabs (npm, pnpm, yarn, Homebrew), "Edit this page
16+
on GitHub" links, git-based "Last updated" timestamps, and improved local
17+
search ranking. Generated SDK API pages under `/api/` have edit and
18+
last-updated UI suppressed since they are regenerated on every build.
19+
320
## 0.2.14
421

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

0 commit comments

Comments
 (0)