Skip to content

Commit dedbf2f

Browse files
chore: version packages
1 parent 4ade10c commit dedbf2f

Some content is hidden

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

51 files changed

+220
-30
lines changed

.changeset/fix-expert-description-empty-string.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.48
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4ade10c`](https://github.com/perstack-ai/perstack/commit/4ade10c4979cf62cfe8f13115992225a72c58c38)]:
8+
- @perstack/core@0.0.39
9+
310
## 0.0.47
411

512
### 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.47",
3+
"version": "0.0.48",
44
"description": "Perstack base skills for agents.",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

apps/perstack/CHANGELOG.md

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

3+
## 0.0.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4ade10c`](https://github.com/perstack-ai/perstack/commit/4ade10c4979cf62cfe8f13115992225a72c58c38)]:
8+
- @perstack/core@0.0.39
9+
- @perstack/runtime@0.0.87
10+
- @perstack/react@0.0.41
11+
312
## 0.0.68
413

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

apps/runtime/CHANGELOG.md

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

3+
## 0.0.87
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4ade10c`](https://github.com/perstack-ai/perstack/commit/4ade10c4979cf62cfe8f13115992225a72c58c38)]:
8+
- @perstack/core@0.0.39
9+
- @perstack/base@0.0.48
10+
311
## 0.0.86
412

513
### 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.86",
3+
"version": "0.0.87",
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.39
4+
5+
### Patch Changes
6+
7+
- [#438](https://github.com/perstack-ai/perstack/pull/438) [`4ade10c`](https://github.com/perstack-ai/perstack/commit/4ade10c4979cf62cfe8f13115992225a72c58c38) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: allow empty string for Expert description field
8+
39
## 0.0.38
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.38",
3+
"version": "0.0.39",
44
"description": "Perstack Core",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/mock/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4ade10c`](https://github.com/perstack-ai/perstack/commit/4ade10c4979cf62cfe8f13115992225a72c58c38)]:
8+
- @perstack/core@0.0.39
9+
310
## 0.0.7
411

512
### Patch Changes

0 commit comments

Comments
 (0)