Skip to content

Commit c4d6a57

Browse files
ci: release
1 parent 7b224f8 commit c4d6a57

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/eleven-pillows-bathe.md

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

.changeset/old-pianos-beg.md

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

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @docs/openapi-ts
22

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- docs: add bigint section to transformers ([#2865](https://github.com/hey-api/openapi-ts/pull/2865)) ([`ba4d9bf`](https://github.com/hey-api/openapi-ts/commit/ba4d9bf603d8c897016fd1775d13e184111ace17)) by [@wn-mitch](https://github.com/wn-mitch)
8+
39
## 0.10.3
410

511
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docs/openapi-ts",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "Documentation for OpenaAPI TypeScript.",
55
"private": true,
66
"type": "module",

packages/openapi-ts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/openapi-ts
22

3+
## 0.87.1
4+
5+
### Patch Changes
6+
7+
- fix(typescript): remove legacy options ([#2929](https://github.com/hey-api/openapi-ts/pull/2929)) ([`97c1f0e`](https://github.com/hey-api/openapi-ts/commit/97c1f0e94f8eb8ca2d74f4f5ebe51a53f347641b)) by [@mrlubos](https://github.com/mrlubos)
8+
39
## 0.87.0
410

511
### Minor Changes

packages/openapi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.87.0",
3+
"version": "0.87.1",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)