diff --git a/.changeset/update-ai-sdk-deps.md b/.changeset/update-ai-sdk-deps.md deleted file mode 100644 index c43a1134..00000000 --- a/.changeset/update-ai-sdk-deps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -chore: update all AI SDK dependencies to latest versions (fixes Gemini 3 thought_signature issue) diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 117699d4..186d1abc 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.134 + +### Patch Changes + +- [#807](https://github.com/perstack-ai/perstack/pull/807) [`4ab9051`](https://github.com/perstack-ai/perstack/commit/4ab9051e6bb93edc6f23c6e12920815751ffa100) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - chore: update all AI SDK dependencies to latest versions (fixes Gemini 3 thought_signature issue) + ## 0.0.133 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 70e4fdbc..99508f4a 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.133", + "version": "0.0.134", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",