Skip to content

Commit 79b16aa

Browse files
FL4TLiN3claude
andauthored
chore: version packages (#751)
* chore: version packages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add empty changeset for version bump PR Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b594132 commit 79b16aa

File tree

12 files changed

+44
-13
lines changed

12 files changed

+44
-13
lines changed

.changeset/clever-ears-warn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/log-tui-enhancements.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/perstack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# perstack
22

3+
## 0.0.125
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.124
410

511
### Patch Changes

apps/perstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perstack",
3-
"version": "0.0.124",
3+
"version": "0.0.125",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/filesystem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @perstack/filesystem-storage
22

3+
## 0.0.36
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.35
410

511
### Patch Changes

packages/filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"name": "@perstack/filesystem-storage",
55
"description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage",
66
"author": "Wintermute Technologies, Inc.",

packages/log/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @perstack/log
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556)]:
10+
- @perstack/filesystem-storage@0.0.36
11+
312
## 0.0.21
413

514
### Patch Changes

packages/log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"name": "@perstack/log",
55
"description": "Perstack Log - Execution history viewer",
66
"author": "Wintermute Technologies, Inc.",

packages/tui-components/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @perstack/tui-components
22

3+
## 0.0.36
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`b594132`](https://github.com/perstack-ai/perstack/commit/b594132211a540bb6c4ff0ccbd8ba83f404a2556)]:
10+
- @perstack/log@0.0.22
11+
312
## 0.0.35
413

514
### Patch Changes

packages/tui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perstack/tui-components",
33
"private": true,
4-
"version": "0.0.35",
4+
"version": "0.0.36",
55
"description": "Ink/React TUI components for Perstack terminal interface",
66
"author": "Wintermute Technologies, Inc.",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)