Skip to content

Commit 343bd53

Browse files
committed
Release @cardstack/boxel-cli v0.3.0 [skip ci]
1 parent 17cee18 commit 343bd53

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

packages/boxel-cli/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ Entries below are written by CI on each stable promotion — most recent first.
66

77
<!-- New entries are inserted directly below this line by the stable job in .github/workflows/boxel-cli-publish.yml. -->
88

9+
## 2026-05-28 — npm v0.3.0
10+
Release: https://github.com/cardstack/boxel/releases/tag/boxel-cli-v0.3.0
11+
12+
## @cardstack/boxel-cli v0.3.0 (npm `latest`)
13+
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.3.0
14+
15+
## Changes
16+
17+
* chore: remove `.realm.json` by @backspace in https://github.com/cardstack/boxel/pull/4971
18+
* test(boxel-cli): poll remote read in first-sync prefer-local conflict test by @habdelra in https://github.com/cardstack/boxel/pull/5003
19+
* feat(skills): include all skills from boxel-skills (CS-11195) by @FadhlanR in https://github.com/cardstack/boxel/pull/4912
20+
* feat: add self contained test-running ability to boxel-cli by @jurgenwerk in https://github.com/cardstack/boxel/pull/4914
21+
* test(boxel-cli): stabilize delete-vs-change sync test against post-DELETE visibility race by @habdelra in https://github.com/cardstack/boxel/pull/4937
22+
* fix(boxel-cli): preserve atomic-upload error detail + retry SF seed sync by @habdelra in https://github.com/cardstack/boxel/pull/4933
23+
* test: diagnose flaky boxel-cli prefer-local conflict-resolution test by @habdelra in https://github.com/cardstack/boxel/pull/4929
24+
* fix(boxel-cli): Extract fetch error.cause on publish/unpublish failures by @backspace in https://github.com/cardstack/boxel/pull/4925
25+
* feat(boxel-cli): bundle parsing (type checking) into boxel-cli; drop the requirement for running it in monorepo by @jurgenwerk in https://github.com/cardstack/boxel/pull/4901
26+
* chore(boxel-cli): sunset workspace-sync-cli — CS-11047 + CS-11162 by @FadhlanR in https://github.com/cardstack/boxel/pull/4853
27+
28+
**Full Changelog**: https://github.com/cardstack/boxel/compare/boxel-cli-v0.2.0...boxel-cli-v0.3.0
29+
30+
931
## 2026-05-21 — npm v0.2.0
1032
Release: https://github.com/cardstack/boxel/releases/tag/boxel-cli-v0.2.0
1133

packages/boxel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardstack/boxel-cli",
3-
"version": "0.3.0-unstable.122",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"description": "CLI tools for Boxel workspace management",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)