From 2136c6c61ae1312c4d4fee892ca0f3b4b47618c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:49:24 +0000 Subject: [PATCH] Version Packages --- .changeset/floppy-olives-work.md | 5 ----- .changeset/gold-mugs-tease.md | 5 ----- .changeset/quiet-coats-take.md | 5 ----- .changeset/wicked-lemons-refuse.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/floppy-olives-work.md delete mode 100644 .changeset/gold-mugs-tease.md delete mode 100644 .changeset/quiet-coats-take.md delete mode 100644 .changeset/wicked-lemons-refuse.md diff --git a/.changeset/floppy-olives-work.md b/.changeset/floppy-olives-work.md deleted file mode 100644 index 1e056e8f1..000000000 --- a/.changeset/floppy-olives-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix description for `client` option in `generateCommand`. diff --git a/.changeset/gold-mugs-tease.md b/.changeset/gold-mugs-tease.md deleted file mode 100644 index 3b9ba609b..000000000 --- a/.changeset/gold-mugs-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix to not use `no-` prefix in options. diff --git a/.changeset/quiet-coats-take.md b/.changeset/quiet-coats-take.md deleted file mode 100644 index 2d6ef335f..000000000 --- a/.changeset/quiet-coats-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix option name for `generateUnionEnums` in `generateCommand`. diff --git a/.changeset/wicked-lemons-refuse.md b/.changeset/wicked-lemons-refuse.md deleted file mode 100644 index 22cf8693a..000000000 --- a/.changeset/wicked-lemons-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Sort the CLI arguments alphabetically. diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a44e9a9..81ed76235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # swagger-typescript-api +## 13.0.28 + +### Patch Changes + +- [`6851bdc`](https://github.com/acacode/swagger-typescript-api/commit/6851bdcafa83a80a2be09ea3d95b2ec45b81d24a) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix description for `client` option in `generateCommand`. + +- [#1121](https://github.com/acacode/swagger-typescript-api/pull/1121) [`5eadf67`](https://github.com/acacode/swagger-typescript-api/commit/5eadf67b038ef16f0489c6c7b614f3fdc57f1498) Thanks [@takayukioda](https://github.com/takayukioda)! - Fix to not use `no-` prefix in options. + +- [`edca5de`](https://github.com/acacode/swagger-typescript-api/commit/edca5ded764b0fa4356ac49389f5d71b6784352d) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix option name for `generateUnionEnums` in `generateCommand`. + +- [`9fa8f41`](https://github.com/acacode/swagger-typescript-api/commit/9fa8f4113c8c24070da79cf2d3242ba433ca94d3) Thanks [@smorimoto](https://github.com/smorimoto)! - Sort the CLI arguments alphabetically. + ## 13.0.27 ### Patch Changes diff --git a/package.json b/package.json index a63a70436..207965e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.27", + "version": "13.0.28", "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",