Skip to content

Commit b91ed9b

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

File tree

13 files changed

+47
-13
lines changed

13 files changed

+47
-13
lines changed

.changeset/write-text-file-drop-echo.md

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

apps/base/CHANGELOG.md

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

3+
## 0.0.73
4+
5+
### Patch Changes
6+
7+
- [#665](https://github.com/perstack-ai/perstack/pull/665) [`fec3312`](https://github.com/perstack-ai/perstack/commit/fec3312a5be1cd2188359610a96edf28139f7247) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Replace echoed text with bytesWritten in writeTextFile tool result
8+
39
## 0.0.72
410

511
### Patch Changes

apps/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/base",
3-
"version": "0.0.72",
3+
"version": "0.0.73",
44
"description": "Perstack base skills for agents.",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

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.111
4+
5+
### Patch Changes
6+
7+
- [#665](https://github.com/perstack-ai/perstack/pull/665) [`fec3312`](https://github.com/perstack-ai/perstack/commit/fec3312a5be1cd2188359610a96edf28139f7247) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Replace echoed text with bytesWritten in writeTextFile tool result
8+
39
## 0.0.110
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.110",
3+
"version": "0.0.111",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/installer/CHANGELOG.md

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

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @perstack/skill-manager@0.0.20
9+
310
## 0.0.28
411

512
### Patch Changes

packages/installer/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.28",
3+
"version": "0.0.29",
44
"name": "@perstack/installer",
55
"description": "Perstack Installer - Generate lockfiles with tool definitions",
66
"author": "Wintermute Technologies, Inc.",

packages/runtime/CHANGELOG.md

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

3+
## 0.0.126
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fec3312`](https://github.com/perstack-ai/perstack/commit/fec3312a5be1cd2188359610a96edf28139f7247)]:
8+
- @perstack/base@0.0.73
9+
310
## 0.0.125
411

512
### Patch Changes

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/runtime",
3-
"version": "0.0.125",
3+
"version": "0.0.126",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
3737
"@modelcontextprotocol/sdk": "^1.26.0",
3838
"@paralleldrive/cuid2": "^3.3.0",
3939
"@perstack/api-client": "^0.0.57",
40-
"@perstack/base": "0.0.72",
40+
"@perstack/base": "0.0.73",
4141
"@perstack/core": "0.0.60",
4242
"ai": "^6.0.86",
4343
"smol-toml": "^1.6.0",

packages/skill-manager/CHANGELOG.md

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

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fec3312`](https://github.com/perstack-ai/perstack/commit/fec3312a5be1cd2188359610a96edf28139f7247)]:
8+
- @perstack/base@0.0.73
9+
310
## 0.0.19
411

512
### Patch Changes

0 commit comments

Comments
 (0)