Skip to content

Commit ae715fe

Browse files
chore: version packages (#693)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f855b8 commit ae715fe

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fix-usage-indicator-icons.md

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

packages/tui-components/CHANGELOG.md

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

3+
## 0.0.31
4+
5+
### Patch Changes
6+
7+
- [#692](https://github.com/perstack-ai/perstack/pull/692) [`5f855b8`](https://github.com/perstack-ai/perstack/commit/5f855b8c68c07395afe28b72aa1077bc0b9b5d23) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: correct context window usage pie chart icon thresholds to match visual representation
8+
39
## 0.0.30
410

511
### 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.30",
4+
"version": "0.0.31",
55
"description": "Ink/React TUI components for Perstack terminal interface",
66
"author": "Wintermute Technologies, Inc.",
77
"license": "Apache-2.0",

packages/tui/CHANGELOG.md

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

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f855b8`](https://github.com/perstack-ai/perstack/commit/5f855b8c68c07395afe28b72aa1077bc0b9b5d23)]:
8+
- @perstack/tui-components@0.0.31
9+
310
## 0.0.28
411

512
### Patch Changes

packages/tui/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",
33
"private": true,
4-
"version": "0.0.28",
4+
"version": "0.0.29",
55
"description": "Non-React TUI logic layer for Perstack CLI applications",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)