Skip to content

Commit f29aa92

Browse files
chore: version packages
1 parent d19802f commit f29aa92

18 files changed

Lines changed: 58 additions & 49 deletions

.changeset/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri May 29 16:33:24 UTC 2026
1+
Fri Jun 5 19:04:04 UTC 2026

.changeset/api-browser-custom-api-org-prefix.md

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

.changeset/fix-mtls-dispatcher-fetch.md

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

.changeset/remove-cap-root-dir-convention-warning.md

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

.changeset/remove-page-designer-assistant.md

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

.changeset/setup-action-idempotent-install.md

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

.changeset/vsix-build-packaging-hardening.md

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

.changeset/vsix-phase1-correctness-ux.md

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

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.4
4+
5+
### Patch Changes
6+
7+
- [#478](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/478) [`d19802f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/d19802f26b5e1c0a609a2a27daa60dd1763b6786) - Document the GitHub Actions install behavior change. The high-level actions (`code-deploy`, `data-import`, `job-run`, `mrt-deploy`, `webdav-upload`) now reuse an already-installed CLI and install one only when none is present — so a deploy that follows a setup step, and repeated operations on a persistent self-hosted runner, no longer trigger a redundant reinstall or an unexpected upgrade. The `setup` action called directly still installs the version you request (a new `skip-if-present` input opts into reuse). The actions no longer cache the npm download directory, which had grown to gigabytes on long-lived self-hosted runners and slowed restores. Plugin installs are skipped by exact name match. (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 0.3.3
410

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

0 commit comments

Comments
 (0)