From a0f3acc718cda950ea207d8ec4476325ed0a738b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:42:11 +0000 Subject: [PATCH] Version Packages (#305) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @sketchi/cli@0.4.2 ### Patch Changes - [#304](https://github.com/shpitdev/sketchi/pull/304) [`ab9cd3f`](https://github.com/shpitdev/sketchi/commit/ab9cd3fd44e833502dce2342ae1e2b2a51847ead) Thanks [@anandpant](https://github.com/anandpant)! - Add a human-TTY-only generate wizard and responsive, terminal-aware CLI presentation while preserving direct and machine-readable generation contracts. --- .changeset/warm-pencils-guide.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/warm-pencils-guide.md diff --git a/.changeset/warm-pencils-guide.md b/.changeset/warm-pencils-guide.md deleted file mode 100644 index 4a2643e4..00000000 --- a/.changeset/warm-pencils-guide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sketchi/cli": patch ---- - -Add a human-TTY-only generate wizard and responsive, terminal-aware CLI presentation while preserving direct and machine-readable generation contracts. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 57e0ae70..e9bfc076 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @sketchi/cli +## 0.4.2 + +### Patch Changes + +- [#304](https://github.com/shpitdev/sketchi/pull/304) [`ab9cd3f`](https://github.com/shpitdev/sketchi/commit/ab9cd3fd44e833502dce2342ae1e2b2a51847ead) Thanks [@anandpant](https://github.com/anandpant)! - Add a human-TTY-only generate wizard and responsive, terminal-aware CLI presentation while preserving direct and machine-readable generation contracts. + ## 0.4.1 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index a6b1d12f..aefa5655 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sketchi/cli", - "version": "0.4.1", + "version": "0.4.2", "private": true, "type": "module", "bin": {