diff --git a/.changeset/schema-example-best-practices.md b/.changeset/schema-example-best-practices.md deleted file mode 100644 index 0b84077d..00000000 --- a/.changeset/schema-example-best-practices.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"perstack": patch -"@perstack/runtime": patch ---- - -feat: add Example/Best Practices to schema, recommend plan→execute→verify pattern, relax subdivision guidance diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index ed941c63..1d95d100 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.131 + +### Patch Changes + +- [#797](https://github.com/perstack-ai/perstack/pull/797) [`6054d11`](https://github.com/perstack-ai/perstack/commit/6054d112063fb691f832e70165ca2922c835ffd8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add Example/Best Practices to schema, recommend plan→execute→verify pattern, relax subdivision guidance + ## 0.0.130 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 750b184e..79b267f6 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.130", + "version": "0.0.131", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 8f42ed39..d921fb15 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.141 + +### Patch Changes + +- [#797](https://github.com/perstack-ai/perstack/pull/797) [`6054d11`](https://github.com/perstack-ai/perstack/commit/6054d112063fb691f832e70165ca2922c835ffd8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add Example/Best Practices to schema, recommend plan→execute→verify pattern, relax subdivision guidance + ## 0.0.140 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 155cbb1f..871d02e0 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.140", + "version": "0.0.141", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",