diff --git a/.changeset/clever-ears-warn.md b/.changeset/clever-ears-warn.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/clever-ears-warn.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/log-tui-enhancements.md b/.changeset/log-tui-enhancements.md deleted file mode 100644 index d8d8de06..00000000 --- a/.changeset/log-tui-enhancements.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@perstack/filesystem-storage": patch -"@perstack/log": patch -"@perstack/tui-components": patch -"perstack": patch ---- - -Optimize log viewer performance with filename-level event type filtering and add CLI TUI routing diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index b9eab460..de823423 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.125 + +### Patch Changes + +- [#749](https://github.com/perstack-ai/perstack/pull/749) [`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Optimize log viewer performance with filename-level event type filtering and add CLI TUI routing + ## 0.0.124 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 31347fe3..db15891e 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.124", + "version": "0.0.125", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/filesystem/CHANGELOG.md b/packages/filesystem/CHANGELOG.md index 31e47ee8..df7c9225 100644 --- a/packages/filesystem/CHANGELOG.md +++ b/packages/filesystem/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/filesystem-storage +## 0.0.36 + +### Patch Changes + +- [#749](https://github.com/perstack-ai/perstack/pull/749) [`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Optimize log viewer performance with filename-level event type filtering and add CLI TUI routing + ## 0.0.35 ### Patch Changes diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 61dc60b6..8f1e7e7e 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.35", + "version": "0.0.36", "name": "@perstack/filesystem-storage", "description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage", "author": "Wintermute Technologies, Inc.", diff --git a/packages/log/CHANGELOG.md b/packages/log/CHANGELOG.md index 342e80cc..a3e7f552 100644 --- a/packages/log/CHANGELOG.md +++ b/packages/log/CHANGELOG.md @@ -1,5 +1,14 @@ # @perstack/log +## 0.0.22 + +### Patch Changes + +- [#749](https://github.com/perstack-ai/perstack/pull/749) [`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Optimize log viewer performance with filename-level event type filtering and add CLI TUI routing + +- Updated dependencies [[`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556)]: + - @perstack/filesystem-storage@0.0.36 + ## 0.0.21 ### Patch Changes diff --git a/packages/log/package.json b/packages/log/package.json index c5b61517..b47ac0fb 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.21", + "version": "0.0.22", "name": "@perstack/log", "description": "Perstack Log - Execution history viewer", "author": "Wintermute Technologies, Inc.", diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index 5fe0e120..7464c2f6 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,14 @@ # @perstack/tui-components +## 0.0.36 + +### Patch Changes + +- [#749](https://github.com/perstack-ai/perstack/pull/749) [`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Optimize log viewer performance with filename-level event type filtering and add CLI TUI routing + +- Updated dependencies [[`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556)]: + - @perstack/log@0.0.22 + ## 0.0.35 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index b4bb7b91..1208eb6f 100644 --- a/packages/tui-components/package.json +++ b/packages/tui-components/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui-components", "private": true, - "version": "0.0.35", + "version": "0.0.36", "description": "Ink/React TUI components for Perstack terminal interface", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 75e95305..e4038562 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.34 + +### Patch Changes + +- Updated dependencies [[`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556)]: + - @perstack/tui-components@0.0.36 + ## 0.0.33 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index b567d2c6..8e8103e6 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.33", + "version": "0.0.34", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {