From 4451f0a8f415e1303fe5cbdb09cce083ae755402 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 05:29:53 +0000 Subject: [PATCH] chore: version packages --- .changeset/prompt-cache-breakpoints.md | 8 -------- apps/create-expert/CHANGELOG.md | 6 ++++++ apps/create-expert/package.json | 2 +- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- packages/providers/anthropic/CHANGELOG.md | 6 ++++++ packages/providers/anthropic/package.json | 2 +- packages/runtime/CHANGELOG.md | 6 ++++++ packages/runtime/package.json | 2 +- 9 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 .changeset/prompt-cache-breakpoints.md diff --git a/.changeset/prompt-cache-breakpoints.md b/.changeset/prompt-cache-breakpoints.md deleted file mode 100644 index 1c296d73..00000000 --- a/.changeset/prompt-cache-breakpoints.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@perstack/runtime": patch -"@perstack/anthropic-provider": patch -"perstack": patch -"create-expert": patch ---- - -Enable automatic prompt caching for Anthropic via request-level cache_control diff --git a/apps/create-expert/CHANGELOG.md b/apps/create-expert/CHANGELOG.md index 98ba77d7..2dd088ee 100644 --- a/apps/create-expert/CHANGELOG.md +++ b/apps/create-expert/CHANGELOG.md @@ -1,5 +1,11 @@ # create-expert +## 0.0.46 + +### Patch Changes + +- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control + ## 0.0.45 ### Patch Changes diff --git a/apps/create-expert/package.json b/apps/create-expert/package.json index 1f6d5058..fc849442 100644 --- a/apps/create-expert/package.json +++ b/apps/create-expert/package.json @@ -1,6 +1,6 @@ { "name": "create-expert", - "version": "0.0.45", + "version": "0.0.46", "description": "Create and modify Perstack expert definitions", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 99f6c624..3b7c7ff3 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.98 + +### Patch Changes + +- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control + ## 0.0.97 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 6fc0501b..6cc8e8d6 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.97", + "version": "0.0.98", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/providers/anthropic/CHANGELOG.md b/packages/providers/anthropic/CHANGELOG.md index 47a5fc8d..e4ba9d4c 100644 --- a/packages/providers/anthropic/CHANGELOG.md +++ b/packages/providers/anthropic/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/anthropic-provider +## 0.0.30 + +### Patch Changes + +- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control + ## 0.0.29 ### Patch Changes diff --git a/packages/providers/anthropic/package.json b/packages/providers/anthropic/package.json index 8a37688f..d6e37755 100644 --- a/packages/providers/anthropic/package.json +++ b/packages/providers/anthropic/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/anthropic-provider", "private": true, - "version": "0.0.29", + "version": "0.0.30", "description": "Anthropic provider adapter for Perstack", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 10d34dc0..a6aa312a 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.118 + +### Patch Changes + +- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control + ## 0.0.117 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index dad6876f..6712b97e 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.117", + "version": "0.0.118", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",