Skip to content

Commit 4c33348

Browse files
chore: version packages
1 parent 492ace6 commit 4c33348

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/ci-inline-failure-details.md

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

.changeset/fix-update-mkdir.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# playground-cli
22

3+
## 0.16.7
4+
5+
### Patch Changes
6+
7+
- 492ace6: Failed E2E cells now surface forensic detail (CLI subprocess stdout/stderr from `dot-runs.log`, junit.xml failure messages, and `::error::` annotations at the top of the run page) directly in the GH Actions UI. Previously a triager had to download the artefact and untar it locally to see the real root cause. Closes #98.
8+
- 68f6417: `dot update` now creates its install directory if missing instead of failing with ENOENT. Previously the directory was assumed to exist (created by `install.sh` during `dot init`), causing `dot update` to fail on environments that didn't run the installer (e.g. CI runners spawning the CLI directly). Fixes #97.
9+
310
## 0.16.6
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground-cli",
33
"description": "CLI for Polkadot Playground",
4-
"version": "0.16.6",
4+
"version": "0.16.7",
55
"private": true,
66
"type": "module",
77
"packageManager": "pnpm@10.32.1",

0 commit comments

Comments
 (0)