Skip to content

Commit 6b93844

Browse files
Version Packages (#1421)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b90a8b commit 6b93844

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/lazy-rules-guess.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# swagger-typescript-api
22

3+
## 13.2.12
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
These type packages are referenced by the published declarations, so consumers
10+
require them at install time for correct type resolution. Moving them from
11+
`devDependencies` prevents downstream TypeScript errors whilst having no
12+
runtime impact.
13+
314
## 13.2.11
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-typescript-api",
3-
"version": "13.2.11",
3+
"version": "13.2.12",
44
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
55
"homepage": "https://github.com/acacode/swagger-typescript-api",
66
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",

0 commit comments

Comments
 (0)