Skip to content

0.7.0: icons, emoji, and a release you can resume - #101

Merged
ralyodio merged 1 commit into
mainfrom
worktree-release-0-7-0
Sep 24, 2026
Merged

ralyodio merged 1 commit into
mainfrom
worktree-release-0-7-0

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

Bumps the version sites that no build step touches, ahead of the v0.7.0 release.

A minor rather than a patch: the public API grew since 0.6.3. icon() arrived in #95 and emoji() in #96, along with the hqtui fonts install command.

What is in 0.7.0

Bump surface

packages/hqtui/package.json, packages/hqtui/src/cli.ts VERSION, apps/demo/package.json (version and dependency range), apps/demo/src/main.ts --version, the apps/web/app/page.tsx badge, and the workspace ranges in bun.lock.

The ^0.6.2 ranges in apps/web, apps/benchmark and examples move to ^0.7.0 as well. A caret below 1.0.0 stops at <0.7.0, so left alone they would declare a range the library in this tree no longer satisfies.

Verification

  • bun install --frozen-lockfile, bun run typecheck, bun run build clean
  • 453 tests pass under bun test and again under node --test
  • node apps/demo/bin/hqtui-demo.mjs --version prints hqtui-demo 0.7.0, and the library CLI prints 0.7.0, so the compiled artifacts and not just the sources carry the bump
  • node scripts/publish.mjs pack --event release --ref v0.7.0 passes the tag-names-the-version check and packs both tarballs (library 180 files, demo 88)

The version sites that no build step touches, moved together: the library
and demo package.json, the CLI's VERSION, the demo's --version string, the
site badge, and the workspace ranges in bun.lock.

A minor rather than a patch because the public API grew: icon() and emoji()
landed in #95 and #96, along with `hqtui fonts install`.

The three ^0.6.2 ranges in apps/web, apps/benchmark and examples move too.
A caret below 1.0.0 stops at <0.7.0, so left alone they would declare a
range the library in this tree no longer satisfies.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ralyodio
ralyodio merged commit 68c02ea into main Sep 24, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant