Skip to content

Commit 3633216

Browse files
committed
Release @cardstack/boxel-cli v0.2.0 [skip ci]
1 parent 5e66e65 commit 3633216

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
@@ -5,3 +5,25 @@ Release history for `@cardstack/boxel-cli` (npm) and the `boxel-cli` Claude Code
55
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. -->
8+
9+
## 2026-05-21 — npm v0.2.0
10+
Release: https://github.com/cardstack/boxel/releases/tag/boxel-cli-v0.2.0
11+
12+
## @cardstack/boxel-cli v0.2.0 (npm `latest`)
13+
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.2.0
14+
15+
## Changes
16+
17+
* fix: Send binary files via application/octet-stream in boxel-cli sync (CS-11075) by @FadhlanR in https://github.com/cardstack/boxel/pull/4852
18+
* fix: Swap stored password for Matrix access token (CS-10725) by @FadhlanR in https://github.com/cardstack/boxel/pull/4779
19+
* feat(boxel-cli): Add publish/unpublish by @backspace in https://github.com/cardstack/boxel/pull/4851
20+
* feat(boxel-cli): add lint, parse, test validator commands by @jurgenwerk in https://github.com/cardstack/boxel/pull/4881
21+
* fix(boxel-cli): narrow release notes; restrict CHANGELOG to stable cuts by @FadhlanR in https://github.com/cardstack/boxel/pull/4880
22+
* fix(boxel-cli): CS-11062 protect local edits in `boxel realm watch start` by @FadhlanR in https://github.com/cardstack/boxel/pull/4844
23+
* fix(boxel-cli): consolidate publish workflows, push annotated tags by @FadhlanR in https://github.com/cardstack/boxel/pull/4879
24+
* feat(boxel-cli): auto-publish unstable per merge, repurpose manual workflow as stable promoter by @FadhlanR in https://github.com/cardstack/boxel/pull/4804
25+
* Add boxel consolidate-workspaces command (CS-10632) by @FadhlanR in https://github.com/cardstack/boxel/pull/4780
26+
* Add boxel realm sync status command (CS-10621) by @FadhlanR in https://github.com/cardstack/boxel/pull/4781
27+
28+
**Full Changelog**: https://github.com/cardstack/boxel/compare/boxel-cli-v0.1.4...boxel-cli-v0.2.0
29+

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.2.0-unstable.448",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"description": "CLI tools for Boxel workspace management",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)