From 9ebe8ef35bef9b7202fd75beb826d40a437b26fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:18:11 +0000 Subject: [PATCH] Version Packages --- .changeset/early-kings-marry.md | 5 ----- .changeset/easy-paths-check.md | 5 ----- .changeset/five-moles-wonder.md | 5 ----- .changeset/moody-dodos-brake.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/early-kings-marry.md delete mode 100644 .changeset/easy-paths-check.md delete mode 100644 .changeset/five-moles-wonder.md delete mode 100644 .changeset/moody-dodos-brake.md diff --git a/.changeset/early-kings-marry.md b/.changeset/early-kings-marry.md deleted file mode 100644 index 2be85cc72..000000000 --- a/.changeset/early-kings-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Add boolean type for `extract-request-params` in command configuration. diff --git a/.changeset/easy-paths-check.md b/.changeset/easy-paths-check.md deleted file mode 100644 index e0b2d8740..000000000 --- a/.changeset/easy-paths-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix generateClient logic to exclude only `no-client` argument. diff --git a/.changeset/five-moles-wonder.md b/.changeset/five-moles-wonder.md deleted file mode 100644 index c719a6aa3..000000000 --- a/.changeset/five-moles-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix default value for `no-client` argument in command configuration. diff --git a/.changeset/moody-dodos-brake.md b/.changeset/moody-dodos-brake.md deleted file mode 100644 index 936c89364..000000000 --- a/.changeset/moody-dodos-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Initialise `customConfig` to `undefined` in command run function. diff --git a/CHANGELOG.md b/CHANGELOG.md index c75d50727..0287852c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # swagger-typescript-api +## 13.0.26 + +### Patch Changes + +- [#1106](https://github.com/acacode/swagger-typescript-api/pull/1106) [`9208816`](https://github.com/acacode/swagger-typescript-api/commit/920881663b9601e026b1798896f41eeb6112cd91) Thanks [@smorimoto](https://github.com/smorimoto)! - Add boolean type for `extract-request-params` in command configuration. + +- [#1106](https://github.com/acacode/swagger-typescript-api/pull/1106) [`c124f88`](https://github.com/acacode/swagger-typescript-api/commit/c124f888e93547f408ed15cb2ca41b9ed145c1d2) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix generateClient logic to exclude only `no-client` argument. + +- [#1108](https://github.com/acacode/swagger-typescript-api/pull/1108) [`1e3b70e`](https://github.com/acacode/swagger-typescript-api/commit/1e3b70ea476ef4b5a6cdb407ce250a58ff64368b) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix default value for `no-client` argument in command configuration. + +- [#1106](https://github.com/acacode/swagger-typescript-api/pull/1106) [`4809884`](https://github.com/acacode/swagger-typescript-api/commit/480988407de42d5be5a2be58bd700e2e3dc89e37) Thanks [@smorimoto](https://github.com/smorimoto)! - Initialise `customConfig` to `undefined` in command run function. + ## 13.0.25 ### Patch Changes diff --git a/package.json b/package.json index eec1e5e80..db3bdce33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.25", + "version": "13.0.26", "description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", "homepage": "https://github.com/acacode/swagger-typescript-api", "bugs": "https://github.com/acacode/swagger-typescript-api/issues",