From 8bf44af902e7fbe611a8b3da0e08fc874d907d6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:23:36 +0000 Subject: [PATCH] chore: version packages --- .changeset/eve-durable-schemas.md | 5 ----- packages/github-tools-eve-extension/CHANGELOG.md | 6 ++++++ packages/github-tools-eve-extension/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/eve-durable-schemas.md diff --git a/.changeset/eve-durable-schemas.md b/.changeset/eve-durable-schemas.md deleted file mode 100644 index c104ca2..0000000 --- a/.changeset/eve-durable-schemas.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@github-tools/eve-extension": patch ---- - -Rebuild the extension against eve 0.62 and preserve dynamic input and output validation across durable replay. Tool schemas now use `defineDurableSchema` with a serializable tool-name closure, preventing eve 0.59 and newer from rejecting GitHub tools whose Zod schemas were captured through resolver-local descriptors. diff --git a/packages/github-tools-eve-extension/CHANGELOG.md b/packages/github-tools-eve-extension/CHANGELOG.md index b4e4dcb..55f736f 100644 --- a/packages/github-tools-eve-extension/CHANGELOG.md +++ b/packages/github-tools-eve-extension/CHANGELOG.md @@ -1,5 +1,11 @@ # @github-tools/eve-extension +## 0.7.2 + +### Patch Changes + +- [#146](https://github.com/vercel-labs/github-tools/pull/146) [`56662a5`](https://github.com/vercel-labs/github-tools/commit/56662a518bd338adaec3098b8d5d040f2b63ad73) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Rebuild the extension against eve 0.62 and preserve dynamic input and output validation across durable replay. Tool schemas now use `defineDurableSchema` with a serializable tool-name closure, preventing eve 0.59 and newer from rejecting GitHub tools whose Zod schemas were captured through resolver-local descriptors. + ## 0.7.1 ### Patch Changes diff --git a/packages/github-tools-eve-extension/package.json b/packages/github-tools-eve-extension/package.json index f7873fc..de72f2d 100644 --- a/packages/github-tools-eve-extension/package.json +++ b/packages/github-tools-eve-extension/package.json @@ -1,6 +1,6 @@ { "name": "@github-tools/eve-extension", - "version": "0.7.1", + "version": "0.7.2", "description": "GitHub tools for eve, distributed as a mountable eve extension (https://eve.dev/docs/extensions)", "author": "HugoRCD ", "repository": {