Skip to content

Commit 3feb4e4

Browse files
chore: version packages
1 parent f9c65ac commit 3feb4e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+209
-35
lines changed

.changeset/status-line-token-breakdown.md

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

apps/base/CHANGELOG.md

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

3+
## 0.0.78
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4990786`](https://github.com/perstack-ai/perstack/commit/49907866a21bf290e08d0f0f6067ca6b6cd45593)]:
8+
- @perstack/core@0.0.64
9+
310
## 0.0.77
411

512
### Patch Changes

apps/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/base",
3-
"version": "0.0.77",
3+
"version": "0.0.78",
44
"description": "Perstack base skills for agents.",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@modelcontextprotocol/sdk": "^1.26.0",
34-
"@perstack/core": "0.0.63",
34+
"@perstack/core": "0.0.64",
3535
"commander": "^14.0.3",
3636
"zod": "^4.3.6"
3737
},

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.115
4+
5+
### Patch Changes
6+
7+
- [#681](https://github.com/perstack-ai/perstack/pull/681) [`4990786`](https://github.com/perstack-ai/perstack/commit/49907866a21bf290e08d0f0f6067ca6b6cd45593) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add 2-line status layout with per-type token breakdown and provider name
8+
39
## 0.0.114
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.114",
3+
"version": "0.0.115",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/core/CHANGELOG.md

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

3+
## 0.0.64
4+
5+
### Patch Changes
6+
7+
- [#681](https://github.com/perstack-ai/perstack/pull/681) [`4990786`](https://github.com/perstack-ai/perstack/commit/49907866a21bf290e08d0f0f6067ca6b6cd45593) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add 2-line status layout with per-type token breakdown and provider name
8+
39
## 0.0.63
410

511
### Patch Changes

packages/core/package.json

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

packages/filesystem/CHANGELOG.md

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

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4990786`](https://github.com/perstack-ai/perstack/commit/49907866a21bf290e08d0f0f6067ca6b6cd45593)]:
8+
- @perstack/core@0.0.64
9+
310
## 0.0.34
411

512
### 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.34",
3+
"version": "0.0.35",
44
"name": "@perstack/filesystem-storage",
55
"description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage",
66
"author": "Wintermute Technologies, Inc.",

packages/installer/CHANGELOG.md

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

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4990786`](https://github.com/perstack-ai/perstack/commit/49907866a21bf290e08d0f0f6067ca6b6cd45593)]:
8+
- @perstack/core@0.0.64
9+
- @perstack/perstack-toml@0.0.21
10+
- @perstack/skill-manager@0.0.25
11+
312
## 0.0.33
413

514
### Patch Changes

0 commit comments

Comments
 (0)