From a02527c1f411c19d60423ffb1ec5bd74e9c3407c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:36:04 +0000 Subject: [PATCH] Version Packages --- .changeset/lazy-rules-guess.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lazy-rules-guess.md diff --git a/.changeset/lazy-rules-guess.md b/.changeset/lazy-rules-guess.md deleted file mode 100644 index c5ce3a703..000000000 --- a/.changeset/lazy-rules-guess.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Move `@types/lodash` and `openapi-types` to dependencies - -These type packages are referenced by the published declarations, so consumers -require them at install time for correct type resolution. Moving them from -`devDependencies` prevents downstream TypeScript errors whilst having no -runtime impact. diff --git a/CHANGELOG.md b/CHANGELOG.md index 96afd57e0..97ec225d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # swagger-typescript-api +## 13.2.12 + +### Patch Changes + +- [#1420](https://github.com/acacode/swagger-typescript-api/pull/1420) [`426433b`](https://github.com/acacode/swagger-typescript-api/commit/426433b3f6144b6f28f0b79614df28dd3dea2012) Thanks [@smorimoto](https://github.com/smorimoto)! - Move `@types/lodash` and `openapi-types` to dependencies + + These type packages are referenced by the published declarations, so consumers + require them at install time for correct type resolution. Moving them from + `devDependencies` prevents downstream TypeScript errors whilst having no + runtime impact. + ## 13.2.11 ### Patch Changes diff --git a/package.json b/package.json index 56a3f7bf4..62e08ba60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.11", + "version": "13.2.12", "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",