Skip to content

Commit 650bf40

Browse files
chore: version packages (#677)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2232b0 commit 650bf40

Some content is hidden

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

49 files changed

+218
-38
lines changed

.changeset/patch-bump-public.md

Lines changed: 0 additions & 10 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.76
4+
5+
### Patch Changes
6+
7+
- [#676](https://github.com/perstack-ai/perstack/pull/676) [`e2232b0`](https://github.com/perstack-ai/perstack/commit/e2232b07d6f36e64ad75ffcdcedb7697a9bce8cf) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - chore: patch bump public packages
8+
9+
- Updated dependencies [[`e2232b0`](https://github.com/perstack-ai/perstack/commit/e2232b07d6f36e64ad75ffcdcedb7697a9bce8cf)]:
10+
- @perstack/core@0.0.62
11+
312
## 0.0.75
413

514
### 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.75",
3+
"version": "0.0.76",
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.61",
34+
"@perstack/core": "0.0.62",
3535
"commander": "^14.0.3",
3636
"zod": "^4.3.6"
3737
},

apps/create-expert-skill/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @perstack/create-expert-skill
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#676](https://github.com/perstack-ai/perstack/pull/676) [`e2232b0`](https://github.com/perstack-ai/perstack/commit/e2232b07d6f36e64ad75ffcdcedb7697a9bce8cf) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - chore: patch bump public packages
8+
39
## 0.0.6
410

511
### Patch Changes

apps/create-expert-skill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/create-expert-skill",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "MCP skill for testing Perstack expert definitions",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

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.113
4+
5+
### Patch Changes
6+
7+
- [#676](https://github.com/perstack-ai/perstack/pull/676) [`e2232b0`](https://github.com/perstack-ai/perstack/commit/e2232b07d6f36e64ad75ffcdcedb7697a9bce8cf) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - chore: patch bump public packages
8+
39
## 0.0.112
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.112",
3+
"version": "0.0.113",
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.62
4+
5+
### Patch Changes
6+
7+
- [#676](https://github.com/perstack-ai/perstack/pull/676) [`e2232b0`](https://github.com/perstack-ai/perstack/commit/e2232b07d6f36e64ad75ffcdcedb7697a9bce8cf) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - chore: patch bump public packages
8+
39
## 0.0.61
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.61",
3+
"version": "0.0.62",
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.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e2232b0`](https://github.com/perstack-ai/perstack/commit/e2232b07d6f36e64ad75ffcdcedb7697a9bce8cf)]:
8+
- @perstack/core@0.0.62
9+
310
## 0.0.32
411

512
### Patch Changes

0 commit comments

Comments
 (0)