From b8d4cc611d06b3435677030688fbc2122c10f3e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 12:28:23 +0000 Subject: [PATCH] chore: version packages --- .changeset/qprobe-design-command.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/qprobe-design-command.md diff --git a/.changeset/qprobe-design-command.md b/.changeset/qprobe-design-command.md deleted file mode 100644 index c3b3920..0000000 --- a/.changeset/qprobe-design-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@questpie/probe": minor ---- - -Add `qprobe design ` — measure the rendered UI for layout and design-token defects, deterministically and without a vision model. Launches headless Chromium, and for each `--viewport` runs a DOM geometry scan (overflow, truncation, collapse, sibling overlap, near-miss misalignment, tap targets, sub-16px input fonts) plus a CSS-variable token-conformance scan (off-palette colors, off-token box-shadows, off-token border-radii), printing JSON findings. The scanners are shared verbatim with the agent-board `agent-board-design-qa` skill. diff --git a/CHANGELOG.md b/CHANGELOG.md index dac5761..5221a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @questpie/probe +## 0.4.0 + +### Minor Changes + +- [#4](https://github.com/questpie/probe/pull/4) [`0bfb748`](https://github.com/questpie/probe/commit/0bfb748f767428415d9450db1d776d247038099b) Thanks [@drepkovsky](https://github.com/drepkovsky)! - Add `qprobe design ` — measure the rendered UI for layout and design-token defects, deterministically and without a vision model. Launches headless Chromium, and for each `--viewport` runs a DOM geometry scan (overflow, truncation, collapse, sibling overlap, near-miss misalignment, tap targets, sub-16px input fonts) plus a CSS-variable token-conformance scan (off-palette colors, off-token box-shadows, off-token border-radii), printing JSON findings. The scanners are shared verbatim with the agent-board `agent-board-design-qa` skill. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index f53b4cb..fe6d773 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questpie/probe", - "version": "0.3.0", + "version": "0.4.0", "description": "Dev testing CLI for AI coding agents", "license": "MIT", "type": "module",