Skip to content

Commit b7b6684

Browse files
authored
Merge pull request #15 from perstack-ai/changeset-release/main
chore: version packages
2 parents eb2f4cc + 7079f82 commit b7b6684

File tree

11 files changed

+45
-11
lines changed

11 files changed

+45
-11
lines changed

.changeset/add-run-setting-schema.md

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

packages/api-client/CHANGELOG.md

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

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb2f4cc`](https://github.com/perstack-ai/perstack/commit/eb2f4cc1900bb7ae02bf21c375bdade891d9823e)]:
8+
- @perstack/core@0.0.18
9+
310
## 0.0.28
411

512
### Patch Changes

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/api-client",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "Perstack API Client",
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.18
4+
5+
### Patch Changes
6+
7+
- [#14](https://github.com/perstack-ai/perstack/pull/14) [`eb2f4cc`](https://github.com/perstack-ai/perstack/commit/eb2f4cc1900bb7ae02bf21c375bdade891d9823e) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add runSettingSchema for validating stored run settings
8+
39
## 0.0.17
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.17",
3+
"version": "0.0.18",
44
"description": "Perstack Core",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/perstack/CHANGELOG.md

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

3+
## 0.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb2f4cc`](https://github.com/perstack-ai/perstack/commit/eb2f4cc1900bb7ae02bf21c375bdade891d9823e)]:
8+
- @perstack/core@0.0.18
9+
- @perstack/runtime@0.0.57
10+
- @perstack/api-client@0.0.29
11+
- @perstack/tui@0.0.15
12+
313
## 0.0.38
414

515
### 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.38",
3+
"version": "0.0.39",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/runtime/CHANGELOG.md

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

3+
## 0.0.57
4+
5+
### Patch Changes
6+
7+
- [#14](https://github.com/perstack-ai/perstack/pull/14) [`eb2f4cc`](https://github.com/perstack-ai/perstack/commit/eb2f4cc1900bb7ae02bf21c375bdade891d9823e) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add runSettingSchema for validating stored run settings
8+
9+
- Updated dependencies [[`eb2f4cc`](https://github.com/perstack-ai/perstack/commit/eb2f4cc1900bb7ae02bf21c375bdade891d9823e)]:
10+
- @perstack/core@0.0.18
11+
- @perstack/api-client@0.0.29
12+
313
## 0.0.56
414

515
### 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.56",
3+
"version": "0.0.57",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/tui/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb2f4cc`](https://github.com/perstack-ai/perstack/commit/eb2f4cc1900bb7ae02bf21c375bdade891d9823e)]:
8+
- @perstack/core@0.0.18
9+
310
## 0.0.14
411

512
### Patch Changes

0 commit comments

Comments
 (0)