From 870764dcd038c1ba4545cd8a045a4e498f375347 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:03:29 +0200 Subject: [PATCH] release: v0.2.0 (#2) Co-authored-by: aliou <980367+aliou@users.noreply.github.com> --- .changeset/calm-gifts-jump.md | 17 ----------------- package.json | 2 +- packages/cli/CHANGELOG.md | 19 +++++++++++++++++++ packages/cli/package.json | 2 +- 4 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 .changeset/calm-gifts-jump.md create mode 100644 packages/cli/CHANGELOG.md diff --git a/.changeset/calm-gifts-jump.md b/.changeset/calm-gifts-jump.md deleted file mode 100644 index 4f6bf56..0000000 --- a/.changeset/calm-gifts-jump.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@senzu/cli": minor ---- - -senzu CLI gains an interactive `preview` command that re-themes the whole -terminal via OSC (default bg/fg/cursor + 16-color palette), shows a -bat-style syntax-highlighted code sample, and supports arrow-key palette -switching with resize handling. Version is now read from package.json. - -The repo is now a pnpm workspace monorepo with the CLI in -`packages/cli` (`@senzu/cli`); the flake devShell exposes a live `senzu` -bin (tsx against the working tree). - -Fixed: senzu-hc-light comment/bright-black was too faint on the light -background (ghostty terminal comments were invisible); neovim/wezterm/ -tmux light variants rendered dark surfaces because generators looked up -non-existent dotted UI keys and fell back to `#1c1c1c`. diff --git a/package.json b/package.json index 047d234..48e0e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "senzu", - "version": "0.1.0", + "version": "0.2.0", "description": "Canonical color scheme generator for terminal and editor applications", "private": true, "type": "module", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..3f5fb49 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,19 @@ +# @senzu/cli + +## 0.2.0 + +### Minor Changes + +- 6c46c73: senzu CLI gains an interactive `preview` command that re-themes the whole + terminal via OSC (default bg/fg/cursor + 16-color palette), shows a + bat-style syntax-highlighted code sample, and supports arrow-key palette + switching with resize handling. Version is now read from package.json. + + The repo is now a pnpm workspace monorepo with the CLI in + `packages/cli` (`@senzu/cli`); the flake devShell exposes a live `senzu` + bin (tsx against the working tree). + + Fixed: senzu-hc-light comment/bright-black was too faint on the light + background (ghostty terminal comments were invisible); neovim/wezterm/ + tmux light variants rendered dark surfaces because generators looked up + non-existent dotted UI keys and fell back to `#1c1c1c`. diff --git a/packages/cli/package.json b/packages/cli/package.json index 833c46f..4768327 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@senzu/cli", - "version": "0.1.0", + "version": "0.2.0", "description": "Canonical color scheme generator CLI for terminal and editor applications", "private": true, "type": "module", -- 2.51.2