Skip to content

Commit a1963c6

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

File tree

13 files changed

+47
-13
lines changed

13 files changed

+47
-13
lines changed

.changeset/fix-attempt-completion-error-message.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.79
4+
5+
### Patch Changes
6+
7+
- [#697](https://github.com/perstack-ai/perstack/pull/697) [`e3480f7`](https://github.com/perstack-ai/perstack/commit/e3480f75f0b533682c20ee44794c426296cca4c5) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: return actionable error message when attemptCompletion is blocked by incomplete todos
8+
39
## 0.0.78
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.78",
3+
"version": "0.0.79",
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.119
4+
5+
### Patch Changes
6+
7+
- [#697](https://github.com/perstack-ai/perstack/pull/697) [`e3480f7`](https://github.com/perstack-ai/perstack/commit/e3480f75f0b533682c20ee44794c426296cca4c5) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: return actionable error message when attemptCompletion is blocked by incomplete todos
8+
39
## 0.0.118
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.118",
3+
"version": "0.0.119",
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.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @perstack/skill-manager@0.0.26
9+
310
## 0.0.35
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.35",
3+
"version": "0.0.36",
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.133
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e3480f7`](https://github.com/perstack-ai/perstack/commit/e3480f75f0b533682c20ee44794c426296cca4c5)]:
8+
- @perstack/base@0.0.79
9+
310
## 0.0.132
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.132",
3+
"version": "0.0.133",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
"@modelcontextprotocol/sdk": "^1.26.0",
3939
"@paralleldrive/cuid2": "^3.3.0",
4040
"@perstack/api-client": "^0.0.58",
41-
"@perstack/base": "0.0.78",
41+
"@perstack/base": "0.0.79",
4242
"@perstack/core": "0.0.64",
4343
"ai": "^6.0.86",
4444
"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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e3480f7`](https://github.com/perstack-ai/perstack/commit/e3480f75f0b533682c20ee44794c426296cca4c5)]:
8+
- @perstack/base@0.0.79
9+
310
## 0.0.25
411

512
### Patch Changes

0 commit comments

Comments
 (0)