From f40a9eb4cbaa15ec947f45059acafa6f62250484 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:28:56 +0000 Subject: [PATCH] ci: release --- .changeset/chilled-tools-complain.md | 5 ----- .changeset/chilled-wolves-pump.md | 5 ----- .changeset/clever-spies-confess.md | 5 ----- .changeset/lemon-plants-shop.md | 5 ----- .changeset/nine-cups-carry.md | 5 ----- .changeset/upset-candies-kick.md | 5 ----- packages/openapi-ts/CHANGELOG.md | 16 ++++++++++++++++ packages/openapi-ts/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/chilled-tools-complain.md delete mode 100644 .changeset/chilled-wolves-pump.md delete mode 100644 .changeset/clever-spies-confess.md delete mode 100644 .changeset/lemon-plants-shop.md delete mode 100644 .changeset/nine-cups-carry.md delete mode 100644 .changeset/upset-candies-kick.md diff --git a/.changeset/chilled-tools-complain.md b/.changeset/chilled-tools-complain.md deleted file mode 100644 index 8691403014..0000000000 --- a/.changeset/chilled-tools-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**clients**: add support for Ky client diff --git a/.changeset/chilled-wolves-pump.md b/.changeset/chilled-wolves-pump.md deleted file mode 100644 index 278e18733b..0000000000 --- a/.changeset/chilled-wolves-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**parser**: merge `default` keyword with `$ref` in OpenAPI 3.1 diff --git a/.changeset/clever-spies-confess.md b/.changeset/clever-spies-confess.md deleted file mode 100644 index 8e43b9c8ac..0000000000 --- a/.changeset/clever-spies-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**output**: run lint before format diff --git a/.changeset/lemon-plants-shop.md b/.changeset/lemon-plants-shop.md deleted file mode 100644 index 8ba87dd1d7..0000000000 --- a/.changeset/lemon-plants-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -**@pinia/colada**: correctly access instantiated SDKs diff --git a/.changeset/nine-cups-carry.md b/.changeset/nine-cups-carry.md deleted file mode 100644 index fc9462f100..0000000000 --- a/.changeset/nine-cups-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**valibot**: use `.strictObject()` instead of `.objectWithRest()` when additional properties are not allowed diff --git a/.changeset/upset-candies-kick.md b/.changeset/upset-candies-kick.md deleted file mode 100644 index abc1d9a24e..0000000000 --- a/.changeset/upset-candies-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -**@tanstack/query**: prettier query options diff --git a/packages/openapi-ts/CHANGELOG.md b/packages/openapi-ts/CHANGELOG.md index 3ece235963..1142e8bc75 100644 --- a/packages/openapi-ts/CHANGELOG.md +++ b/packages/openapi-ts/CHANGELOG.md @@ -1,5 +1,21 @@ # @hey-api/openapi-ts +## 0.87.2 + +### Patch Changes + +- **clients**: add support for Ky client ([#2958](https://github.com/hey-api/openapi-ts/pull/2958)) ([`212fcaf`](https://github.com/hey-api/openapi-ts/commit/212fcaf5570ce05370dac6ace6e2751eecddb2d4)) by [@SebastiaanWouters](https://github.com/SebastiaanWouters) + +- **parser**: merge `default` keyword with `$ref` in OpenAPI 3.1 ([#2946](https://github.com/hey-api/openapi-ts/pull/2946)) ([`15a178d`](https://github.com/hey-api/openapi-ts/commit/15a178dd6a998bf88ebd17c64de151922e94765a)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) + +- **output**: run lint before format ([#2937](https://github.com/hey-api/openapi-ts/pull/2937)) ([`eb23ee8`](https://github.com/hey-api/openapi-ts/commit/eb23ee89fd09368385a07cd2a3885e3e5ce111e6)) by [@FloEdelmann](https://github.com/FloEdelmann) + +- **@pinia/colada**: correctly access instantiated SDKs ([#2942](https://github.com/hey-api/openapi-ts/pull/2942)) ([`c041e96`](https://github.com/hey-api/openapi-ts/commit/c041e962604765e0f342fda970a2550367aa2142)) by [@mrlubos](https://github.com/mrlubos) + +- **valibot**: use `.strictObject()` instead of `.objectWithRest()` when additional properties are not allowed ([#2945](https://github.com/hey-api/openapi-ts/pull/2945)) ([`3786d2b`](https://github.com/hey-api/openapi-ts/commit/3786d2b3b2316ddcc00b7d87f7dff15b61e29719)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) + +- **@tanstack/query**: prettier query options ([#2947](https://github.com/hey-api/openapi-ts/pull/2947)) ([`0b79b89`](https://github.com/hey-api/openapi-ts/commit/0b79b894bd263b2d28cbbb59dfab3aed4ba6736d)) by [@mrlubos](https://github.com/mrlubos) + ## 0.87.1 ### Patch Changes diff --git a/packages/openapi-ts/package.json b/packages/openapi-ts/package.json index 9e322c0b9c..e2b1c0a6b0 100644 --- a/packages/openapi-ts/package.json +++ b/packages/openapi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.87.1", + "version": "0.87.2", "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", "homepage": "https://heyapi.dev/", "repository": {