Skip to content

Commit 5de88e2

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+210
-35
lines changed

.changeset/add-fireworks-provider.md

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

apps/base/CHANGELOG.md

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

3+
## 0.0.74
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e1c24a0`](https://github.com/perstack-ai/perstack/commit/e1c24a0a6e609ea55edd640290853560668d9f30)]:
8+
- @perstack/core@0.0.61
9+
310
## 0.0.73
411

512
### Patch Changes

apps/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/base",
3-
"version": "0.0.73",
3+
"version": "0.0.74",
44
"description": "Perstack base skills for agents.",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@modelcontextprotocol/sdk": "^1.26.0",
34-
"@perstack/core": "0.0.60",
34+
"@perstack/core": "0.0.61",
3535
"commander": "^14.0.3",
3636
"zod": "^4.3.6"
3737
},

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.112
4+
5+
### Patch Changes
6+
7+
- [#670](https://github.com/perstack-ai/perstack/pull/670) [`e1c24a0`](https://github.com/perstack-ai/perstack/commit/e1c24a0a6e609ea55edd640290853560668d9f30) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add Fireworks AI provider
8+
39
## 0.0.111
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.111",
3+
"version": "0.0.112",
44
"description": "PerStack CLI",
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.61
4+
5+
### Patch Changes
6+
7+
- [#670](https://github.com/perstack-ai/perstack/pull/670) [`e1c24a0`](https://github.com/perstack-ai/perstack/commit/e1c24a0a6e609ea55edd640290853560668d9f30) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add Fireworks AI provider
8+
39
## 0.0.60
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.60",
3+
"version": "0.0.61",
44
"description": "Perstack Core",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/filesystem/CHANGELOG.md

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

3+
## 0.0.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e1c24a0`](https://github.com/perstack-ai/perstack/commit/e1c24a0a6e609ea55edd640290853560668d9f30)]:
8+
- @perstack/core@0.0.61
9+
310
## 0.0.31
411

512
### Patch Changes

packages/filesystem/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.31",
3+
"version": "0.0.32",
44
"name": "@perstack/filesystem-storage",
55
"description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage",
66
"author": "Wintermute Technologies, Inc.",

packages/installer/CHANGELOG.md

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

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e1c24a0`](https://github.com/perstack-ai/perstack/commit/e1c24a0a6e609ea55edd640290853560668d9f30)]:
8+
- @perstack/core@0.0.61
9+
- @perstack/perstack-toml@0.0.18
10+
- @perstack/skill-manager@0.0.21
11+
312
## 0.0.29
413

514
### Patch Changes

0 commit comments

Comments
 (0)