From bcbf6d9c4c7e3ed15d5bc7cdbf8a3e7d9a36840b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:59:21 +0000 Subject: [PATCH] chore: version packages --- .changeset/export-missing-image-toolchoice-types.md | 5 ----- .changeset/export-sdk-types.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/export-missing-image-toolchoice-types.md delete mode 100644 .changeset/export-sdk-types.md diff --git a/.changeset/export-missing-image-toolchoice-types.md b/.changeset/export-missing-image-toolchoice-types.md deleted file mode 100644 index 0e0f005..0000000 --- a/.changeset/export-missing-image-toolchoice-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openrouter/agent": patch ---- - -Re-export `EasyInputMessageContentInputImage`, `OutputInputImage`, and `OpenAIResponsesToolChoiceUnion` from `@openrouter/sdk/models` so consumers can use these types without a direct SDK dependency. diff --git a/.changeset/export-sdk-types.md b/.changeset/export-sdk-types.md deleted file mode 100644 index fb91501..0000000 --- a/.changeset/export-sdk-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openrouter/agent": minor ---- - -Re-export SDK model types and add clean item type aliases so consumers don't need to depend on `@openrouter/sdk` directly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b9993..aee7c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @openrouter/agent +## 0.3.0 + +### Minor Changes + +- [#19](https://github.com/OpenRouterTeam/typescript-agent/pull/19) [`2b23076`](https://github.com/OpenRouterTeam/typescript-agent/commit/2b2307683b55debcd406eb68a3b95030a14bfaaf) Thanks [@mattapperson](https://github.com/mattapperson)! - Re-export SDK model types and add clean item type aliases so consumers don't need to depend on `@openrouter/sdk` directly. + +### Patch Changes + +- [#20](https://github.com/OpenRouterTeam/typescript-agent/pull/20) [`f0d2d72`](https://github.com/OpenRouterTeam/typescript-agent/commit/f0d2d72d042c2acb73d911c5aeb40ccb72ffaf9f) Thanks [@mattapperson](https://github.com/mattapperson)! - Re-export `EasyInputMessageContentInputImage`, `OutputInputImage`, and `OpenAIResponsesToolChoiceUnion` from `@openrouter/sdk/models` so consumers can use these types without a direct SDK dependency. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 4d483df..bacad5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openrouter/agent", - "version": "0.2.0", + "version": "0.3.0", "author": "OpenRouter", "description": "Agent toolkit for building AI applications with OpenRouter — tool orchestration, streaming, multi-turn conversations, and format compatibility.", "keywords": [