Skip to content

Commit 965cf5b

Browse files
authored
Merge pull request #6 from perstack-ai/changeset-release/main
chore: version packages
2 parents d683ae0 + 3d66ac3 commit 965cf5b

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fix-close-skill-managers.md

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

packages/perstack/CHANGELOG.md

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

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d683ae0`](https://github.com/perstack-ai/perstack/commit/d683ae09284e95a1a5b12701bd2ae466e3b620bd)]:
8+
- @perstack/runtime@0.0.53
9+
310
## 0.0.34
411

512
### Patch Changes

packages/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.34",
3+
"version": "0.0.35",
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.53
4+
5+
### Patch Changes
6+
7+
- [#5](https://github.com/perstack-ai/perstack/pull/5) [`d683ae0`](https://github.com/perstack-ai/perstack/commit/d683ae09284e95a1a5b12701bd2ae466e3b620bd) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix closeSkillManagers to continue closing other managers when one fails
8+
39
## 0.0.52
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.52",
3+
"version": "0.0.53",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)