Skip to content

Commit fb17a92

Browse files
authored
Merge pull request #4 from perstack-ai/changeset-release/main
chore: version packages
2 parents b5c7cf3 + 4dbae5e commit fb17a92

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fix-max-steps-off-by-one.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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5c7cf3`](https://github.com/perstack-ai/perstack/commit/b5c7cf3f0314cc7a181606a9497fe077b4e7aecc)]:
8+
- @perstack/runtime@0.0.52
9+
310
## 0.0.33
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.33",
3+
"version": "0.0.34",
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.52
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/perstack-ai/perstack/pull/3) [`b5c7cf3`](https://github.com/perstack-ai/perstack/commit/b5c7cf3f0314cc7a181606a9497fe077b4e7aecc) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix maxSteps off-by-one error that caused one extra step to execute
8+
39
## 0.0.51
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.51",
3+
"version": "0.0.52",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)