Skip to content

Commit 3aa43dc

Browse files
chore: version packages
1 parent b8c7111 commit 3aa43dc

File tree

10 files changed

+31
-16
lines changed

10 files changed

+31
-16
lines changed

.changeset/fix-cache-hit-rate.md

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

.changeset/static-environment-section.md

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

apps/perstack/CHANGELOG.md

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

3+
## 0.0.127
4+
5+
### Patch Changes
6+
7+
- [#776](https://github.com/perstack-ai/perstack/pull/776) [`de15c78`](https://github.com/perstack-ai/perstack/commit/de15c78891608574aacccd1961714a524915ed4d) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix cache hit rate double-counting cached tokens in denominator and improve display format
8+
9+
- [#778](https://github.com/perstack-ai/perstack/pull/778) [`b8c7111`](https://github.com/perstack-ai/perstack/commit/b8c7111e3a501971a17034315edb266a0749e40a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove dynamic content from system prompt to improve cross-run prefix caching
10+
311
## 0.0.126
412

513
### 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.126",
3+
"version": "0.0.127",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/runtime/CHANGELOG.md

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

3+
## 0.0.138
4+
5+
### Patch Changes
6+
7+
- [#778](https://github.com/perstack-ai/perstack/pull/778) [`b8c7111`](https://github.com/perstack-ai/perstack/commit/b8c7111e3a501971a17034315edb266a0749e40a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove dynamic content from system prompt to improve cross-run prefix caching
8+
39
## 0.0.137
410

511
### Patch Changes

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/runtime",
3-
"version": "0.0.137",
3+
"version": "0.0.138",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

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.38
4+
5+
### Patch Changes
6+
7+
- [#776](https://github.com/perstack-ai/perstack/pull/776) [`de15c78`](https://github.com/perstack-ai/perstack/commit/de15c78891608574aacccd1961714a524915ed4d) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix cache hit rate double-counting cached tokens in denominator and improve display format
8+
39
## 0.0.37
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.37",
4+
"version": "0.0.38",
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.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`de15c78`](https://github.com/perstack-ai/perstack/commit/de15c78891608574aacccd1961714a524915ed4d)]:
8+
- @perstack/tui-components@0.0.38
9+
310
## 0.0.35
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.35",
4+
"version": "0.0.36",
55
"description": "Non-React TUI logic layer for Perstack CLI applications",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)