From c2cebe94bb39568d839b8ca0ea9c6460368c07c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:03:12 +0000 Subject: [PATCH] Version Packages --- .changeset/chubby-bats-brake.md | 5 ----- .changeset/clear-houses-tease.md | 5 ----- .changeset/dark-memes-help.md | 5 ----- .changeset/silver-shirts-visit.md | 5 ----- .changeset/stupid-walls-act.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/chubby-bats-brake.md delete mode 100644 .changeset/clear-houses-tease.md delete mode 100644 .changeset/dark-memes-help.md delete mode 100644 .changeset/silver-shirts-visit.md delete mode 100644 .changeset/stupid-walls-act.md diff --git a/.changeset/chubby-bats-brake.md b/.changeset/chubby-bats-brake.md deleted file mode 100644 index b104a192..00000000 --- a/.changeset/chubby-bats-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Add `shims` option in tsup configuration and update `rootDir` path in templates generation process. diff --git a/.changeset/clear-houses-tease.md b/.changeset/clear-houses-tease.md deleted file mode 100644 index 10e1033c..00000000 --- a/.changeset/clear-houses-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Resolve internal references in Swagger v2 to OpenAPI v3 conversion by adding `resolveInternal` option and enhancing type definitions for request payloads. diff --git a/.changeset/dark-memes-help.md b/.changeset/dark-memes-help.md deleted file mode 100644 index 1e47f958..00000000 --- a/.changeset/dark-memes-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix default value for `no-client` option in `generateCommand` to `false`. diff --git a/.changeset/silver-shirts-visit.md b/.changeset/silver-shirts-visit.md deleted file mode 100644 index 0b81466a..00000000 --- a/.changeset/silver-shirts-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Add `required` property to output path in `generateTemplatesCommand`. diff --git a/.changeset/stupid-walls-act.md b/.changeset/stupid-walls-act.md deleted file mode 100644 index b9012a6b..00000000 --- a/.changeset/stupid-walls-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix documentation and type definition to align with actual implementation by renaming `name` to `fileName`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0287852c..72a44e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # swagger-typescript-api +## 13.0.27 + +### Patch Changes + +- [#1119](https://github.com/acacode/swagger-typescript-api/pull/1119) [`c5e8d45`](https://github.com/acacode/swagger-typescript-api/commit/c5e8d45d08edad509c23b3f66c2a6c0ffed570a2) Thanks [@smorimoto](https://github.com/smorimoto)! - Add `shims` option in tsup configuration and update `rootDir` path in templates generation process. + +- [#1119](https://github.com/acacode/swagger-typescript-api/pull/1119) [`c5e8d45`](https://github.com/acacode/swagger-typescript-api/commit/c5e8d45d08edad509c23b3f66c2a6c0ffed570a2) Thanks [@smorimoto](https://github.com/smorimoto)! - Resolve internal references in Swagger v2 to OpenAPI v3 conversion by adding `resolveInternal` option and enhancing type definitions for request payloads. + +- [#1119](https://github.com/acacode/swagger-typescript-api/pull/1119) [`c5e8d45`](https://github.com/acacode/swagger-typescript-api/commit/c5e8d45d08edad509c23b3f66c2a6c0ffed570a2) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix default value for `no-client` option in `generateCommand` to `false`. + +- [#1119](https://github.com/acacode/swagger-typescript-api/pull/1119) [`c5e8d45`](https://github.com/acacode/swagger-typescript-api/commit/c5e8d45d08edad509c23b3f66c2a6c0ffed570a2) Thanks [@smorimoto](https://github.com/smorimoto)! - Add `required` property to output path in `generateTemplatesCommand`. + +- [#1119](https://github.com/acacode/swagger-typescript-api/pull/1119) [`c5e8d45`](https://github.com/acacode/swagger-typescript-api/commit/c5e8d45d08edad509c23b3f66c2a6c0ffed570a2) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix documentation and type definition to align with actual implementation by renaming `name` to `fileName`. + ## 13.0.26 ### Patch Changes diff --git a/package.json b/package.json index c78c1564..a63a7043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.26", + "version": "13.0.27", "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",