Skip to content

Commit c5c3ecf

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

File tree

11 files changed

+40
-11
lines changed

11 files changed

+40
-11
lines changed

.changeset/validate-schema-create-expert-v2.md

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

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.130
4+
5+
### Patch Changes
6+
7+
- [#795](https://github.com/perstack-ai/perstack/pull/795) [`afeda1c`](https://github.com/perstack-ai/perstack/commit/afeda1c4a233e3a3bfcbf88c90b0145612b903ca) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add `perstack validate` and `perstack schema` CLI commands, rewrite create-expert v2.0.0
8+
39
## 0.0.129
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.129",
3+
"version": "0.0.130",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/installer/CHANGELOG.md

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

3+
## 0.0.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afeda1c`](https://github.com/perstack-ai/perstack/commit/afeda1c4a233e3a3bfcbf88c90b0145612b903ca)]:
8+
- @perstack/perstack-toml@0.0.22
9+
- @perstack/skill-manager@0.0.27
10+
311
## 0.0.36
412

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

packages/perstack-toml/CHANGELOG.md

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

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- [#795](https://github.com/perstack-ai/perstack/pull/795) [`afeda1c`](https://github.com/perstack-ai/perstack/commit/afeda1c4a233e3a3bfcbf88c90b0145612b903ca) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add `perstack validate` and `perstack schema` CLI commands, rewrite create-expert v2.0.0
8+
39
## 0.0.21
410

511
### Patch Changes

packages/perstack-toml/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.21",
3+
"version": "0.0.22",
44
"name": "@perstack/perstack-toml",
55
"description": "Perstack TOML configuration file resolution, parsing, and lockfile management",
66
"author": "Wintermute Technologies, Inc.",

packages/skill-manager/CHANGELOG.md

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

3+
## 0.0.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afeda1c`](https://github.com/perstack-ai/perstack/commit/afeda1c4a233e3a3bfcbf88c90b0145612b903ca)]:
8+
- @perstack/perstack-toml@0.0.22
9+
310
## 0.0.26
411

512
### Patch Changes

packages/skill-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perstack/skill-manager",
33
"private": true,
4-
"version": "0.0.26",
4+
"version": "0.0.27",
55
"description": "Perstack Skill Manager",
66
"author": "Wintermute Technologies, Inc.",
77
"license": "Apache-2.0",

packages/studio/CHANGELOG.md

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

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afeda1c`](https://github.com/perstack-ai/perstack/commit/afeda1c4a233e3a3bfcbf88c90b0145612b903ca)]:
8+
- @perstack/perstack-toml@0.0.22
9+
- @perstack/installer@0.0.37
10+
311
## 0.0.17
412

513
### Patch Changes

0 commit comments

Comments
 (0)