Skip to content

Commit f22ce5d

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

Some content is hidden

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

45 files changed

+199
-31
lines changed

.changeset/add-minimax-m2p5.md

Lines changed: 0 additions & 5 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.80
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
8+
- @perstack/core@0.0.65
9+
310
## 0.0.79
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.79",
3+
"version": "0.0.80",
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.64",
34+
"@perstack/core": "0.0.65",
3535
"commander": "^14.0.3",
3636
"zod": "^4.3.6"
3737
},

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.65
4+
5+
### Patch Changes
6+
7+
- [#799](https://github.com/perstack-ai/perstack/pull/799) [`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add MiniMax M2.5 to known models for fireworks provider
8+
39
## 0.0.64
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.64",
3+
"version": "0.0.65",
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.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
8+
- @perstack/core@0.0.65
9+
310
## 0.0.37
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.37",
3+
"version": "0.0.38",
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.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
8+
- @perstack/core@0.0.65
9+
- @perstack/perstack-toml@0.0.23
10+
- @perstack/skill-manager@0.0.28
11+
312
## 0.0.37
413

514
### 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.37",
3+
"version": "0.0.38",
44
"name": "@perstack/installer",
55
"description": "Perstack Installer - Generate lockfiles with tool definitions",
66
"author": "Wintermute Technologies, Inc.",

packages/log/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @perstack/log
22

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
8+
- @perstack/core@0.0.65
9+
- @perstack/filesystem-storage@0.0.38
10+
311
## 0.0.23
412

513
### Patch Changes

0 commit comments

Comments
 (0)