Skip to content

Commit 435e5db

Browse files
chore: version packages (#662)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 67a413b commit 435e5db

Some content is hidden

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

45 files changed

+200
-34
lines changed

.changeset/activity-log-header.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.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`67a413b`](https://github.com/perstack-ai/perstack/commit/67a413b17e21bd797a10b10d1e35a81aab4a0594)]:
8+
- @perstack/core@0.0.59
9+
310
## 0.0.70
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.70",
3+
"version": "0.0.71",
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.58",
34+
"@perstack/core": "0.0.59",
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.109
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/perstack-ai/perstack/pull/661) [`67a413b`](https://github.com/perstack-ai/perstack/commit/67a413b17e21bd797a10b10d1e35a81aab4a0594) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add timestamp and delegation info to activity log header
8+
39
## 0.0.108
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.108",
3+
"version": "0.0.109",
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.59
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/perstack-ai/perstack/pull/661) [`67a413b`](https://github.com/perstack-ai/perstack/commit/67a413b17e21bd797a10b10d1e35a81aab4a0594) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add timestamp and delegation info to activity log header
8+
39
## 0.0.58
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.58",
3+
"version": "0.0.59",
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.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`67a413b`](https://github.com/perstack-ai/perstack/commit/67a413b17e21bd797a10b10d1e35a81aab4a0594)]:
8+
- @perstack/core@0.0.59
9+
310
## 0.0.29
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.29",
3+
"version": "0.0.30",
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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`67a413b`](https://github.com/perstack-ai/perstack/commit/67a413b17e21bd797a10b10d1e35a81aab4a0594)]:
8+
- @perstack/core@0.0.59
9+
- @perstack/perstack-toml@0.0.16
10+
- @perstack/skill-manager@0.0.18
11+
312
## 0.0.26
413

514
### Patch Changes

0 commit comments

Comments
 (0)