Skip to content

Commit fe9a70b

Browse files
authoredApr 13, 2025··
Merge pull request #1944 from hey-api/changeset-release/main
Version Packages
2 parents eda1829 + f1db4bb commit fe9a70b

File tree

10 files changed

+29
-23
lines changed

10 files changed

+29
-23
lines changed
 

‎.changeset/sharp-kangaroos-try.md

-5
This file was deleted.

‎.changeset/spotty-cows-cry.md

-5
This file was deleted.

‎.changeset/three-rats-count.md

-5
This file was deleted.

‎.changeset/two-fans-train.md

-5
This file was deleted.

‎examples/openapi-ts-nuxt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-nuxt
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`09bce36`](https://github.com/hey-api/openapi-ts/commit/09bce3644680a68ea91c9a1396d506b13709ae93), [`f46e241`](https://github.com/hey-api/openapi-ts/commit/f46e2419d8eaefea4eaff232f00ec770509afcb1)]:
8+
- @hey-api/nuxt@0.1.5
9+
310
## 0.0.15
411

512
### Patch Changes

‎examples/openapi-ts-nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/openapi-ts-nuxt",
33
"private": true,
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

‎packages/nuxt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hey-api/nuxt
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#1939](https://github.com/hey-api/openapi-ts/pull/1939) [`09bce36`](https://github.com/hey-api/openapi-ts/commit/09bce3644680a68ea91c9a1396d506b13709ae93) Thanks [@a1mersnow](https://github.com/a1mersnow)! - fix: avoid duplicate definition of `@hey-api/client-nuxt` plugin
8+
9+
- [#1939](https://github.com/hey-api/openapi-ts/pull/1939) [`f46e241`](https://github.com/hey-api/openapi-ts/commit/f46e2419d8eaefea4eaff232f00ec770509afcb1) Thanks [@a1mersnow](https://github.com/a1mersnow)! - fix: skip watch mode in prepare step
10+
11+
- Updated dependencies []:
12+
- @hey-api/client-nuxt@0.4.0
13+
314
## 0.1.4
415

516
### Patch Changes

‎packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/nuxt",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

‎packages/openapi-ts/CHANGELOG.md

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

3+
## 0.66.4
4+
5+
### Patch Changes
6+
7+
- [#1936](https://github.com/hey-api/openapi-ts/pull/1936) [`ba2e5ca`](https://github.com/hey-api/openapi-ts/commit/ba2e5ca8af1cfe478963d72ff76d7d7ae026c5a5) Thanks [@seriouslag](https://github.com/seriouslag)! - fix: add return type to TanStack Query mutations
8+
9+
- [#1934](https://github.com/hey-api/openapi-ts/pull/1934) [`d4df550`](https://github.com/hey-api/openapi-ts/commit/d4df5503369b7aa105c7f6a49e1c7b43e0e50f49) Thanks [@seriouslag](https://github.com/seriouslag)! - fix: export some internal functions
10+
311
## 0.66.3
412

513
### 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.66.3",
3+
"version": "0.66.4",
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)
Please sign in to comment.