Skip to content

Commit d0cc1a3

Browse files
authored
Merge pull request #359 from hey-api/changeset-release/main
Version Packages
2 parents 29e2350 + 23581c2 commit d0cc1a3

16 files changed

+40
-63
lines changed

.changeset/clean-books-wash.md

-5
This file was deleted.

.changeset/clean-cobras-learn.md

-5
This file was deleted.

.changeset/fast-olives-pump.md

-5
This file was deleted.

.changeset/few-rice-marry.md

-5
This file was deleted.

.changeset/fuzzy-vans-leave.md

-5
This file was deleted.

.changeset/giant-mice-hug.md

-5
This file was deleted.

.changeset/healthy-plants-own.md

-6
This file was deleted.

.changeset/long-icons-shave.md

-5
This file was deleted.

.changeset/modern-dots-study.md

-5
This file was deleted.

.changeset/thick-lemons-yell.md

-5
This file was deleted.

.changeset/tiny-ladybugs-hang.md

-5
This file was deleted.

.changeset/young-moles-enjoy.md

-5
This file was deleted.

docs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# openapi-ts-docs
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- docs: add integrations ([#394](https://github.com/hey-api/openapi-ts/pull/394))
8+
9+
- feat: rename generated files ([#363](https://github.com/hey-api/openapi-ts/pull/363))
10+
11+
### Patch Changes
12+
13+
- docs: add enums migration ([#358](https://github.com/hey-api/openapi-ts/pull/358))
14+
315
## 0.3.0
416

517
### Minor Changes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-ts-docs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Documentation for OpenaAPI TypeScript.",
55
"private": true,
66
"type": "module",

packages/openapi-ts/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @hey-api/openapi-ts
22

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- feat: rename generated files ([#363](https://github.com/hey-api/openapi-ts/pull/363))
8+
9+
- feat: add JSON-LD to content parsing ([#390](https://github.com/hey-api/openapi-ts/pull/390))
10+
11+
- fix: generate enums into their own file ([#358](https://github.com/hey-api/openapi-ts/pull/358))
12+
13+
### Patch Changes
14+
15+
- fix: remove file if no contents to write to it ([#373](https://github.com/hey-api/openapi-ts/pull/373))
16+
17+
- fix: eslint properly fixes output ([#375](https://github.com/hey-api/openapi-ts/pull/375))
18+
19+
- fix: invalid typescript Record generated with circular dependencies ([#374](https://github.com/hey-api/openapi-ts/pull/374))
20+
21+
- fix: prefer unknown type over any ([#392](https://github.com/hey-api/openapi-ts/pull/392))
22+
23+
- fix: only delete generated files instead of whole output directory ([#362](https://github.com/hey-api/openapi-ts/pull/362))
24+
25+
- fix: handle decoding models with `%` in description ([#360](https://github.com/hey-api/openapi-ts/pull/360))
26+
27+
- fix: throw error when typescript is missing ([#366](https://github.com/hey-api/openapi-ts/pull/366))
28+
329
## 0.38.1
430

531
### Patch Changes

packages/openapi-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"type": "module",
55
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66
"homepage": "https://heyapi.vercel.app/",

0 commit comments

Comments
 (0)