Skip to content

Commit 7e69e28

Browse files
chore: version packages
1 parent 607ab43 commit 7e69e28

33 files changed

+166
-36
lines changed

.changeset/remove-multi-runtime.md

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

apps/base/CHANGELOG.md

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

3+
## 0.0.54
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.
8+
9+
- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
10+
- @perstack/core@0.0.45
11+
312
## 0.0.53
413

514
### Patch Changes

apps/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/base",
3-
"version": "0.0.53",
3+
"version": "0.0.54",
44
"description": "Perstack base skills for agents.",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

apps/perstack/CHANGELOG.md

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

3+
## 0.0.79
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.
8+
9+
- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
10+
- @perstack/core@0.0.45
11+
- @perstack/runtime@0.0.95
12+
- @perstack/filesystem-storage@0.0.15
13+
- @perstack/react@0.0.49
14+
315
## 0.0.78
416

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

apps/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.95
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.
8+
9+
- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
10+
- @perstack/core@0.0.45
11+
- @perstack/base@0.0.54
12+
313
## 0.0.94
414

515
### Patch Changes

apps/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.94",
3+
"version": "0.0.95",
44
"description": "Perstack Runtime",
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.45
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.
8+
39
## 0.0.44
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.44",
3+
"version": "0.0.45",
44
"description": "Perstack Core",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/filesystem/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.
8+
9+
- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
10+
- @perstack/core@0.0.45
11+
312
## 0.0.14
413

514
### Patch Changes

0 commit comments

Comments
 (0)