From 9c936c1f308bb0e837bdcd0374a18ef11af4b2c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Feb 2025 21:47:12 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-trains-care.md | 5 ----- .changeset/funny-bikes-marry.md | 5 ----- .changeset/orange-dogs-lay.md | 5 ----- .changeset/rude-impalas-unite.md | 5 ----- .changeset/sour-lamps-heal.md | 5 ----- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 7 files changed, 16 insertions(+), 26 deletions(-) delete mode 100644 .changeset/afraid-trains-care.md delete mode 100644 .changeset/funny-bikes-marry.md delete mode 100644 .changeset/orange-dogs-lay.md delete mode 100644 .changeset/rude-impalas-unite.md delete mode 100644 .changeset/sour-lamps-heal.md create mode 100644 CHANGELOG.md diff --git a/.changeset/afraid-trains-care.md b/.changeset/afraid-trains-care.md deleted file mode 100644 index 55abcc7d..00000000 --- a/.changeset/afraid-trains-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Respect debug and silent logging configuration for both cli and lib modes diff --git a/.changeset/funny-bikes-marry.md b/.changeset/funny-bikes-marry.md deleted file mode 100644 index 68ef6d01..00000000 --- a/.changeset/funny-bikes-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Remove types fields from package.json as there are no types yet diff --git a/.changeset/orange-dogs-lay.md b/.changeset/orange-dogs-lay.md deleted file mode 100644 index 081f7692..00000000 --- a/.changeset/orange-dogs-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix route regex pattern in route name generation diff --git a/.changeset/rude-impalas-unite.md b/.changeset/rude-impalas-unite.md deleted file mode 100644 index a6d35b42..00000000 --- a/.changeset/rude-impalas-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Remove unnecessary camel case conversion for query params diff --git a/.changeset/sour-lamps-heal.md b/.changeset/sour-lamps-heal.md deleted file mode 100644 index b46ec94e..00000000 --- a/.changeset/sour-lamps-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Add ts-nocheck comment to auto-generated file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..62371777 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# swagger-typescript-api + +## 13.0.23 + +### Patch Changes + +- [#1046](https://github.com/acacode/swagger-typescript-api/pull/1046) [`40dd9d8`](https://github.com/acacode/swagger-typescript-api/commit/40dd9d864d69a897f53880c991bed7257d290b97) Thanks [@AugusDogus](https://github.com/AugusDogus)! - Respect debug and silent logging configuration for both cli and lib modes + +- [#1048](https://github.com/acacode/swagger-typescript-api/pull/1048) [`bd49e34`](https://github.com/acacode/swagger-typescript-api/commit/bd49e34dee067101d997aab44224cf01ffd10e82) Thanks [@smorimoto](https://github.com/smorimoto)! - Remove types fields from package.json as there are no types yet + +- [#929](https://github.com/acacode/swagger-typescript-api/pull/929) [`1e2e00e`](https://github.com/acacode/swagger-typescript-api/commit/1e2e00e373b0aa405adb7bf27f5b4d4d1d457875) Thanks [@BoltDoggy](https://github.com/BoltDoggy)! - Fix route regex pattern in route name generation + +- [#701](https://github.com/acacode/swagger-typescript-api/pull/701) [`0a71f2b`](https://github.com/acacode/swagger-typescript-api/commit/0a71f2b381c40433bc86e39c174e448cb9a14572) Thanks [@nicky1038](https://github.com/nicky1038)! - Remove unnecessary camel case conversion for query params + +- [#1041](https://github.com/acacode/swagger-typescript-api/pull/1041) [`47381de`](https://github.com/acacode/swagger-typescript-api/commit/47381dec5fde08e96d49164997db9592755dc08a) Thanks [@Jerome1337](https://github.com/Jerome1337)! - Add ts-nocheck comment to auto-generated file diff --git a/package.json b/package.json index 5d1f145c..4dbc7faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.22", + "version": "13.0.23", "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",