Skip to content

Commit 3f34859

Browse files
authored
Merge pull request #2756 from hey-api/changeset-release/main
ci: release
2 parents b1131ff + cf507d6 commit 3f34859

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/cute-jokes-lick.md

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

.changeset/wicked-webs-jam.md

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

.changeset/witty-toes-rescue.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.3
4+
5+
### Patch Changes
6+
7+
- chore: clarify TanStack Query reactivity in Vue ([#2745](https://github.com/hey-api/openapi-ts/pull/2745)) ([`5d06dbd`](https://github.com/hey-api/openapi-ts/commit/5d06dbdf8c2a834ecefdd7305b59572470f45a7e)) by [@9M6](https://github.com/9M6)
8+
39
## 0.10.2
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.2",
3+
"version": "0.10.3",
44
"description": "Documentation for OpenaAPI TypeScript.",
55
"private": true,
66
"type": "module",

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.85.2
4+
5+
### Patch Changes
6+
7+
- fix: dynamically load c12 to work with cjs modules ([#2755](https://github.com/hey-api/openapi-ts/pull/2755)) ([`e6472cf`](https://github.com/hey-api/openapi-ts/commit/e6472cf7f69db5ff2cb2f509c1d61e5c4438871e)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
- fix(cli): detect watch mode with input array ([#2751](https://github.com/hey-api/openapi-ts/pull/2751)) ([`3293cad`](https://github.com/hey-api/openapi-ts/commit/3293cada4f089107ac183fbcd03550541d95073a)) by [@warrenseine](https://github.com/warrenseine)
10+
311
## 0.85.1
412

513
### Patch 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.85.1",
3+
"version": "0.85.2",
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)