From af5addb190632c58679032478f73636f3f82a6b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 23:11:03 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-tui-components-bundling.md | 11 ----------- apps/perstack/CHANGELOG.md | 12 ++++++++++++ apps/perstack/package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/fix-tui-components-bundling.md diff --git a/.changeset/fix-tui-components-bundling.md b/.changeset/fix-tui-components-bundling.md deleted file mode 100644 index dfd2f680..00000000 --- a/.changeset/fix-tui-components-bundling.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"perstack": patch ---- - -fix(perstack): bundle @perstack/tui-components to fix npm install failure - -The private package @perstack/tui-components was listed as a runtime dependency, -causing npm install to fail when installing perstack from npm registry. - -Now @perstack/tui-components is bundled into the CLI build using tsup's noExternal -option, so it doesn't need to be published separately. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 4d0618f3..75c5c72d 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,17 @@ # perstack +## 0.0.64 + +### Patch Changes + +- [#427](https://github.com/perstack-ai/perstack/pull/427) [`46f9370`](https://github.com/perstack-ai/perstack/commit/46f937059f99c9e7ee4454ac35f4aa9badbed398) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix(perstack): bundle @perstack/tui-components to fix npm install failure + + The private package @perstack/tui-components was listed as a runtime dependency, + causing npm install to fail when installing perstack from npm registry. + + Now @perstack/tui-components is bundled into the CLI build using tsup's noExternal + option, so it doesn't need to be published separately. + ## 0.0.63 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 1b727c04..baf8f7d2 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.63", + "version": "0.0.64", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",